Skip to content
Success

Console Output

Started by user Harald Mackamul
Running as Harald Mackamul
Agent basic-mnjpk is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-mnjpk"
  namespace: "app4mc"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.app4mc.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-mnjpk"
    - 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: "basic-mnjpk"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.app4mc.svc.cluster.local/app4mc/"
    image: "docker.io/eclipsecbi/jiro-agent-basic: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-app4mc"
      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 basic-mnjpk (basic) in workspace /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-nIYHASB0G2qm/agent.50
SSH_AGENT_PID=52
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop@tmp/private_key_11124171783863059009.key (/home/jenkins/agent/workspace/build-app4mc-modelmigration-develop@tmp/private_key_11124171783863059009.key)
[ssh-agent] Using credentials genie.app4mc (ssh://genie.app4mc@projects-storage.eclipse.org)
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitlab.eclipse.org/eclipse/app4mc/org.eclipse.app4mc.addon.migration.git
 > git init /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop # timeout=10
Fetching upstream changes from https://gitlab.eclipse.org/eclipse/app4mc/org.eclipse.app4mc.addon.migration.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://gitlab.eclipse.org/eclipse/app4mc/org.eclipse.app4mc.addon.migration.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitlab.eclipse.org/eclipse/app4mc/org.eclipse.app4mc.addon.migration.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
Checking out Revision ff466833dceb987f9f3cecd5b08521537cb194f6 (refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ff466833dceb987f9f3cecd5b08521537cb194f6 # timeout=10
Commit message: "Added help: meta model changes"
 > git rev-list --no-walk a93cb6092ac909be1c8c75963fb2b930d8bef161 # timeout=10
[build-app4mc-modelmigration-develop] $ /opt/tools/apache-maven/latest/bin/mvn clean verify -Psign
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/.m2/repository/.cache/tycho
[INFO]     Transport mode:         online
[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>)
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/releng/org.eclipse.app4mc.converters.target/org.eclipse.app4mc.converters.target.target for environments=[win32/win32/x86_64, linux/gtk/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@5467016f...
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.071:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.071/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.072:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.072/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.080:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.080/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.081:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.081/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.082:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.082/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.083:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.083/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.090:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.090/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.091:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.091/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.092:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.092/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.093:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.093/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.094:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.094/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.095:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.095/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.096:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.096/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.097:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.097/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.100:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.100/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.200:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.200/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.210:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.210/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.300:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.300/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.common:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.common/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.headless.app:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.headless.app/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.help:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.ui:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.util.sessionlog:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.util.sessionlog.console:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog.console/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.util.sessionlog.eclipse:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog.eclipse/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.util.sessionlog.file:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog.file/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.071.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.071.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.072.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.072.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.080.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.080.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.081.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.081.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.082.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.082.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.083.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.083.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.090.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.090.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.091.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.091.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.092.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.092.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.093.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.093.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.094.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.094.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.095.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.095.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.096.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.096.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.097.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.097.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.100.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.100.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.200.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.200.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.210.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.210.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.300.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.300.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.common.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.common.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.amalthea.converters/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.headless:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.amalthea.converters.headless/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.headless.runtime:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.amalthea.converters.headless.runtime/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.amalthea.converters.sdk/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.utils.headless:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.utils.headless/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.utils.headless.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.utils.headless.sdk/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.utils.platform:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.utils.platform/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.utils.platform.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.utils.platform.sdk/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.converters.p2repo:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/releng/org.eclipse.app4mc.converters.p2repo/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:headless:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/releng/org.eclipse.app4mc.converters.product/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] APP4MC Migration Component                                         [pom]
[INFO] org.eclipse.app4mc.util.sessionlog                      [eclipse-plugin]
[INFO] [bundle] APP4MC Amalthea Converters Common              [eclipse-plugin]
[INFO] [bundle] APP4MC Amalthea Converters to 0.7.1            [eclipse-plugin]
[INFO] [bundle] APP4MC Amalthea Converters to 0.7.2            [eclipse-plugin]
[INFO] [bundle] APP4MC Amalthea Converters to 0.8.0            [eclipse-plugin]
[INFO] [bundle] APP4MC Amalthea Converters to 0.8.1            [eclipse-plugin]
[INFO] [bundle] APP4MC Amalthea Converters to 0.8.2            [eclipse-plugin]
[INFO] [bundle] APP4MC Amalthea Converters to 0.8.3            [eclipse-plugin]
[INFO] [bundle] APP4MC Amalthea Converters to 0.9.0            [eclipse-plugin]
[INFO] [bundle] APP4MC Amalthea Converters to 0.9.1            [eclipse-plugin]
[INFO] [bundle] APP4MC Amalthea Converters to 0.9.2            [eclipse-plugin]
[INFO] [bundle] APP4MC Amalthea Converters to 0.9.3            [eclipse-plugin]
[INFO] [bundle] APP4MC Amalthea Converters to 0.9.4            [eclipse-plugin]
[INFO] [bundle] APP4MC Amalthea Converters to 0.9.5            [eclipse-plugin]
[INFO] [bundle] APP4MC Amalthea Converters to 0.9.6            [eclipse-plugin]
[INFO] [bundle] APP4MC Amalthea Converters to 0.9.7            [eclipse-plugin]
[INFO] [bundle] APP4MC Amalthea Converters to 1.0.0            [eclipse-plugin]
[INFO] [bundle] APP4MC Amalthea Converters to 2.0.0            [eclipse-plugin]
[INFO] [bundle] APP4MC Amalthea Converters to 2.1.0            [eclipse-plugin]
[INFO] [bundle] APP4MC Amalthea Converters to 3.0.0            [eclipse-plugin]
[INFO] org.eclipse.app4mc.amalthea.converters.headless.app     [eclipse-plugin]
[INFO] org.eclipse.app4mc.amalthea.converters.help             [eclipse-plugin]
[INFO] org.eclipse.app4mc.amalthea.converters.ui               [eclipse-plugin]
[INFO] org.eclipse.app4mc.util.sessionlog.console              [eclipse-plugin]
[INFO] org.eclipse.app4mc.util.sessionlog.eclipse              [eclipse-plugin]
[INFO] org.eclipse.app4mc.util.sessionlog.file                 [eclipse-plugin]
[INFO] [aggregator] plugins                                               [pom]
[INFO] [test-bundle] APP4MC Amalthea Converters Common Tests [eclipse-test-plugin]
[INFO] [test-bundle] APP4MC Amalthea Converters to 0.7.1 - Tests [eclipse-test-plugin]
[INFO] [test-bundle] APP4MC Amalthea Converters to 0.7.2 - Tests [eclipse-test-plugin]
[INFO] [test-bundle] APP4MC Amalthea Converters to 0.8.0 - Tests [eclipse-test-plugin]
[INFO] [test-bundle] APP4MC Amalthea Converters to 0.8.1 - Tests [eclipse-test-plugin]
[INFO] [test-bundle] APP4MC Amalthea Converters to 0.8.2 - Tests [eclipse-test-plugin]
[INFO] [test-bundle] APP4MC Amalthea Converters to 0.8.3 - Tests [eclipse-test-plugin]
[INFO] [test-bundle] APP4MC Amalthea Converters to 0.9.0 - Tests [eclipse-test-plugin]
[INFO] [test-bundle] APP4MC Amalthea Converters to 0.9.1 - Tests [eclipse-test-plugin]
[INFO] [test-bundle] APP4MC Amalthea Converters to 0.9.2 - Tests [eclipse-test-plugin]
[INFO] [test-bundle] APP4MC Amalthea Converters to 0.9.3 - Tests [eclipse-test-plugin]
[INFO] [test-bundle] APP4MC Amalthea Converters to 0.9.4 - Tests [eclipse-test-plugin]
[INFO] [test-bundle] APP4MC Amalthea Converters to 0.9.5 - Tests [eclipse-test-plugin]
[INFO] [test-bundle] APP4MC Amalthea Converters to 0.9.6 - Tests [eclipse-test-plugin]
[INFO] [test-bundle] APP4MC Amalthea Converters to 0.9.7 - Tests [eclipse-test-plugin]
[INFO] [test-bundle] APP4MC Amalthea Converters to 1.0.0 - Tests [eclipse-test-plugin]
[INFO] [test-bundle] APP4MC Amalthea Converters to 2.0.0 - Tests [eclipse-test-plugin]
[INFO] [test-bundle] APP4MC Amalthea Converters to 2.1.0 - Tests [eclipse-test-plugin]
[INFO] [test-bundle] APP4MC Amalthea Converters to 3.0.0 - Tests [eclipse-test-plugin]
[INFO] [aggregator] tests                                                 [pom]
[INFO] [aggregator] features                                              [pom]
[INFO] [feature] APP4MC AMALTHEA Headless Converters          [eclipse-feature]
[INFO] [feature] APP4MC AMALTHEA Converters                   [eclipse-feature]
[INFO] [feature] APP4MC AMALTHEA Headless Converters Runtime  [eclipse-feature]
[INFO] [feature] APP4MC AMALTHEA Converters SDK               [eclipse-feature]
[INFO] [feature] APP4MC Utils Headless                        [eclipse-feature]
[INFO] [feature] APP4MC Utils Headless SDK                    [eclipse-feature]
[INFO] [feature] APP4MC Utils Platform                        [eclipse-feature]
[INFO] [feature] APP4MC Utils Platform SDK                    [eclipse-feature]
[INFO] APP4MC AMALTHEA Model Migration                     [eclipse-repository]
[INFO] headless                                            [eclipse-repository]
[INFO] [aggregator] releng                                                [pom]
[INFO] [target] Amalthea Model Migration Target     [eclipse-target-definition]
[INFO] 
[INFO] ----------------< org.eclipse.app4mc.migration:parent >-----------------
[INFO] Building APP4MC Migration Component 3.2.0-SNAPSHOT                [1/61]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ parent ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ parent ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ parent ---
[INFO] 
[INFO] -------< org.eclipse.app4mc:org.eclipse.app4mc.util.sessionlog >--------
[INFO] Building org.eclipse.app4mc.util.sessionlog 3.2.0-SNAPSHOT        [2/61]
[INFO]   from plugins/org.eclipse.app4mc.util.sessionlog/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.util.sessionlog ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.util.sessionlog ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.util.sessionlog ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.util.sessionlog ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.util.sessionlog ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.util.sessionlog ---
[INFO] Resolving class path of org.eclipse.app4mc.util.sessionlog...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.util.sessionlog ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.util.sessionlog ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.util.sessionlog ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.util.sessionlog ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.util.sessionlog ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.util.sessionlog ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.util.sessionlog ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.util.sessionlog ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog/target/org.eclipse.app4mc.util.sessionlog-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.util.sessionlog ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog/target/org.eclipse.app4mc.util.sessionlog-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.util.sessionlog ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.util.sessionlog:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.util.sessionlog ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog/target/org.eclipse.app4mc.util.sessionlog-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog/target/org.eclipse.app4mc.util.sessionlog-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.util.sessionlog ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.util.sessionlog ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.common >--
[INFO] Building [bundle] APP4MC Amalthea Converters Common 3.2.0-SNAPSHOT [3/61]
[INFO]   from plugins/org.eclipse.app4mc.amalthea.converters.common/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.common ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.common ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.common ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.common ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.common ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.common ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Converters Common...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.common/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.common ---
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.common/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.common ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.common/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.common ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.converters.common ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.common ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.common/target/org.eclipse.app4mc.amalthea.converters.common-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.common/target/org.eclipse.app4mc.amalthea.converters.common-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.common ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.common:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.common/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.common ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.common/target/org.eclipse.app4mc.amalthea.converters.common-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.common/target/org.eclipse.app4mc.amalthea.converters.common-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.common ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.converters.common ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.071 >--
[INFO] Building [bundle] APP4MC Amalthea Converters to 0.7.1 3.2.0-SNAPSHOT [4/61]
[INFO]   from plugins/org.eclipse.app4mc.amalthea.converters.071/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.071 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.071 ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.071 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.071 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.071 ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.071 ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Converters to 0.7.1...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.071 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.071/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.071 ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.071/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.071 ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.071 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.071/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.071 ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.converters.071 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.071 ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.071 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.071/target/org.eclipse.app4mc.amalthea.converters.071-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.071 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.071/target/org.eclipse.app4mc.amalthea.converters.071-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.071 ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.071:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.071/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.071 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.071/target/org.eclipse.app4mc.amalthea.converters.071-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.071/target/org.eclipse.app4mc.amalthea.converters.071-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.071 ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.converters.071 ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.072 >--
[INFO] Building [bundle] APP4MC Amalthea Converters to 0.7.2 3.2.0-SNAPSHOT [5/61]
[INFO]   from plugins/org.eclipse.app4mc.amalthea.converters.072/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.072 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.072 ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.072 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.072 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.072 ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.072 ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Converters to 0.7.2...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.072 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.072/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.072 ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.072/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.072 ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.072 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.072/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.072 ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.converters.072 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.072 ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.072 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.072/target/org.eclipse.app4mc.amalthea.converters.072-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.072 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.072/target/org.eclipse.app4mc.amalthea.converters.072-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.072 ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.072:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.072/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.072 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.072/target/org.eclipse.app4mc.amalthea.converters.072-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.072/target/org.eclipse.app4mc.amalthea.converters.072-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.072 ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.converters.072 ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.080 >--
[INFO] Building [bundle] APP4MC Amalthea Converters to 0.8.0 3.2.0-SNAPSHOT [6/61]
[INFO]   from plugins/org.eclipse.app4mc.amalthea.converters.080/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.080 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.080 ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.080 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.080 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.080 ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.080 ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Converters to 0.8.0...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.080 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.080/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.080 ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.080/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.080 ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.080 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.080/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.080 ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.converters.080 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.080 ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.080 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.080/target/org.eclipse.app4mc.amalthea.converters.080-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.080 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.080/target/org.eclipse.app4mc.amalthea.converters.080-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.080 ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.080:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.080/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.080 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.080/target/org.eclipse.app4mc.amalthea.converters.080-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.080/target/org.eclipse.app4mc.amalthea.converters.080-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.080 ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.converters.080 ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.081 >--
[INFO] Building [bundle] APP4MC Amalthea Converters to 0.8.1 3.2.0-SNAPSHOT [7/61]
[INFO]   from plugins/org.eclipse.app4mc.amalthea.converters.081/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.081 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.081 ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.081 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.081 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.081 ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.081 ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Converters to 0.8.1...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.081 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.081/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.081 ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.081/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.081 ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.081 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.081/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.081 ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.converters.081 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.081 ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.081 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.081/target/org.eclipse.app4mc.amalthea.converters.081-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.081 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.081/target/org.eclipse.app4mc.amalthea.converters.081-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.081 ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.081:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.081/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.081 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.081/target/org.eclipse.app4mc.amalthea.converters.081-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.081/target/org.eclipse.app4mc.amalthea.converters.081-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.081 ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.converters.081 ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.082 >--
[INFO] Building [bundle] APP4MC Amalthea Converters to 0.8.2 3.2.0-SNAPSHOT [8/61]
[INFO]   from plugins/org.eclipse.app4mc.amalthea.converters.082/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.082 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.082 ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.082 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.082 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.082 ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.082 ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Converters to 0.8.2...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.082 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.082/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.082 ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.082/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.082 ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.082 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.082/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.082 ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.converters.082 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.082 ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.082 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.082/target/org.eclipse.app4mc.amalthea.converters.082-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.082 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.082/target/org.eclipse.app4mc.amalthea.converters.082-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.082 ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.082:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.082/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.082 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.082/target/org.eclipse.app4mc.amalthea.converters.082-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.082/target/org.eclipse.app4mc.amalthea.converters.082-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.082 ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.converters.082 ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.083 >--
[INFO] Building [bundle] APP4MC Amalthea Converters to 0.8.3 3.2.0-SNAPSHOT [9/61]
[INFO]   from plugins/org.eclipse.app4mc.amalthea.converters.083/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.083 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.083 ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.083 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.083 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.083 ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.083 ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Converters to 0.8.3...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.083 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.083/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.083 ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.083/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.083 ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.083 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.083/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.083 ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.converters.083 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.083 ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.083 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.083/target/org.eclipse.app4mc.amalthea.converters.083-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.083 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.083/target/org.eclipse.app4mc.amalthea.converters.083-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.083 ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.083:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.083/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.083 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.083/target/org.eclipse.app4mc.amalthea.converters.083-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.083/target/org.eclipse.app4mc.amalthea.converters.083-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.083 ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.converters.083 ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.090 >--
[INFO] Building [bundle] APP4MC Amalthea Converters to 0.9.0 3.2.0-SNAPSHOT [10/61]
[INFO]   from plugins/org.eclipse.app4mc.amalthea.converters.090/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.090 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.090 ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.090 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.090 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.090 ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.090 ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Converters to 0.9.0...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.090 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.090/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.090 ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.090/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.090 ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.090 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.090/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.090 ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.converters.090 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.090 ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.090 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.090/target/org.eclipse.app4mc.amalthea.converters.090-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.090 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.090/target/org.eclipse.app4mc.amalthea.converters.090-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.090 ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.090:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.090/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.090 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.090/target/org.eclipse.app4mc.amalthea.converters.090-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.090/target/org.eclipse.app4mc.amalthea.converters.090-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.090 ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.converters.090 ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.091 >--
[INFO] Building [bundle] APP4MC Amalthea Converters to 0.9.1 3.2.0-SNAPSHOT [11/61]
[INFO]   from plugins/org.eclipse.app4mc.amalthea.converters.091/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.091 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.091 ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.091 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.091 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.091 ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.091 ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Converters to 0.9.1...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.091 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.091/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.091 ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.091/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.091 ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.091 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.091/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.091 ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.converters.091 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.091 ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.091 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.091/target/org.eclipse.app4mc.amalthea.converters.091-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.091 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.091/target/org.eclipse.app4mc.amalthea.converters.091-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.091 ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.091:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.091/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.091 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.091/target/org.eclipse.app4mc.amalthea.converters.091-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.091/target/org.eclipse.app4mc.amalthea.converters.091-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.091 ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.converters.091 ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.092 >--
[INFO] Building [bundle] APP4MC Amalthea Converters to 0.9.2 3.2.0-SNAPSHOT [12/61]
[INFO]   from plugins/org.eclipse.app4mc.amalthea.converters.092/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.092 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.092 ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.092 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.092 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.092 ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.092 ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Converters to 0.9.2...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.092 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.092/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.092 ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.092/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.092 ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.092 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.092/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.092 ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.converters.092 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.092 ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.092 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.092/target/org.eclipse.app4mc.amalthea.converters.092-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.092 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.092/target/org.eclipse.app4mc.amalthea.converters.092-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.092 ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.092:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.092/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.092 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.092/target/org.eclipse.app4mc.amalthea.converters.092-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.092/target/org.eclipse.app4mc.amalthea.converters.092-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.092 ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.converters.092 ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.093 >--
[INFO] Building [bundle] APP4MC Amalthea Converters to 0.9.3 3.2.0-SNAPSHOT [13/61]
[INFO]   from plugins/org.eclipse.app4mc.amalthea.converters.093/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.093 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.093 ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.093 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.093 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.093 ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.093 ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Converters to 0.9.3...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.093 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.093/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.093 ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.093/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.093 ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.093 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.093/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.093 ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.converters.093 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.093 ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.093 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.093/target/org.eclipse.app4mc.amalthea.converters.093-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.093 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.093/target/org.eclipse.app4mc.amalthea.converters.093-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.093 ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.093:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.093/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.093 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.093/target/org.eclipse.app4mc.amalthea.converters.093-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.093/target/org.eclipse.app4mc.amalthea.converters.093-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.093 ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.converters.093 ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.094 >--
[INFO] Building [bundle] APP4MC Amalthea Converters to 0.9.4 3.2.0-SNAPSHOT [14/61]
[INFO]   from plugins/org.eclipse.app4mc.amalthea.converters.094/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.094 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.094 ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.094 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.094 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.094 ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.094 ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Converters to 0.9.4...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.094 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.094/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.094 ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.094/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.094 ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.094 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.094/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.094 ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.converters.094 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.094 ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.094 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.094/target/org.eclipse.app4mc.amalthea.converters.094-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.094 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.094/target/org.eclipse.app4mc.amalthea.converters.094-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.094 ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.094:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.094/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.094 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.094/target/org.eclipse.app4mc.amalthea.converters.094-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.094/target/org.eclipse.app4mc.amalthea.converters.094-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.094 ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.converters.094 ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.095 >--
[INFO] Building [bundle] APP4MC Amalthea Converters to 0.9.5 3.2.0-SNAPSHOT [15/61]
[INFO]   from plugins/org.eclipse.app4mc.amalthea.converters.095/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.095 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.095 ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.095 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.095 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.095 ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.095 ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Converters to 0.9.5...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.095 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.095/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.095 ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.095/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.095 ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.095 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.095/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.095 ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.converters.095 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.095 ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.095 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.095/target/org.eclipse.app4mc.amalthea.converters.095-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.095 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.095/target/org.eclipse.app4mc.amalthea.converters.095-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.095 ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.095:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.095/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.095 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.095/target/org.eclipse.app4mc.amalthea.converters.095-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.095/target/org.eclipse.app4mc.amalthea.converters.095-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.095 ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.converters.095 ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.096 >--
[INFO] Building [bundle] APP4MC Amalthea Converters to 0.9.6 3.2.0-SNAPSHOT [16/61]
[INFO]   from plugins/org.eclipse.app4mc.amalthea.converters.096/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.096 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.096 ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.096 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.096 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.096 ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.096 ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Converters to 0.9.6...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.096 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.096/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.096 ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.096/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.096 ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.096 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.096/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.096 ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.converters.096 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.096 ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.096 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.096/target/org.eclipse.app4mc.amalthea.converters.096-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.096 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.096/target/org.eclipse.app4mc.amalthea.converters.096-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.096 ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.096:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.096/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.096 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.096/target/org.eclipse.app4mc.amalthea.converters.096-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.096/target/org.eclipse.app4mc.amalthea.converters.096-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.096 ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.converters.096 ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.097 >--
[INFO] Building [bundle] APP4MC Amalthea Converters to 0.9.7 3.2.0-SNAPSHOT [17/61]
[INFO]   from plugins/org.eclipse.app4mc.amalthea.converters.097/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.097 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.097 ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.097 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.097 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.097 ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.097 ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Converters to 0.9.7...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.097 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.097/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.097 ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.097/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.097 ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.097 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.097/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.097 ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.converters.097 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.097 ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.097 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.097/target/org.eclipse.app4mc.amalthea.converters.097-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.097 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.097/target/org.eclipse.app4mc.amalthea.converters.097-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.097 ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.097:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.097/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.097 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.097/target/org.eclipse.app4mc.amalthea.converters.097-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.097/target/org.eclipse.app4mc.amalthea.converters.097-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.097 ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.converters.097 ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.100 >--
[INFO] Building [bundle] APP4MC Amalthea Converters to 1.0.0 3.2.0-SNAPSHOT [18/61]
[INFO]   from plugins/org.eclipse.app4mc.amalthea.converters.100/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.100 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.100 ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.100 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.100 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.100 ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.100 ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Converters to 1.0.0...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.100 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.100/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.100 ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.100/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.100 ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.100 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.100/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.100 ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.converters.100 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.100 ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.100 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.100/target/org.eclipse.app4mc.amalthea.converters.100-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.100 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.100/target/org.eclipse.app4mc.amalthea.converters.100-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.100 ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.100:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.100/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.100 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.100/target/org.eclipse.app4mc.amalthea.converters.100-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.100/target/org.eclipse.app4mc.amalthea.converters.100-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.100 ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.converters.100 ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.200 >--
[INFO] Building [bundle] APP4MC Amalthea Converters to 2.0.0 3.2.0-SNAPSHOT [19/61]
[INFO]   from plugins/org.eclipse.app4mc.amalthea.converters.200/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.200 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.200 ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.200 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.200 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.200 ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.200 ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Converters to 2.0.0...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.200 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.200/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.200 ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.200/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.200 ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.200 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.200/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.200 ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.converters.200 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.200 ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.200 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.200/target/org.eclipse.app4mc.amalthea.converters.200-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.200 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.200/target/org.eclipse.app4mc.amalthea.converters.200-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.200 ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.200:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.200/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.200 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.200/target/org.eclipse.app4mc.amalthea.converters.200-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.200/target/org.eclipse.app4mc.amalthea.converters.200-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.200 ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.converters.200 ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.210 >--
[INFO] Building [bundle] APP4MC Amalthea Converters to 2.1.0 3.2.0-SNAPSHOT [20/61]
[INFO]   from plugins/org.eclipse.app4mc.amalthea.converters.210/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.210 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.210 ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.210 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.210 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.210 ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.210 ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Converters to 2.1.0...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.210 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.210/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.210 ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.210/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.210 ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.210 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.210/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.210 ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.converters.210 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.210 ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.210 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.210/target/org.eclipse.app4mc.amalthea.converters.210-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.210 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.210/target/org.eclipse.app4mc.amalthea.converters.210-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.210 ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.210:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.210/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.210 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.210/target/org.eclipse.app4mc.amalthea.converters.210-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.210/target/org.eclipse.app4mc.amalthea.converters.210-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.210 ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.converters.210 ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.300 >--
[INFO] Building [bundle] APP4MC Amalthea Converters to 3.0.0 3.2.0-SNAPSHOT [21/61]
[INFO]   from plugins/org.eclipse.app4mc.amalthea.converters.300/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.300 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.300 ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.300 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.300 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.300 ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.300 ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Converters to 3.0.0...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.300 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.300/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.300 ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.300/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.300 ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.300 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.300/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.300 ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.converters.300 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.300 ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.300 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.300/target/org.eclipse.app4mc.amalthea.converters.300-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.300 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.300/target/org.eclipse.app4mc.amalthea.converters.300-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.300 ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.300:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.300/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.300 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.300/target/org.eclipse.app4mc.amalthea.converters.300-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.300/target/org.eclipse.app4mc.amalthea.converters.300-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.300 ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.converters.300 ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.headless.app >--
[INFO] Building org.eclipse.app4mc.amalthea.converters.headless.app 3.2.0-SNAPSHOT [22/61]
[INFO]   from plugins/org.eclipse.app4mc.amalthea.converters.headless.app/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.headless.app ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.headless.app ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.headless.app ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.headless.app ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.headless.app ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.headless.app ---
[INFO] Resolving class path of org.eclipse.app4mc.amalthea.converters.headless.app...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.headless.app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.headless.app/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.headless.app ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.headless.app/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.headless.app ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.headless.app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.headless.app/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.headless.app ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.converters.headless.app ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.headless.app ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.headless.app ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.headless.app/target/org.eclipse.app4mc.amalthea.converters.headless.app-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.headless.app ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.headless.app/target/org.eclipse.app4mc.amalthea.converters.headless.app-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.headless.app ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.headless.app:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.headless.app/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.headless.app ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.headless.app/target/org.eclipse.app4mc.amalthea.converters.headless.app-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.headless.app/target/org.eclipse.app4mc.amalthea.converters.headless.app-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.headless.app ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.converters.headless.app ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.help >--
[INFO] Building org.eclipse.app4mc.amalthea.converters.help 3.2.0-SNAPSHOT [23/61]
[INFO]   from plugins/org.eclipse.app4mc.amalthea.converters.help/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.help ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.help ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.help ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.help ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.help ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.help ---
[INFO] Resolving class path of org.eclipse.app4mc.amalthea.converters.help...
[INFO] 
[INFO] --- antrun:1.7:run (replace-build-token) @ org.eclipse.app4mc.amalthea.converters.help ---
[INFO] Executing tasks

main:

default:

init-build:
    [mkdir] Created dir: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/build

generate-help:
     [copy] Copying 7 files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/build
Help: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/build /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/build/additional_details.html
[wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/build /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/build/developers_guide.html
[wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/build /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/build/how_to_invoke_model_migration.html
[wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/build /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/build/meta_model_changes.html
[wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/build /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/build/model_migration.html
[wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/build /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/build/prerequisites_for_model_migration.html
[wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/build /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/build/supported_model_migrations.html
     [copy] Copying 7 files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/help
     [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/help
     [copy] Copying 7 files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/toc
   [delete] Deleting directory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/build
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.help ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.help ---
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.help ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.help ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.help ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.converters.help ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.help ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.help ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.help ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/target/org.eclipse.app4mc.amalthea.converters.help-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.help ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.help:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.help ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.help/target/org.eclipse.app4mc.amalthea.converters.help-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.help ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.converters.help ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.ui >--
[INFO] Building org.eclipse.app4mc.amalthea.converters.ui 3.2.0-SNAPSHOT [24/61]
[INFO]   from plugins/org.eclipse.app4mc.amalthea.converters.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.ui ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.ui ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.ui ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.ui ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.ui ---
[INFO] Resolving class path of org.eclipse.app4mc.amalthea.converters.ui...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.ui ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.ui/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.ui ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.ui ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.converters.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.ui ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.ui/target/org.eclipse.app4mc.amalthea.converters.ui-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.ui/target/org.eclipse.app4mc.amalthea.converters.ui-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.ui ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.ui:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.ui/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.ui/target/org.eclipse.app4mc.amalthea.converters.ui-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.amalthea.converters.ui/target/org.eclipse.app4mc.amalthea.converters.ui-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.ui ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.converters.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] ---< org.eclipse.app4mc:org.eclipse.app4mc.util.sessionlog.console >----
[INFO] Building org.eclipse.app4mc.util.sessionlog.console 3.2.0-SNAPSHOT [25/61]
[INFO]   from plugins/org.eclipse.app4mc.util.sessionlog.console/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.util.sessionlog.console ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.util.sessionlog.console ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.util.sessionlog.console ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.util.sessionlog.console ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.util.sessionlog.console ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.util.sessionlog.console ---
[INFO] Resolving class path of org.eclipse.app4mc.util.sessionlog.console...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.util.sessionlog.console ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog.console/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.util.sessionlog.console ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog.console/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.util.sessionlog.console ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.util.sessionlog.console ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog.console/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.util.sessionlog.console ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.util.sessionlog.console ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.util.sessionlog.console ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.util.sessionlog.console ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog.console/target/org.eclipse.app4mc.util.sessionlog.console-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.util.sessionlog.console ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog.console/target/org.eclipse.app4mc.util.sessionlog.console-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.util.sessionlog.console ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.util.sessionlog.console:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog.console/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.util.sessionlog.console ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog.console/target/org.eclipse.app4mc.util.sessionlog.console-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog.console/target/org.eclipse.app4mc.util.sessionlog.console-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.util.sessionlog.console ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.util.sessionlog.console ---
[INFO] No tests to run.
[INFO] 
[INFO] ---< org.eclipse.app4mc:org.eclipse.app4mc.util.sessionlog.eclipse >----
[INFO] Building org.eclipse.app4mc.util.sessionlog.eclipse 3.2.0-SNAPSHOT [26/61]
[INFO]   from plugins/org.eclipse.app4mc.util.sessionlog.eclipse/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.util.sessionlog.eclipse ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.util.sessionlog.eclipse ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.util.sessionlog.eclipse ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.util.sessionlog.eclipse ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.util.sessionlog.eclipse ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.util.sessionlog.eclipse ---
[INFO] Resolving class path of org.eclipse.app4mc.util.sessionlog.eclipse...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.util.sessionlog.eclipse ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog.eclipse/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.util.sessionlog.eclipse ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog.eclipse/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.util.sessionlog.eclipse ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.util.sessionlog.eclipse ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog.eclipse/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.util.sessionlog.eclipse ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.util.sessionlog.eclipse ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.util.sessionlog.eclipse ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.util.sessionlog.eclipse ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog.eclipse/target/org.eclipse.app4mc.util.sessionlog.eclipse-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.util.sessionlog.eclipse ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog.eclipse/target/org.eclipse.app4mc.util.sessionlog.eclipse-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.util.sessionlog.eclipse ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.util.sessionlog.eclipse:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog.eclipse/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.util.sessionlog.eclipse ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog.eclipse/target/org.eclipse.app4mc.util.sessionlog.eclipse-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog.eclipse/target/org.eclipse.app4mc.util.sessionlog.eclipse-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.util.sessionlog.eclipse ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.util.sessionlog.eclipse ---
[INFO] No tests to run.
[INFO] 
[INFO] -----< org.eclipse.app4mc:org.eclipse.app4mc.util.sessionlog.file >-----
[INFO] Building org.eclipse.app4mc.util.sessionlog.file 3.2.0-SNAPSHOT  [27/61]
[INFO]   from plugins/org.eclipse.app4mc.util.sessionlog.file/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.util.sessionlog.file ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.util.sessionlog.file ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.util.sessionlog.file ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.util.sessionlog.file ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.util.sessionlog.file ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.util.sessionlog.file ---
[INFO] Resolving class path of org.eclipse.app4mc.util.sessionlog.file...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.util.sessionlog.file ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog.file/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.util.sessionlog.file ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog.file/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.util.sessionlog.file ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.util.sessionlog.file ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog.file/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.util.sessionlog.file ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.util.sessionlog.file ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.util.sessionlog.file ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.util.sessionlog.file ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog.file/target/org.eclipse.app4mc.util.sessionlog.file-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.util.sessionlog.file ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog.file/target/org.eclipse.app4mc.util.sessionlog.file-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.util.sessionlog.file ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.util.sessionlog.file:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog.file/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.util.sessionlog.file ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog.file/target/org.eclipse.app4mc.util.sessionlog.file-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/plugins/org.eclipse.app4mc.util.sessionlog.file/target/org.eclipse.app4mc.util.sessionlog.file-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.util.sessionlog.file ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.util.sessionlog.file ---
[INFO] No tests to run.
[INFO] 
[INFO] ----------------< org.eclipse.app4mc.migration:plugins >----------------
[INFO] Building [aggregator] plugins 3.2.0-SNAPSHOT                     [28/61]
[INFO]   from plugins/.polyglot.pom.tycho
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ plugins ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ plugins ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ plugins ---
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.common.tests >--
[INFO] Building [test-bundle] APP4MC Amalthea Converters Common Tests 3.2.0-SNAPSHOT [29/61]
[INFO]   from tests/org.eclipse.app4mc.amalthea.converters.common.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.common.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.common.tests ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.common.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.common.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.common.tests ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.common.tests ---
[INFO] Resolving class path of [test-bundle] APP4MC Amalthea Converters Common Tests...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.common.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.common.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.common.tests ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.common.tests/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.common.tests ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.common.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.common.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.common.tests ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.common.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.common.tests/target/org.eclipse.app4mc.amalthea.converters.common.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.common.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.common.tests/target/org.eclipse.app4mc.amalthea.converters.common.tests-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.common.tests ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.common.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.common.tests/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.common.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.common.tests/target/org.eclipse.app4mc.amalthea.converters.common.tests-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.common.tests/target/org.eclipse.app4mc.amalthea.converters.common.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.app4mc.amalthea.converters.common.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.common.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.common.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.common.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.common.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.common.tests/target/surefire.properties]
Running org.eclipse.app4mc.amalthea.converters.common.tests.NamespaceConverterZippedTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.app4mc.amalthea.converters.common.tests.NamespaceConverterZippedTest
org.eclipse.app4mc.amalthea.converters.common.tests.NamespaceConverterZippedTest.shouldPopulateModel  Time elapsed: 0.044 s
org.eclipse.app4mc.amalthea.converters.common.tests.NamespaceConverterZippedTest.shouldGetModelVersionFromModelFile  Time elapsed: 0.001 s
org.eclipse.app4mc.amalthea.converters.common.tests.NamespaceConverterZippedTest.shouldGetModelVersionFromZipFile  Time elapsed: 0 s
org.eclipse.app4mc.amalthea.converters.common.tests.NamespaceConverterZippedTest.shouldGetInvalidModelVersion  Time elapsed: 0.001 s
org.eclipse.app4mc.amalthea.converters.common.tests.NamespaceConverterZippedTest.shouldTemporaryUnzipFile  Time elapsed: 0 s
org.eclipse.app4mc.amalthea.converters.common.tests.NamespaceConverterZippedTest.shouldGetInvalidModelVersionFromNonExisting  Time elapsed: 0 s
org.eclipse.app4mc.amalthea.converters.common.tests.NamespaceConverterZippedTest.shouldCreateBackupOfZip  Time elapsed: 0.006 s
org.eclipse.app4mc.amalthea.converters.common.tests.NamespaceConverterZippedTest.shouldGetInvalidModelVersionFromNull  Time elapsed: 0 s
org.eclipse.app4mc.amalthea.converters.common.tests.NamespaceConverterZippedTest.shouldCheckZipFile  Time elapsed: 0 s
org.eclipse.app4mc.amalthea.converters.common.tests.NamespaceConverterZippedTest.shouldGetInvalidModelVersionFromWrongFileExtension  Time elapsed: 0 s
Running org.eclipse.app4mc.amalthea.converters.common.tests.ModelVersionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.app4mc.amalthea.converters.common.tests.ModelVersionTest
org.eclipse.app4mc.amalthea.converters.common.tests.ModelVersionTest.shouldGetAllVersionsBefore090  Time elapsed: 0.001 s
org.eclipse.app4mc.amalthea.converters.common.tests.ModelVersionTest.shouldIdentifyValidVersion  Time elapsed: 0 s
org.eclipse.app4mc.amalthea.converters.common.tests.ModelVersionTest.shouldGetAllVersionsBefore090Include  Time elapsed: 0 s
org.eclipse.app4mc.amalthea.converters.common.tests.ModelVersionTest.shouldIdentifyInvalidVersion  Time elapsed: 0 s
Running org.eclipse.app4mc.amalthea.converters.common.tests.HelperUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.app4mc.amalthea.converters.common.tests.HelperUtilTest
org.eclipse.app4mc.amalthea.converters.common.tests.HelperUtilTest.checkTrimStartAndEnd  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.converters.common.tests.AmaltheaNamespaceRegistryTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.app4mc.amalthea.converters.common.tests.AmaltheaNamespaceRegistryTest
org.eclipse.app4mc.amalthea.converters.common.tests.AmaltheaNamespaceRegistryTest.shouldReturnNamespacesBeforeIncludeGeneric  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters.common.tests.AmaltheaNamespaceRegistryTest.shouldReturnNamespacesBefore  Time elapsed: 0 s
org.eclipse.app4mc.amalthea.converters.common.tests.AmaltheaNamespaceRegistryTest.shouldReturnNamespacesBeforeInclude  Time elapsed: 0 s
org.eclipse.app4mc.amalthea.converters.common.tests.AmaltheaNamespaceRegistryTest.getModelVersion  Time elapsed: 0.001 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.071.tests >--
[INFO] Building [test-bundle] APP4MC Amalthea Converters to 0.7.1 - Tests 3.2.0-SNAPSHOT [30/61]
[INFO]   from tests/org.eclipse.app4mc.amalthea.converters.071.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.071.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.071.tests ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.071.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.071.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.071.tests ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.071.tests ---
[INFO] Resolving class path of [test-bundle] APP4MC Amalthea Converters to 0.7.1 - Tests...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.071.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.071.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.071.tests ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.071.tests/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.071.tests ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.071.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.071.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.071.tests ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.071.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.071.tests/target/org.eclipse.app4mc.amalthea.converters.071.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.071.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.071.tests/target/org.eclipse.app4mc.amalthea.converters.071.tests-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.071.tests ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.071.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.071.tests/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.071.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.071.tests/target/org.eclipse.app4mc.amalthea.converters.071.tests-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.071.tests/target/org.eclipse.app4mc.amalthea.converters.071.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.app4mc.amalthea.converters.071.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.071.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.071.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.071.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.071.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.071.tests/target/surefire.properties]
Running org.eclipse.app4mc.amalthea.converters071.tests.SwSectionConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s - in org.eclipse.app4mc.amalthea.converters071.tests.SwSectionConverterTest
org.eclipse.app4mc.amalthea.converters071.tests.SwSectionConverterTest.testConversion[0: Test data ID: Sections-Constraints-Conversion : 1]  Time elapsed: 0.088 s
org.eclipse.app4mc.amalthea.converters071.tests.SwSectionConverterTest.verification[0: Test data ID: Sections-Constraints-Conversion : 1]  Time elapsed: 0.008 s
Running org.eclipse.app4mc.amalthea.converters071.tests.PropertyConstraintsConverterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.app4mc.amalthea.converters071.tests.PropertyConstraintsConverterTest
org.eclipse.app4mc.amalthea.converters071.tests.PropertyConstraintsConverterTest.testConversion[0: Test file: /property-constraints/memorytype_size.amxmi]  Time elapsed: 0.004 s
org.eclipse.app4mc.amalthea.converters071.tests.PropertyConstraintsConverterTest.verification[0: Test file: /property-constraints/memorytype_size.amxmi]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters071.tests.PropertyConstraintsConverterTest.testConversion[1: Test file: /property-constraints/pc_frequency_quartz.amxmi]  Time elapsed: 0.004 s
org.eclipse.app4mc.amalthea.converters071.tests.PropertyConstraintsConverterTest.verification[1: Test file: /property-constraints/pc_frequency_quartz.amxmi]  Time elapsed: 0.003 s
Running org.eclipse.app4mc.amalthea.converters071.tests.NamespaceConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.app4mc.amalthea.converters071.tests.NamespaceConverterTest
org.eclipse.app4mc.amalthea.converters071.tests.NamespaceConverterTest.testConversion[0: Test file: /namespace/AMALTHEA_Democar.amxmi]  Time elapsed: 0.024 s
org.eclipse.app4mc.amalthea.converters071.tests.NamespaceConverterTest.verification[0: Test file: /namespace/AMALTHEA_Democar.amxmi]  Time elapsed: 0.01 s
Running org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest
org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest.testConversion[0: Test file: /non-amalthea-root-tag/components.amxmi]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest.verification[0: Test file: /non-amalthea-root-tag/components.amxmi]  Time elapsed: 0.001 s
org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest.testConversion[1: Test file: /non-amalthea-root-tag/config.amxmi]  Time elapsed: 0.001 s
org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest.verification[1: Test file: /non-amalthea-root-tag/config.amxmi]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest.testConversion[2: Test file: /non-amalthea-root-tag/constraints.amxmi]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest.verification[2: Test file: /non-amalthea-root-tag/constraints.amxmi]  Time elapsed: 0.001 s
org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest.testConversion[3: Test file: /non-amalthea-root-tag/eventmodel.amxmi]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest.verification[3: Test file: /non-amalthea-root-tag/eventmodel.amxmi]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest.testConversion[4: Test file: /non-amalthea-root-tag/hwmodel.amxmi]  Time elapsed: 0.001 s
org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest.verification[4: Test file: /non-amalthea-root-tag/hwmodel.amxmi]  Time elapsed: 0.001 s
org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest.testConversion[5: Test file: /non-amalthea-root-tag/mappingmodel.amxmi]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest.verification[5: Test file: /non-amalthea-root-tag/mappingmodel.amxmi]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest.testConversion[6: Test file: /non-amalthea-root-tag/osmodel.amxmi]  Time elapsed: 0.033 s
org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest.verification[6: Test file: /non-amalthea-root-tag/osmodel.amxmi]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest.testConversion[7: Test file: /non-amalthea-root-tag/propertyconstraints.amxmi]  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest.verification[7: Test file: /non-amalthea-root-tag/propertyconstraints.amxmi]  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest.testConversion[8: Test file: /non-amalthea-root-tag/stimuli.amxmi]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest.verification[8: Test file: /non-amalthea-root-tag/stimuli.amxmi]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest.testConversion[9: Test file: /non-amalthea-root-tag/swmodel.amxmi]  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest.verification[9: Test file: /non-amalthea-root-tag/swmodel.amxmi]  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.converters071.tests.ConstraintsConverterTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.app4mc.amalthea.converters071.tests.ConstraintsConverterTest
org.eclipse.app4mc.amalthea.converters071.tests.ConstraintsConverterTest.testConversion[0: Test data ID: 500501. Description : AffinityConstraint change]  Time elapsed: 0.009 s
org.eclipse.app4mc.amalthea.converters071.tests.ConstraintsConverterTest.verification[0: Test data ID: 500501. Description : AffinityConstraint change]  Time elapsed: 0.006 s
org.eclipse.app4mc.amalthea.converters071.tests.ConstraintsConverterTest.testConversion[1: Test data ID: 500502. Description : RunnableSequencingConstraint change]  Time elapsed: 0.007 s
org.eclipse.app4mc.amalthea.converters071.tests.ConstraintsConverterTest.verification[1: Test data ID: 500502. Description : RunnableSequencingConstraint change]  Time elapsed: 0.004 s
org.eclipse.app4mc.amalthea.converters071.tests.ConstraintsConverterTest.testConversion[2: Test data ID: 500506. Description : Timing Constraints  change]  Time elapsed: 0.005 s
org.eclipse.app4mc.amalthea.converters071.tests.ConstraintsConverterTest.verification[2: Test data ID: 500506. Description : Timing Constraints  change]  Time elapsed: 0.003 s
Running org.eclipse.app4mc.amalthea.converters071.tests.HwConverterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.app4mc.amalthea.converters071.tests.HwConverterTest
org.eclipse.app4mc.amalthea.converters071.tests.HwConverterTest.testConversion[0: Test file: /hw/memorytype_size.amxmi]  Time elapsed: 0.004 s
org.eclipse.app4mc.amalthea.converters071.tests.HwConverterTest.verification[0: Test file: /hw/memorytype_size.amxmi]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters071.tests.HwConverterTest.testConversion[1: Test file: /hw/hw_frequency_quartz.amxmi]  Time elapsed: 0.004 s
org.eclipse.app4mc.amalthea.converters071.tests.HwConverterTest.verification[1: Test file: /hw/hw_frequency_quartz.amxmi]  Time elapsed: 0.004 s
Running org.eclipse.app4mc.amalthea.converters071.tests.SwConverterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.app4mc.amalthea.converters071.tests.SwConverterTest
org.eclipse.app4mc.amalthea.converters071.tests.SwConverterTest.testConversion[0: Test data ID: Sections : 1]  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.converters071.tests.SwConverterTest.verification[0: Test data ID: Sections : 1]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters071.tests.SwConverterTest.testConversion[1: Test data ID: ModeSwitchEntry_Scenario : 2]  Time elapsed: 0.006 s
org.eclipse.app4mc.amalthea.converters071.tests.SwConverterTest.verification[1: Test data ID: ModeSwitchEntry_Scenario : 2]  Time elapsed: 0.004 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.072.tests >--
[INFO] Building [test-bundle] APP4MC Amalthea Converters to 0.7.2 - Tests 3.2.0-SNAPSHOT [31/61]
[INFO]   from tests/org.eclipse.app4mc.amalthea.converters.072.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.072.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.072.tests ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.072.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.072.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.072.tests ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.072.tests ---
[INFO] Resolving class path of [test-bundle] APP4MC Amalthea Converters to 0.7.2 - Tests...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.072.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.072.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.072.tests ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.072.tests/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.072.tests ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.072.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.072.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.072.tests ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.072.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.072.tests/target/org.eclipse.app4mc.amalthea.converters.072.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.072.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.072.tests/target/org.eclipse.app4mc.amalthea.converters.072.tests-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.072.tests ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.072.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.072.tests/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.072.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.072.tests/target/org.eclipse.app4mc.amalthea.converters.072.tests-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.072.tests/target/org.eclipse.app4mc.amalthea.converters.072.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.app4mc.amalthea.converters.072.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.072.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.072.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.072.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.072.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.072.tests/target/surefire.properties]
Running org.eclipse.app4mc.amalthea.converters072.tests.NamespaceConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s - in org.eclipse.app4mc.amalthea.converters072.tests.NamespaceConverterTest
org.eclipse.app4mc.amalthea.converters072.tests.NamespaceConverterTest.testConversion[0: Test file: /namespace/AMALTHEA_Democar.amxmi]  Time elapsed: 0.113 s
org.eclipse.app4mc.amalthea.converters072.tests.NamespaceConverterTest.verification[0: Test file: /namespace/AMALTHEA_Democar.amxmi]  Time elapsed: 0.009 s
Running org.eclipse.app4mc.amalthea.converters072.tests.ConstraintsConverterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.app4mc.amalthea.converters072.tests.ConstraintsConverterTest
org.eclipse.app4mc.amalthea.converters072.tests.ConstraintsConverterTest.testConversion[0: Test file: /constraints/constraints.amxmi]  Time elapsed: 0.005 s
org.eclipse.app4mc.amalthea.converters072.tests.ConstraintsConverterTest.verification[0: Test file: /constraints/constraints.amxmi]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters072.tests.ConstraintsConverterTest.testConversion[1: Test file: /constraints/targetProcess_callsequence/constraints.amxmi]  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.converters072.tests.ConstraintsConverterTest.verification[1: Test file: /constraints/targetProcess_callsequence/constraints.amxmi]  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.converters072.tests.PropertyConstraintsConverterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.app4mc.amalthea.converters072.tests.PropertyConstraintsConverterTest
org.eclipse.app4mc.amalthea.converters072.tests.PropertyConstraintsConverterTest.testConversion[0: Test file: /property-constraints/case1/AMALTHEA_Democar_MappingExample.amxmi]  Time elapsed: 0.051 s
org.eclipse.app4mc.amalthea.converters072.tests.PropertyConstraintsConverterTest.verification[0: Test file: /property-constraints/case1/AMALTHEA_Democar_MappingExample.amxmi]  Time elapsed: 0.005 s
org.eclipse.app4mc.amalthea.converters072.tests.PropertyConstraintsConverterTest.testConversion[1: Test file: /property-constraints/case2/AMALTHEA_Democar_MappingExample-without-hwmodel.amxmi]  Time elapsed: 0.018 s
org.eclipse.app4mc.amalthea.converters072.tests.PropertyConstraintsConverterTest.verification[1: Test file: /property-constraints/case2/AMALTHEA_Democar_MappingExample-without-hwmodel.amxmi]  Time elapsed: 0.005 s
Running org.eclipse.app4mc.amalthea.converters072.tests.OSConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.app4mc.amalthea.converters072.tests.OSConverterTest
org.eclipse.app4mc.amalthea.converters072.tests.OSConverterTest.testConversion[0: Test file: /osmodel/osmodel.amxmi]  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.converters072.tests.OSConverterTest.verification[0: Test file: /osmodel/osmodel.amxmi]  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.converters072.tests.ConfigConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.app4mc.amalthea.converters072.tests.ConfigConverterTest
org.eclipse.app4mc.amalthea.converters072.tests.ConfigConverterTest.testConversion[0: Test file: /config/config.amxmi]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters072.tests.ConfigConverterTest.verification[0: Test file: /config/config.amxmi]  Time elapsed: 0.001 s
Running org.eclipse.app4mc.amalthea.converters072.tests.CommonElementsConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.app4mc.amalthea.converters072.tests.CommonElementsConverterTest
org.eclipse.app4mc.amalthea.converters072.tests.CommonElementsConverterTest.testConversion[0: Test file: /common-elements/common-elements.amxmi]  Time elapsed: 0.017 s
org.eclipse.app4mc.amalthea.converters072.tests.CommonElementsConverterTest.verification[0: Test file: /common-elements/common-elements.amxmi]  Time elapsed: 0.005 s
Running org.eclipse.app4mc.amalthea.converters072.tests.SwConverterTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.app4mc.amalthea.converters072.tests.SwConverterTest
org.eclipse.app4mc.amalthea.converters072.tests.SwConverterTest.testConversion[0: Test file: /sw/sw.amxmi]  Time elapsed: 0.006 s
org.eclipse.app4mc.amalthea.converters072.tests.SwConverterTest.verification[0: Test file: /sw/sw.amxmi]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters072.tests.SwConverterTest.testConversion[1: Test file: /sw/preemption/sw.amxmi]  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.converters072.tests.SwConverterTest.verification[1: Test file: /sw/preemption/sw.amxmi]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters072.tests.SwConverterTest.testConversion[2: Test file: /sw/instructions/instructions.amxmi]  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.converters072.tests.SwConverterTest.verification[2: Test file: /sw/instructions/instructions.amxmi]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters072.tests.SwConverterTest.testConversion[3: Test file: /sw/samplingtype/sw.amxmi]  Time elapsed: 0.011 s
org.eclipse.app4mc.amalthea.converters072.tests.SwConverterTest.verification[3: Test file: /sw/samplingtype/sw.amxmi]  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.converters072.tests.StimuliConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.app4mc.amalthea.converters072.tests.StimuliConverterTest
org.eclipse.app4mc.amalthea.converters072.tests.StimuliConverterTest.testConversion[0: Test file: /stimuli/stimuli.amxmi]  Time elapsed: 0.017 s
org.eclipse.app4mc.amalthea.converters072.tests.StimuliConverterTest.verification[0: Test file: /stimuli/stimuli.amxmi]  Time elapsed: 0.005 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.080.tests >--
[INFO] Building [test-bundle] APP4MC Amalthea Converters to 0.8.0 - Tests 3.2.0-SNAPSHOT [32/61]
[INFO]   from tests/org.eclipse.app4mc.amalthea.converters.080.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.080.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.080.tests ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.080.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.080.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.080.tests ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.080.tests ---
[INFO] Resolving class path of [test-bundle] APP4MC Amalthea Converters to 0.8.0 - Tests...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.080.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.080.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.080.tests ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.080.tests/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.080.tests ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.080.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.080.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.080.tests ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.080.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.080.tests/target/org.eclipse.app4mc.amalthea.converters.080.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.080.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.080.tests/target/org.eclipse.app4mc.amalthea.converters.080.tests-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.080.tests ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.080.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.080.tests/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.080.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.080.tests/target/org.eclipse.app4mc.amalthea.converters.080.tests-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.080.tests/target/org.eclipse.app4mc.amalthea.converters.080.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.app4mc.amalthea.converters.080.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.080.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.080.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.080.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.080.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.080.tests/target/surefire.properties]
Running org.eclipse.app4mc.amalthea.converters080.tests.OSConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.app4mc.amalthea.converters080.tests.OSConverterTest
org.eclipse.app4mc.amalthea.converters080.tests.OSConverterTest.testConversion[0: Test data ID: Models with OS Model. Description : Migration of Models containing OS Model]  Time elapsed: 0.062 s
org.eclipse.app4mc.amalthea.converters080.tests.OSConverterTest.verification[0: Test data ID: Models with OS Model. Description : Migration of Models containing OS Model]  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.converters080.tests.MappingConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.app4mc.amalthea.converters080.tests.MappingConverterTest
org.eclipse.app4mc.amalthea.converters080.tests.MappingConverterTest.testConversion[0: Test data ID: ModeLabel. Description : Migration of Models containing AbstractElementMapping]  Time elapsed: 0.004 s
org.eclipse.app4mc.amalthea.converters080.tests.MappingConverterTest.verification[0: Test data ID: ModeLabel. Description : Migration of Models containing AbstractElementMapping]  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.converters080.tests.SignedTimeConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.app4mc.amalthea.converters080.tests.SignedTimeConverterTest
org.eclipse.app4mc.amalthea.converters080.tests.SignedTimeConverterTest.testConversion[0: Test data ID: ModeLabel. Description : Migration of Models containing SignedTime]  Time elapsed: 0.005 s
org.eclipse.app4mc.amalthea.converters080.tests.SignedTimeConverterTest.verification[0: Test data ID: ModeLabel. Description : Migration of Models containing SignedTime]  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.converters080.tests.RootElementConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.app4mc.amalthea.converters080.tests.RootElementConverterTest
org.eclipse.app4mc.amalthea.converters080.tests.RootElementConverterTest.testConversion[0: Test file: /rootElementConverter/commonElements.amxmi]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters080.tests.RootElementConverterTest.verification[0: Test file: /rootElementConverter/commonElements.amxmi]  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.converters080.tests.SwConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.002 s - in org.eclipse.app4mc.amalthea.converters080.tests.SwConverterTest
org.eclipse.app4mc.amalthea.converters080.tests.SwConverterTest skipped
org.eclipse.app4mc.amalthea.converters080.tests.SwConverterTest skipped
Running org.eclipse.app4mc.amalthea.converters080.tests.DataSizeConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.app4mc.amalthea.converters080.tests.DataSizeConverterTest
org.eclipse.app4mc.amalthea.converters080.tests.DataSizeConverterTest.testConversion[0: Test data ID: Models with DataSize. Description : Migration of Models containing DataSize]  Time elapsed: 0.011 s
org.eclipse.app4mc.amalthea.converters080.tests.DataSizeConverterTest.verification[0: Test data ID: Models with DataSize. Description : Migration of Models containing DataSize]  Time elapsed: 0.005 s
Running org.eclipse.app4mc.amalthea.converters080.tests.ProbabilitySwitchConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.app4mc.amalthea.converters080.tests.ProbabilitySwitchConverterTest
org.eclipse.app4mc.amalthea.converters080.tests.ProbabilitySwitchConverterTest.testConversion[0: Test data ID: Models with ProbabilitySwitch. Description : Migration of Models containing probabilitySwitch]  Time elapsed: 0.005 s
org.eclipse.app4mc.amalthea.converters080.tests.ProbabilitySwitchConverterTest.verification[0: Test data ID: Models with ProbabilitySwitch. Description : Migration of Models containing probabilitySwitch]  Time elapsed: 0.003 s
Running org.eclipse.app4mc.amalthea.converters080.tests.NamespaceConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.app4mc.amalthea.converters080.tests.NamespaceConverterTest
org.eclipse.app4mc.amalthea.converters080.tests.NamespaceConverterTest.testConversion[0: Test file: /namespace/AMALTHEA_Democar.amxmi]  Time elapsed: 0.019 s
org.eclipse.app4mc.amalthea.converters080.tests.NamespaceConverterTest.verification[0: Test file: /namespace/AMALTHEA_Democar.amxmi]  Time elapsed: 0.038 s
Running org.eclipse.app4mc.amalthea.converters080.tests.PropertyConstraintsConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.app4mc.amalthea.converters080.tests.PropertyConstraintsConverterTest
org.eclipse.app4mc.amalthea.converters080.tests.PropertyConstraintsConverterTest.testConversion[0: Test data ID: Models with PropertyConstraints. Description : Migration of Models containing PropertyConstraints]  Time elapsed: 0.005 s
org.eclipse.app4mc.amalthea.converters080.tests.PropertyConstraintsConverterTest.verification[0: Test data ID: Models with PropertyConstraints. Description : Migration of Models containing PropertyConstraints]  Time elapsed: 0.003 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.081.tests >--
[INFO] Building [test-bundle] APP4MC Amalthea Converters to 0.8.1 - Tests 3.2.0-SNAPSHOT [33/61]
[INFO]   from tests/org.eclipse.app4mc.amalthea.converters.081.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.081.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.081.tests ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.081.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.081.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.081.tests ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.081.tests ---
[INFO] Resolving class path of [test-bundle] APP4MC Amalthea Converters to 0.8.1 - Tests...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.081.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.081.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.081.tests ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.081.tests/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.081.tests ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.081.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.081.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.081.tests ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.081.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.081.tests/target/org.eclipse.app4mc.amalthea.converters.081.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.081.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.081.tests/target/org.eclipse.app4mc.amalthea.converters.081.tests-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.081.tests ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.081.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.081.tests/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.081.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.081.tests/target/org.eclipse.app4mc.amalthea.converters.081.tests-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.081.tests/target/org.eclipse.app4mc.amalthea.converters.081.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.app4mc.amalthea.converters.081.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.081.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.081.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.081.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.081.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.081.tests/target/surefire.properties]
Running org.eclipse.app4mc.amalthea.converters081.tests.ConstraintsConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s - in org.eclipse.app4mc.amalthea.converters081.tests.ConstraintsConverterTest
org.eclipse.app4mc.amalthea.converters081.tests.ConstraintsConverterTest.testConversion[0: Test data ID: Models with Constraint Model. Description : Migration of Models containing Constraints Model]  Time elapsed: 0.154 s
org.eclipse.app4mc.amalthea.converters081.tests.ConstraintsConverterTest.verification[0: Test data ID: Models with Constraint Model. Description : Migration of Models containing Constraints Model]  Time elapsed: 0.027 s
Running org.eclipse.app4mc.amalthea.converters081.tests.OSMappingConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.app4mc.amalthea.converters081.tests.OSMappingConverterTest
org.eclipse.app4mc.amalthea.converters081.tests.OSMappingConverterTest.testConversion[0: Test data ID: AMXMI with OS and Mapping Models. Description : Migration of Models containing OS and Mapping Models]  Time elapsed: 0.008 s
org.eclipse.app4mc.amalthea.converters081.tests.OSMappingConverterTest.verification[0: Test data ID: AMXMI with OS and Mapping Models. Description : Migration of Models containing OS and Mapping Models]  Time elapsed: 0.003 s
Running org.eclipse.app4mc.amalthea.converters081.tests.StimuliConverterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.app4mc.amalthea.converters081.tests.StimuliConverterTest
org.eclipse.app4mc.amalthea.converters081.tests.StimuliConverterTest.testConversion[0: Test data ID: Models with Stimuli Model (Containing ModeValueListEntry elements). Description : Migration of Amalthea models containing Stimuli model(Containing ModeValueListEntry elements)]  Time elapsed: 0.005 s
org.eclipse.app4mc.amalthea.converters081.tests.StimuliConverterTest.verification[0: Test data ID: Models with Stimuli Model (Containing ModeValueListEntry elements). Description : Migration of Amalthea models containing Stimuli model(Containing ModeValueListEntry elements)]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters081.tests.StimuliConverterTest.testConversion[1: Test data ID: Models with Stimuli Model (Containing EventStimulus elements). Description : Migration of Amalthea models containing Stimulus model(Containing EventStimulus elements)]  Time elapsed: 0.008 s
org.eclipse.app4mc.amalthea.converters081.tests.StimuliConverterTest.verification[1: Test data ID: Models with Stimuli Model (Containing EventStimulus elements). Description : Migration of Amalthea models containing Stimulus model(Containing EventStimulus elements)]  Time elapsed: 0.003 s
Running org.eclipse.app4mc.amalthea.converters081.tests.SwConverterTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.app4mc.amalthea.converters081.tests.SwConverterTest
org.eclipse.app4mc.amalthea.converters081.tests.SwConverterTest.testConversion[0: Test data ID: Models with SW Model. Description : Migration of Amalthea models containing SW Model ]  Time elapsed: 0.004 s
org.eclipse.app4mc.amalthea.converters081.tests.SwConverterTest.verification[0: Test data ID: Models with SW Model. Description : Migration of Amalthea models containing SW Model ]  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.converters081.tests.SwConverterTest.testConversion[1: Test data ID: Models with SW Model - having sub-classes of AbstractProcess (e.g: Task, ISR, ProcessPrototyes). Description : Migration of Amalthea models containing SW Model (with AbstractProcess elements)]  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.converters081.tests.SwConverterTest.verification[1: Test data ID: Models with SW Model - having sub-classes of AbstractProcess (e.g: Task, ISR, ProcessPrototyes). Description : Migration of Amalthea models containing SW Model (with AbstractProcess elements)]  Time elapsed: 0.001 s
org.eclipse.app4mc.amalthea.converters081.tests.SwConverterTest.testConversion[2: Test data ID: Models with Activations & Triggers. Description : Migration of Amalthea models containing PeriodicActivation's & EventActivation's]  Time elapsed: 0.004 s
org.eclipse.app4mc.amalthea.converters081.tests.SwConverterTest.verification[2: Test data ID: Models with Activations & Triggers. Description : Migration of Amalthea models containing PeriodicActivation's & EventActivation's]  Time elapsed: 0.003 s
Running org.eclipse.app4mc.amalthea.converters081.tests.HwConverterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.app4mc.amalthea.converters081.tests.HwConverterTest
org.eclipse.app4mc.amalthea.converters081.tests.HwConverterTest.testConversion[0: Test data ID: Models with HW Model. Description : Migration of Models containing HW Model]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters081.tests.HwConverterTest.verification[0: Test data ID: Models with HW Model. Description : Migration of Models containing HW Model]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters081.tests.HwConverterTest.testConversion[1: Test data ID: Models with HW Model (containing Quartz). Description : Migration of Models containing Quartz in HW Model]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters081.tests.HwConverterTest.verification[1: Test data ID: Models with HW Model (containing Quartz). Description : Migration of Models containing Quartz in HW Model]  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.converters081.tests.OSSchedulingConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.app4mc.amalthea.converters081.tests.OSSchedulingConverterTest
org.eclipse.app4mc.amalthea.converters081.tests.OSSchedulingConverterTest.testConversion[0: Test data ID: AMXMI with OS (Schedulers) Models. Description : Migration of Models containing OS Model]  Time elapsed: 0.004 s
org.eclipse.app4mc.amalthea.converters081.tests.OSSchedulingConverterTest.verification[0: Test data ID: AMXMI with OS (Schedulers) Models. Description : Migration of Models containing OS Model]  Time elapsed: 0.002 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.082.tests >--
[INFO] Building [test-bundle] APP4MC Amalthea Converters to 0.8.2 - Tests 3.2.0-SNAPSHOT [34/61]
[INFO]   from tests/org.eclipse.app4mc.amalthea.converters.082.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.082.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.082.tests ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.082.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.082.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.082.tests ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.082.tests ---
[INFO] Resolving class path of [test-bundle] APP4MC Amalthea Converters to 0.8.2 - Tests...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.082.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.082.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.082.tests ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.082.tests/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.082.tests ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.082.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.082.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.082.tests ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.082.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.082.tests/target/org.eclipse.app4mc.amalthea.converters.082.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.082.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.082.tests/target/org.eclipse.app4mc.amalthea.converters.082.tests-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.082.tests ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.082.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.082.tests/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.082.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.082.tests/target/org.eclipse.app4mc.amalthea.converters.082.tests-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.082.tests/target/org.eclipse.app4mc.amalthea.converters.082.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.app4mc.amalthea.converters.082.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.082.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.082.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.082.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.082.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.082.tests/target/surefire.properties]
Running org.eclipse.app4mc.amalthea.converters082.tests.NamespaceConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.eclipse.app4mc.amalthea.converters082.tests.NamespaceConverterTest
org.eclipse.app4mc.amalthea.converters082.tests.NamespaceConverterTest.testConversion[0: Test file: /namespace/hw.amxmi]  Time elapsed: 0.08 s
org.eclipse.app4mc.amalthea.converters082.tests.NamespaceConverterTest.verification[0: Test file: /namespace/hw.amxmi]  Time elapsed: 0.003 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.083.tests >--
[INFO] Building [test-bundle] APP4MC Amalthea Converters to 0.8.3 - Tests 3.2.0-SNAPSHOT [35/61]
[INFO]   from tests/org.eclipse.app4mc.amalthea.converters.083.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.083.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.083.tests ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.083.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.083.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.083.tests ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.083.tests ---
[INFO] Resolving class path of [test-bundle] APP4MC Amalthea Converters to 0.8.3 - Tests...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.083.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.083.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.083.tests ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.083.tests/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.083.tests ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.083.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.083.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.083.tests ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.083.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.083.tests/target/org.eclipse.app4mc.amalthea.converters.083.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.083.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.083.tests/target/org.eclipse.app4mc.amalthea.converters.083.tests-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.083.tests ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.083.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.083.tests/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.083.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.083.tests/target/org.eclipse.app4mc.amalthea.converters.083.tests-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.083.tests/target/org.eclipse.app4mc.amalthea.converters.083.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.app4mc.amalthea.converters.083.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.083.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.083.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.083.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.083.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.083.tests/target/surefire.properties]
Running org.eclipse.app4mc.amalthea.converters083.tests.SwConverterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 s - in org.eclipse.app4mc.amalthea.converters083.tests.SwConverterTest
org.eclipse.app4mc.amalthea.converters083.tests.SwConverterTest.testConversion[0: Test file: /sw/model.amxmi]  Time elapsed: 0.139 s
org.eclipse.app4mc.amalthea.converters083.tests.SwConverterTest.verification[0: Test file: /sw/model.amxmi]  Time elapsed: 0.026 s
org.eclipse.app4mc.amalthea.converters083.tests.SwConverterTest.testConversion[1: Test file: /sw/model_ports.amxmi]  Time elapsed: 0.054 s
org.eclipse.app4mc.amalthea.converters083.tests.SwConverterTest.verification[1: Test file: /sw/model_ports.amxmi]  Time elapsed: 0.011 s
Running org.eclipse.app4mc.amalthea.converters083.tests.NamespaceConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.app4mc.amalthea.converters083.tests.NamespaceConverterTest
org.eclipse.app4mc.amalthea.converters083.tests.NamespaceConverterTest.testConversion[0: Test file: /namespace/hw.amxmi]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters083.tests.NamespaceConverterTest.verification[0: Test file: /namespace/hw.amxmi]  Time elapsed: 0.001 s
Running org.eclipse.app4mc.amalthea.converters083.tests.StimuliConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.app4mc.amalthea.converters083.tests.StimuliConverterTest
org.eclipse.app4mc.amalthea.converters083.tests.StimuliConverterTest.testConversion[0: Test file: /stimuli/model.amxmi]  Time elapsed: 0.008 s
org.eclipse.app4mc.amalthea.converters083.tests.StimuliConverterTest.verification[0: Test file: /stimuli/model.amxmi]  Time elapsed: 0.004 s
Running org.eclipse.app4mc.amalthea.converters083.tests.ComponentsModelConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.app4mc.amalthea.converters083.tests.ComponentsModelConverterTest
org.eclipse.app4mc.amalthea.converters083.tests.ComponentsModelConverterTest.testConversion[0: Test file: /componentModel/model.amxmi]  Time elapsed: 0.009 s
org.eclipse.app4mc.amalthea.converters083.tests.ComponentsModelConverterTest.verification[0: Test file: /componentModel/model.amxmi]  Time elapsed: 0.007 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.090.tests >--
[INFO] Building [test-bundle] APP4MC Amalthea Converters to 0.9.0 - Tests 3.2.0-SNAPSHOT [36/61]
[INFO]   from tests/org.eclipse.app4mc.amalthea.converters.090.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.090.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.090.tests ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.090.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.090.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.090.tests ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.090.tests ---
[INFO] Resolving class path of [test-bundle] APP4MC Amalthea Converters to 0.9.0 - Tests...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.090.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.090.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.090.tests ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.090.tests/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.090.tests ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.090.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.090.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.090.tests ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.090.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.090.tests/target/org.eclipse.app4mc.amalthea.converters.090.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.090.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.090.tests/target/org.eclipse.app4mc.amalthea.converters.090.tests-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.090.tests ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.090.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.090.tests/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.090.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.090.tests/target/org.eclipse.app4mc.amalthea.converters.090.tests-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.090.tests/target/org.eclipse.app4mc.amalthea.converters.090.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.app4mc.amalthea.converters.090.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.090.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.090.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.090.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.090.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.090.tests/target/surefire.properties]
Running org.eclipse.app4mc.amalthea.converters090.tests.NamespaceConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in org.eclipse.app4mc.amalthea.converters090.tests.NamespaceConverterTest
org.eclipse.app4mc.amalthea.converters090.tests.NamespaceConverterTest.testConversion[0: Test file: /namespace/model.amxmi]  Time elapsed: 0.048 s
org.eclipse.app4mc.amalthea.converters090.tests.NamespaceConverterTest.verification[0: Test file: /namespace/model.amxmi]  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.converters090.tests.HWConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.app4mc.amalthea.converters090.tests.HWConverterTest
org.eclipse.app4mc.amalthea.converters090.tests.HWConverterTest.testConversion[0: Test file: /hw/hwMigrationExample.amxmi]  Time elapsed: 0.027 s
org.eclipse.app4mc.amalthea.converters090.tests.HWConverterTest.verification[0: Test file: /hw/hwMigrationExample.amxmi]  Time elapsed: 0.004 s
Running org.eclipse.app4mc.amalthea.converters090.tests.HWReferencesConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.app4mc.amalthea.converters090.tests.HWReferencesConverterTest
org.eclipse.app4mc.amalthea.converters090.tests.HWReferencesConverterTest.testConversion[0: Test file: /hw_references/refsModel.amxmi]  Time elapsed: 0.045 s
org.eclipse.app4mc.amalthea.converters090.tests.HWReferencesConverterTest.verification[0: Test file: /hw_references/refsModel.amxmi]  Time elapsed: 0.004 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.091.tests >--
[INFO] Building [test-bundle] APP4MC Amalthea Converters to 0.9.1 - Tests 3.2.0-SNAPSHOT [37/61]
[INFO]   from tests/org.eclipse.app4mc.amalthea.converters.091.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.091.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.091.tests ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.091.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.091.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.091.tests ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.091.tests ---
[INFO] Resolving class path of [test-bundle] APP4MC Amalthea Converters to 0.9.1 - Tests...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.091.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.091.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.091.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.091.tests/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.091.tests ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.091.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.091.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.091.tests ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.091.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.091.tests/target/org.eclipse.app4mc.amalthea.converters.091.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.091.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.091.tests/target/org.eclipse.app4mc.amalthea.converters.091.tests-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.091.tests ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.091.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.091.tests/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.091.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.091.tests/target/org.eclipse.app4mc.amalthea.converters.091.tests-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.091.tests/target/org.eclipse.app4mc.amalthea.converters.091.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.app4mc.amalthea.converters.091.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.091.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.091.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.091.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.091.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.091.tests/target/surefire.properties]
Running org.eclipse.app4mc.amalthea.converters091.tests.NamespaceConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s - in org.eclipse.app4mc.amalthea.converters091.tests.NamespaceConverterTest
org.eclipse.app4mc.amalthea.converters091.tests.NamespaceConverterTest.testConversion[0: Test file: /namespace/model.amxmi]  Time elapsed: 0.079 s
org.eclipse.app4mc.amalthea.converters091.tests.NamespaceConverterTest.verification[0: Test file: /namespace/model.amxmi]  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.converters091.tests.CustomPropertiesConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.app4mc.amalthea.converters091.tests.CustomPropertiesConverterTest
org.eclipse.app4mc.amalthea.converters091.tests.CustomPropertiesConverterTest.testConversion[0: Test file: /customproperties/model.amxmi]  Time elapsed: 0.004 s
org.eclipse.app4mc.amalthea.converters091.tests.CustomPropertiesConverterTest.verification[0: Test file: /customproperties/model.amxmi]  Time elapsed: 0.004 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.092.tests >--
[INFO] Building [test-bundle] APP4MC Amalthea Converters to 0.9.2 - Tests 3.2.0-SNAPSHOT [38/61]
[INFO]   from tests/org.eclipse.app4mc.amalthea.converters.092.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.092.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.092.tests ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.092.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.092.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.092.tests ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.092.tests ---
[INFO] Resolving class path of [test-bundle] APP4MC Amalthea Converters to 0.9.2 - Tests...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.092.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.092.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.092.tests ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.092.tests/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.092.tests ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.092.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.092.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.092.tests ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.092.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.092.tests/target/org.eclipse.app4mc.amalthea.converters.092.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.092.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.092.tests/target/org.eclipse.app4mc.amalthea.converters.092.tests-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.092.tests ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.092.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.092.tests/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.092.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.092.tests/target/org.eclipse.app4mc.amalthea.converters.092.tests-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.092.tests/target/org.eclipse.app4mc.amalthea.converters.092.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.app4mc.amalthea.converters.092.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.092.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.092.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.092.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.092.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.092.tests/target/surefire.properties]
Running org.eclipse.app4mc.amalthea.converters092.tests.NamespaceConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.app4mc.amalthea.converters092.tests.NamespaceConverterTest
org.eclipse.app4mc.amalthea.converters092.tests.NamespaceConverterTest.testConversion[0: Test file: /namespace/model.amxmi]  Time elapsed: 0.054 s
org.eclipse.app4mc.amalthea.converters092.tests.NamespaceConverterTest.verification[0: Test file: /namespace/model.amxmi]  Time elapsed: 0.002 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.093.tests >--
[INFO] Building [test-bundle] APP4MC Amalthea Converters to 0.9.3 - Tests 3.2.0-SNAPSHOT [39/61]
[INFO]   from tests/org.eclipse.app4mc.amalthea.converters.093.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.093.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.093.tests ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.093.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.093.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.093.tests ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.093.tests ---
[INFO] Resolving class path of [test-bundle] APP4MC Amalthea Converters to 0.9.3 - Tests...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.093.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.093.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.093.tests ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.093.tests/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.093.tests ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.093.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.093.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.093.tests ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.093.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.093.tests/target/org.eclipse.app4mc.amalthea.converters.093.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.093.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.093.tests/target/org.eclipse.app4mc.amalthea.converters.093.tests-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.093.tests ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.093.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.093.tests/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.093.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.093.tests/target/org.eclipse.app4mc.amalthea.converters.093.tests-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.093.tests/target/org.eclipse.app4mc.amalthea.converters.093.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.app4mc.amalthea.converters.093.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.093.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.093.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.093.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.093.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.093.tests/target/surefire.properties]
Running org.eclipse.app4mc.amalthea.converters093.tests.TransmissionPolicyConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 s - in org.eclipse.app4mc.amalthea.converters093.tests.TransmissionPolicyConverterTest
org.eclipse.app4mc.amalthea.converters093.tests.TransmissionPolicyConverterTest.testConversion[0: Test file: /transmissionPolicy/default.amxmi]  Time elapsed: 0.076 s
org.eclipse.app4mc.amalthea.converters093.tests.TransmissionPolicyConverterTest.verification[0: Test file: /transmissionPolicy/default.amxmi]  Time elapsed: 0.004 s
Running org.eclipse.app4mc.amalthea.converters093.tests.MeasurementConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.app4mc.amalthea.converters093.tests.MeasurementConverterTest
org.eclipse.app4mc.amalthea.converters093.tests.MeasurementConverterTest.testConversion[0: Test file: /measurement/measurement.amxmi]  Time elapsed: 0.009 s
org.eclipse.app4mc.amalthea.converters093.tests.MeasurementConverterTest.verification[0: Test file: /measurement/measurement.amxmi]  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.converters093.tests.StimuliConverterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.app4mc.amalthea.converters093.tests.StimuliConverterTest
org.eclipse.app4mc.amalthea.converters093.tests.StimuliConverterTest.testConversion[0: Test file: /stimuli/default.amxmi]  Time elapsed: 0.006 s
org.eclipse.app4mc.amalthea.converters093.tests.StimuliConverterTest.verification[0: Test file: /stimuli/default.amxmi]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters093.tests.StimuliConverterTest.testConversion[1: Test file: /stimuli/stimulus.amxmi]  Time elapsed: 0.026 s
org.eclipse.app4mc.amalthea.converters093.tests.StimuliConverterTest.verification[1: Test file: /stimuli/stimulus.amxmi]  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.converters093.tests.OsConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.app4mc.amalthea.converters093.tests.OsConverterTest
org.eclipse.app4mc.amalthea.converters093.tests.OsConverterTest.testConversion[0: Test file: /os_instructions/instructionsExample.amxmi]  Time elapsed: 0.015 s
org.eclipse.app4mc.amalthea.converters093.tests.OsConverterTest.verification[0: Test file: /os_instructions/instructionsExample.amxmi]  Time elapsed: 0.011 s
Running org.eclipse.app4mc.amalthea.converters093.tests.ActivationConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.app4mc.amalthea.converters093.tests.ActivationConverterTest
org.eclipse.app4mc.amalthea.converters093.tests.ActivationConverterTest.testConversion[0: Test file: /activations/default.amxmi]  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.converters093.tests.ActivationConverterTest.verification[0: Test file: /activations/default.amxmi]  Time elapsed: 0.001 s
Running org.eclipse.app4mc.amalthea.converters093.tests.HwConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.app4mc.amalthea.converters093.tests.HwConverterTest
org.eclipse.app4mc.amalthea.converters093.tests.HwConverterTest.testConversion[0: Test file: /hwLatency/hw.amxmi]  Time elapsed: 0.004 s
org.eclipse.app4mc.amalthea.converters093.tests.HwConverterTest.verification[0: Test file: /hwLatency/hw.amxmi]  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.converters093.tests.NamespaceConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.app4mc.amalthea.converters093.tests.NamespaceConverterTest
org.eclipse.app4mc.amalthea.converters093.tests.NamespaceConverterTest.testConversion[0: Test file: /namespace/model.amxmi]  Time elapsed: 0.03 s
org.eclipse.app4mc.amalthea.converters093.tests.NamespaceConverterTest.verification[0: Test file: /namespace/model.amxmi]  Time elapsed: 0.001 s
Running org.eclipse.app4mc.amalthea.converters093.tests.ExecutionNeedDeviationConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.app4mc.amalthea.converters093.tests.ExecutionNeedDeviationConverterTest
org.eclipse.app4mc.amalthea.converters093.tests.ExecutionNeedDeviationConverterTest.testConversion[0: Test file: /executionNeed_deviation/executionNeed_deviation.amxmi]  Time elapsed: 0.007 s
org.eclipse.app4mc.amalthea.converters093.tests.ExecutionNeedDeviationConverterTest.verification[0: Test file: /executionNeed_deviation/executionNeed_deviation.amxmi]  Time elapsed: 0.002 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.094.tests >--
[INFO] Building [test-bundle] APP4MC Amalthea Converters to 0.9.4 - Tests 3.2.0-SNAPSHOT [40/61]
[INFO]   from tests/org.eclipse.app4mc.amalthea.converters.094.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.094.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.094.tests ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.094.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.094.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.094.tests ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.094.tests ---
[INFO] Resolving class path of [test-bundle] APP4MC Amalthea Converters to 0.9.4 - Tests...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.094.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.094.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.094.tests ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.094.tests/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.094.tests ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.094.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.094.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.094.tests ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.094.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.094.tests/target/org.eclipse.app4mc.amalthea.converters.094.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.094.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.094.tests/target/org.eclipse.app4mc.amalthea.converters.094.tests-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.094.tests ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.094.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.094.tests/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.094.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.094.tests/target/org.eclipse.app4mc.amalthea.converters.094.tests-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.094.tests/target/org.eclipse.app4mc.amalthea.converters.094.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.app4mc.amalthea.converters.094.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.094.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.094.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.094.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.094.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.094.tests/target/surefire.properties]
Running org.eclipse.app4mc.amalthea.converters094.tests.HwConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.eclipse.app4mc.amalthea.converters094.tests.HwConverterTest
org.eclipse.app4mc.amalthea.converters094.tests.HwConverterTest.testConversion[0: Test file: /hwModel/hw.amxmi]  Time elapsed: 0.067 s
org.eclipse.app4mc.amalthea.converters094.tests.HwConverterTest.verification[0: Test file: /hwModel/hw.amxmi]  Time elapsed: 0.003 s
Running org.eclipse.app4mc.amalthea.converters094.tests.ModeConditionConverterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.app4mc.amalthea.converters094.tests.ModeConditionConverterTest
org.eclipse.app4mc.amalthea.converters094.tests.ModeConditionConverterTest.testConversion[0: Test file: /swModel/mode-conditions/conditions.amxmi]  Time elapsed: 0.022 s
org.eclipse.app4mc.amalthea.converters094.tests.ModeConditionConverterTest.verification[0: Test file: /swModel/mode-conditions/conditions.amxmi]  Time elapsed: 0.006 s
org.eclipse.app4mc.amalthea.converters094.tests.ModeConditionConverterTest.testConversion[1: Test file: /swModel/mode-conditions/modes2.amxmi]  Time elapsed: 0.005 s
org.eclipse.app4mc.amalthea.converters094.tests.ModeConditionConverterTest.verification[1: Test file: /swModel/mode-conditions/modes2.amxmi]  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.converters094.tests.RunnableConverterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.app4mc.amalthea.converters094.tests.RunnableConverterTest
org.eclipse.app4mc.amalthea.converters094.tests.RunnableConverterTest.testConversion[0: Test file: /swModel/runnable-deadline/runnable.amxmi]  Time elapsed: 0.005 s
org.eclipse.app4mc.amalthea.converters094.tests.RunnableConverterTest.verification[0: Test file: /swModel/runnable-deadline/runnable.amxmi]  Time elapsed: 0.03 s
org.eclipse.app4mc.amalthea.converters094.tests.RunnableConverterTest.testConversion[1: Test file: /swModel/runnable-deadline/runnable2.amxmi]  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.converters094.tests.RunnableConverterTest.verification[1: Test file: /swModel/runnable-deadline/runnable2.amxmi]  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.converters094.tests.DatatypeConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.app4mc.amalthea.converters094.tests.DatatypeConverterTest
org.eclipse.app4mc.amalthea.converters094.tests.DatatypeConverterTest.testConversion[0: Test file: /swModel/datatype-mapping/mapping.amxmi]  Time elapsed: 0.004 s
org.eclipse.app4mc.amalthea.converters094.tests.DatatypeConverterTest.verification[0: Test file: /swModel/datatype-mapping/mapping.amxmi]  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.converters094.tests.ModeAndModeLabelConverterTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.app4mc.amalthea.converters094.tests.ModeAndModeLabelConverterTest
org.eclipse.app4mc.amalthea.converters094.tests.ModeAndModeLabelConverterTest.testConversion[0: Test file: /swModel/mode-labels/mode-labels.amxmi]  Time elapsed: 0.005 s
org.eclipse.app4mc.amalthea.converters094.tests.ModeAndModeLabelConverterTest.verification[0: Test file: /swModel/mode-labels/mode-labels.amxmi]  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.converters094.tests.ModeAndModeLabelConverterTest.testConversion[1: Test file: /swModel/mode-labels/mode-labels2.amxmi]  Time elapsed: 0.004 s
org.eclipse.app4mc.amalthea.converters094.tests.ModeAndModeLabelConverterTest.verification[1: Test file: /swModel/mode-labels/mode-labels2.amxmi]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters094.tests.ModeAndModeLabelConverterTest.testConversion[2: Test file: /swModel/mode-labels/modes.amxmi]  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.converters094.tests.ModeAndModeLabelConverterTest.verification[2: Test file: /swModel/mode-labels/modes.amxmi]  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.converters094.tests.NamespaceConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.app4mc.amalthea.converters094.tests.NamespaceConverterTest
org.eclipse.app4mc.amalthea.converters094.tests.NamespaceConverterTest.testConversion[0: Test file: /namespace/model.amxmi]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters094.tests.NamespaceConverterTest.verification[0: Test file: /namespace/model.amxmi]  Time elapsed: 0.002 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.095.tests >--
[INFO] Building [test-bundle] APP4MC Amalthea Converters to 0.9.5 - Tests 3.2.0-SNAPSHOT [41/61]
[INFO]   from tests/org.eclipse.app4mc.amalthea.converters.095.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.095.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.095.tests ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.095.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.095.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.095.tests ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.095.tests ---
[INFO] Resolving class path of [test-bundle] APP4MC Amalthea Converters to 0.9.5 - Tests...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.095.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.095.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.095.tests ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.095.tests/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.095.tests ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.095.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.095.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.095.tests ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.095.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.095.tests/target/org.eclipse.app4mc.amalthea.converters.095.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.095.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.095.tests/target/org.eclipse.app4mc.amalthea.converters.095.tests-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.095.tests ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.095.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.095.tests/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.095.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.095.tests/target/org.eclipse.app4mc.amalthea.converters.095.tests-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.095.tests/target/org.eclipse.app4mc.amalthea.converters.095.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.app4mc.amalthea.converters.095.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.095.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.095.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.095.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.095.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.095.tests/target/surefire.properties]
Running org.eclipse.app4mc.amalthea.converters095.tests.StimuliConverterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s - in org.eclipse.app4mc.amalthea.converters095.tests.StimuliConverterTest
org.eclipse.app4mc.amalthea.converters095.tests.StimuliConverterTest.testConversion[0: Test file: /democar/democar.amxmi]  Time elapsed: 0.145 s
org.eclipse.app4mc.amalthea.converters095.tests.StimuliConverterTest.verification[0: Test file: /democar/democar.amxmi]  Time elapsed: 0.008 s
org.eclipse.app4mc.amalthea.converters095.tests.StimuliConverterTest.testConversion[1: Test file: /stimuli/model.amxmi]  Time elapsed: 0.004 s
org.eclipse.app4mc.amalthea.converters095.tests.StimuliConverterTest.verification[1: Test file: /stimuli/model.amxmi]  Time elapsed: 0.003 s
Running org.eclipse.app4mc.amalthea.converters095.tests.NamespaceConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.app4mc.amalthea.converters095.tests.NamespaceConverterTest
org.eclipse.app4mc.amalthea.converters095.tests.NamespaceConverterTest.testConversion[0: Test file: /namespace/model.amxmi]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters095.tests.NamespaceConverterTest.verification[0: Test file: /namespace/model.amxmi]  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.converters095.tests.SwConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.app4mc.amalthea.converters095.tests.SwConverterTest
org.eclipse.app4mc.amalthea.converters095.tests.SwConverterTest.testConversion[0: Test file: /democar/democar.amxmi]  Time elapsed: 0.012 s
org.eclipse.app4mc.amalthea.converters095.tests.SwConverterTest.verification[0: Test file: /democar/democar.amxmi]  Time elapsed: 0.005 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.096.tests >--
[INFO] Building [test-bundle] APP4MC Amalthea Converters to 0.9.6 - Tests 3.2.0-SNAPSHOT [42/61]
[INFO]   from tests/org.eclipse.app4mc.amalthea.converters.096.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.096.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.096.tests ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.096.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.096.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.096.tests ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.096.tests ---
[INFO] Resolving class path of [test-bundle] APP4MC Amalthea Converters to 0.9.6 - Tests...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.096.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.096.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.096.tests ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.096.tests/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.096.tests ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.096.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.096.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.096.tests ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.096.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.096.tests/target/org.eclipse.app4mc.amalthea.converters.096.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.096.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.096.tests/target/org.eclipse.app4mc.amalthea.converters.096.tests-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.096.tests ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.096.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.096.tests/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.096.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.096.tests/target/org.eclipse.app4mc.amalthea.converters.096.tests-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.096.tests/target/org.eclipse.app4mc.amalthea.converters.096.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.app4mc.amalthea.converters.096.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.096.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.096.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.096.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.096.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.096.tests/target/surefire.properties]
Running org.eclipse.app4mc.amalthea.converters096.tests.NamespaceConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.app4mc.amalthea.converters096.tests.NamespaceConverterTest
org.eclipse.app4mc.amalthea.converters096.tests.NamespaceConverterTest.testConversion[0: Test file: /namespace2/model.amxmi]  Time elapsed: 0.049 s
org.eclipse.app4mc.amalthea.converters096.tests.NamespaceConverterTest.verification[0: Test file: /namespace2/model.amxmi]  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.converters096.tests.SwConverterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.eclipse.app4mc.amalthea.converters096.tests.SwConverterTest
org.eclipse.app4mc.amalthea.converters096.tests.SwConverterTest.testConversion[0: Test file: /democar/democar.amxmi]  Time elapsed: 0.052 s
org.eclipse.app4mc.amalthea.converters096.tests.SwConverterTest.verification[0: Test file: /democar/democar.amxmi]  Time elapsed: 0.044 s
org.eclipse.app4mc.amalthea.converters096.tests.SwConverterTest.testConversion[1: Test file: /modecondition/modecondition.amxmi]  Time elapsed: 0.008 s
org.eclipse.app4mc.amalthea.converters096.tests.SwConverterTest.verification[1: Test file: /modecondition/modecondition.amxmi]  Time elapsed: 0.004 s
Running org.eclipse.app4mc.amalthea.converters096.tests.ConstraintsConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.app4mc.amalthea.converters096.tests.ConstraintsConverterTest
org.eclipse.app4mc.amalthea.converters096.tests.ConstraintsConverterTest.testConversion[0: Test file: /eventchain/democar.amxmi]  Time elapsed: 0.013 s
org.eclipse.app4mc.amalthea.converters096.tests.ConstraintsConverterTest.verification[0: Test file: /eventchain/democar.amxmi]  Time elapsed: 0.005 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.097.tests >--
[INFO] Building [test-bundle] APP4MC Amalthea Converters to 0.9.7 - Tests 3.2.0-SNAPSHOT [43/61]
[INFO]   from tests/org.eclipse.app4mc.amalthea.converters.097.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.097.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.097.tests ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.097.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.097.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.097.tests ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.097.tests ---
[INFO] Resolving class path of [test-bundle] APP4MC Amalthea Converters to 0.9.7 - Tests...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.097.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.097.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.097.tests ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.097.tests/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.097.tests ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.097.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.097.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.097.tests ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.097.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.097.tests/target/org.eclipse.app4mc.amalthea.converters.097.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.097.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.097.tests/target/org.eclipse.app4mc.amalthea.converters.097.tests-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.097.tests ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.097.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.097.tests/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.097.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.097.tests/target/org.eclipse.app4mc.amalthea.converters.097.tests-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.097.tests/target/org.eclipse.app4mc.amalthea.converters.097.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.app4mc.amalthea.converters.097.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.097.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.097.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.097.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.097.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.097.tests/target/surefire.properties]
Running org.eclipse.app4mc.amalthea.converters097.tests.NamespaceConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.app4mc.amalthea.converters097.tests.NamespaceConverterTest
org.eclipse.app4mc.amalthea.converters097.tests.NamespaceConverterTest.testConversion[0: Test file: /namespace/model.amxmi]  Time elapsed: 0.075 s
org.eclipse.app4mc.amalthea.converters097.tests.NamespaceConverterTest.verification[0: Test file: /namespace/model.amxmi]  Time elapsed: 0.003 s
Running org.eclipse.app4mc.amalthea.converters097.tests.ComponentsModelConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s - in org.eclipse.app4mc.amalthea.converters097.tests.ComponentsModelConverterTest
org.eclipse.app4mc.amalthea.converters097.tests.ComponentsModelConverterTest.testConversion[0: Test file: /component/model.amxmi]  Time elapsed: 0.075 s
org.eclipse.app4mc.amalthea.converters097.tests.ComponentsModelConverterTest.verification[0: Test file: /component/model.amxmi]  Time elapsed: 0.046 s
Running org.eclipse.app4mc.amalthea.converters097.tests.AmltModelReferencePostProcessorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.app4mc.amalthea.converters097.tests.AmltModelReferencePostProcessorTest
org.eclipse.app4mc.amalthea.converters097.tests.AmltModelReferencePostProcessorTest.testConversion[0: Test file: /modelreference/model.amxmi]  Time elapsed: 0.01 s
org.eclipse.app4mc.amalthea.converters097.tests.AmltModelReferencePostProcessorTest.verification[0: Test file: /modelreference/model.amxmi]  Time elapsed: 0.004 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.100.tests >--
[INFO] Building [test-bundle] APP4MC Amalthea Converters to 1.0.0 - Tests 3.2.0-SNAPSHOT [44/61]
[INFO]   from tests/org.eclipse.app4mc.amalthea.converters.100.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.100.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.100.tests ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.100.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.100.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.100.tests ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.100.tests ---
[INFO] Resolving class path of [test-bundle] APP4MC Amalthea Converters to 1.0.0 - Tests...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.100.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.100.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.100.tests ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.100.tests/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.100.tests ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.100.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.100.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.100.tests ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.100.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.100.tests/target/org.eclipse.app4mc.amalthea.converters.100.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.100.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.100.tests/target/org.eclipse.app4mc.amalthea.converters.100.tests-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.100.tests ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.100.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.100.tests/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.100.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.100.tests/target/org.eclipse.app4mc.amalthea.converters.100.tests-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.100.tests/target/org.eclipse.app4mc.amalthea.converters.100.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.app4mc.amalthea.converters.100.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.100.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.100.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.100.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.100.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.100.tests/target/surefire.properties]
Running org.eclipse.app4mc.amalthea.converters100.tests.MeasurementModelConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.eclipse.app4mc.amalthea.converters100.tests.MeasurementModelConverterTest
org.eclipse.app4mc.amalthea.converters100.tests.MeasurementModelConverterTest.testConversion[0: Test file: /measurements/model.amxmi]  Time elapsed: 0.06 s
org.eclipse.app4mc.amalthea.converters100.tests.MeasurementModelConverterTest.verification[0: Test file: /measurements/model.amxmi]  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.converters100.tests.EventModelConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.app4mc.amalthea.converters100.tests.EventModelConverterTest
org.eclipse.app4mc.amalthea.converters100.tests.EventModelConverterTest.testConversion[0: Test file: /events/model.amxmi]  Time elapsed: 0.006 s
org.eclipse.app4mc.amalthea.converters100.tests.EventModelConverterTest.verification[0: Test file: /events/model.amxmi]  Time elapsed: 0.003 s
Running org.eclipse.app4mc.amalthea.converters100.tests.NamespaceConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.app4mc.amalthea.converters100.tests.NamespaceConverterTest
org.eclipse.app4mc.amalthea.converters100.tests.NamespaceConverterTest.testConversion[0: Test file: /namespace/model.amxmi]  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.converters100.tests.NamespaceConverterTest.verification[0: Test file: /namespace/model.amxmi]  Time elapsed: 0.016 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.200.tests >--
[INFO] Building [test-bundle] APP4MC Amalthea Converters to 2.0.0 - Tests 3.2.0-SNAPSHOT [45/61]
[INFO]   from tests/org.eclipse.app4mc.amalthea.converters.200.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.200.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.200.tests ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.200.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.200.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.200.tests ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.200.tests ---
[INFO] Resolving class path of [test-bundle] APP4MC Amalthea Converters to 2.0.0 - Tests...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.200.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.200.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.200.tests ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.200.tests/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.200.tests ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.200.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.200.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.200.tests ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.200.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.200.tests/target/org.eclipse.app4mc.amalthea.converters.200.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.200.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.200.tests/target/org.eclipse.app4mc.amalthea.converters.200.tests-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.200.tests ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.200.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.200.tests/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.200.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.200.tests/target/org.eclipse.app4mc.amalthea.converters.200.tests-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.200.tests/target/org.eclipse.app4mc.amalthea.converters.200.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.app4mc.amalthea.converters.200.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.200.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.200.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.200.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.200.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.200.tests/target/surefire.properties]
Running org.eclipse.app4mc.amalthea.converters200.tests.ConditionConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s - in org.eclipse.app4mc.amalthea.converters200.tests.ConditionConverterTest
org.eclipse.app4mc.amalthea.converters200.tests.ConditionConverterTest.testConversion[0: Test file: /conditions/conditions.amxmi]  Time elapsed: 0.085 s
org.eclipse.app4mc.amalthea.converters200.tests.ConditionConverterTest.verification[0: Test file: /conditions/conditions.amxmi]  Time elapsed: 0.006 s
Running org.eclipse.app4mc.amalthea.converters200.tests.SchedulerConverterTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.eclipse.app4mc.amalthea.converters200.tests.SchedulerConverterTest
org.eclipse.app4mc.amalthea.converters200.tests.SchedulerConverterTest.testConversion[0: Test file: [Ljava.lang.String;@3c9168dc]  Time elapsed: 0.03 s
org.eclipse.app4mc.amalthea.converters200.tests.SchedulerConverterTest.verification[0: Test file: [Ljava.lang.String;@3c9168dc]  Time elapsed: 0.007 s
org.eclipse.app4mc.amalthea.converters200.tests.SchedulerConverterTest.testConversion[1: Test file: [Ljava.lang.String;@332a7fce]  Time elapsed: 0.031 s
org.eclipse.app4mc.amalthea.converters200.tests.SchedulerConverterTest.verification[1: Test file: [Ljava.lang.String;@332a7fce]  Time elapsed: 0.005 s
org.eclipse.app4mc.amalthea.converters200.tests.SchedulerConverterTest.testConversion[2: Test file: [Ljava.lang.String;@549621f3]  Time elapsed: 0.007 s
org.eclipse.app4mc.amalthea.converters200.tests.SchedulerConverterTest.verification[2: Test file: [Ljava.lang.String;@549621f3]  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.converters200.tests.SchedulerConverterTest.testConversion[3: Test file: [Ljava.lang.String;@54361a9]  Time elapsed: 0.006 s
org.eclipse.app4mc.amalthea.converters200.tests.SchedulerConverterTest.verification[3: Test file: [Ljava.lang.String;@54361a9]  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.converters200.tests.SchedulerConverterTest.testConversion[4: Test file: [Ljava.lang.String;@32232e55]  Time elapsed: 0.005 s
org.eclipse.app4mc.amalthea.converters200.tests.SchedulerConverterTest.verification[4: Test file: [Ljava.lang.String;@32232e55]  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.converters200.tests.NamespaceConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.app4mc.amalthea.converters200.tests.NamespaceConverterTest
org.eclipse.app4mc.amalthea.converters200.tests.NamespaceConverterTest.testConversion[0: Test file: /namespace/model.amxmi]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters200.tests.NamespaceConverterTest.verification[0: Test file: /namespace/model.amxmi]  Time elapsed: 0.002 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.210.tests >--
[INFO] Building [test-bundle] APP4MC Amalthea Converters to 2.1.0 - Tests 3.2.0-SNAPSHOT [46/61]
[INFO]   from tests/org.eclipse.app4mc.amalthea.converters.210.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.210.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.210.tests ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.210.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.210.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.210.tests ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.210.tests ---
[INFO] Resolving class path of [test-bundle] APP4MC Amalthea Converters to 2.1.0 - Tests...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.210.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.210.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.210.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.210.tests/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.210.tests ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.210.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.210.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.210.tests ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.210.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.210.tests/target/org.eclipse.app4mc.amalthea.converters.210.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.210.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.210.tests/target/org.eclipse.app4mc.amalthea.converters.210.tests-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.210.tests ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.210.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.210.tests/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.210.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.210.tests/target/org.eclipse.app4mc.amalthea.converters.210.tests-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.210.tests/target/org.eclipse.app4mc.amalthea.converters.210.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.app4mc.amalthea.converters.210.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.210.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.210.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.210.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.210.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.210.tests/target/surefire.properties]
Running org.eclipse.app4mc.amalthea.converters210.tests.NamespaceConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.eclipse.app4mc.amalthea.converters210.tests.NamespaceConverterTest
org.eclipse.app4mc.amalthea.converters210.tests.NamespaceConverterTest.testConversion[0: Test file: /namespace/model.amxmi]  Time elapsed: 0.052 s
org.eclipse.app4mc.amalthea.converters210.tests.NamespaceConverterTest.verification[0: Test file: /namespace/model.amxmi]  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.converters210.tests.ConditionConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.app4mc.amalthea.converters210.tests.ConditionConverterTest
org.eclipse.app4mc.amalthea.converters210.tests.ConditionConverterTest.testConversion[0: Test file: /conditions/conditions.amxmi]  Time elapsed: 0.016 s
org.eclipse.app4mc.amalthea.converters210.tests.ConditionConverterTest.verification[0: Test file: /conditions/conditions.amxmi]  Time elapsed: 0.003 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.300.tests >--
[INFO] Building [test-bundle] APP4MC Amalthea Converters to 3.0.0 - Tests 3.2.0-SNAPSHOT [47/61]
[INFO]   from tests/org.eclipse.app4mc.amalthea.converters.300.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.300.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.300.tests ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.300.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.300.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.300.tests ---
[INFO] 
[INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.300.tests ---
[INFO] Resolving class path of [test-bundle] APP4MC Amalthea Converters to 3.0.0 - Tests...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.converters.300.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.300.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.300.tests ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.300.tests/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.300.tests ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.converters.300.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.300.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.300.tests ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.300.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.300.tests/target/org.eclipse.app4mc.amalthea.converters.300.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.300.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.300.tests/target/org.eclipse.app4mc.amalthea.converters.300.tests-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.300.tests ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.300.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.300.tests/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.300.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.300.tests/target/org.eclipse.app4mc.amalthea.converters.300.tests-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.300.tests/target/org.eclipse.app4mc.amalthea.converters.300.tests-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.app4mc.amalthea.converters.300.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.300.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.300.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.300.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.300.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/tests/org.eclipse.app4mc.amalthea.converters.300.tests/target/surefire.properties]
Running org.eclipse.app4mc.amalthea.converters300.tests.ConditionConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s - in org.eclipse.app4mc.amalthea.converters300.tests.ConditionConverterTest
org.eclipse.app4mc.amalthea.converters300.tests.ConditionConverterTest.testConversion[0: Test file: /conditions/conditions.amxmi]  Time elapsed: 0.075 s
org.eclipse.app4mc.amalthea.converters300.tests.ConditionConverterTest.verification[0: Test file: /conditions/conditions.amxmi]  Time elapsed: 0.009 s
Running org.eclipse.app4mc.amalthea.converters300.tests.DatatypeConverterTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.app4mc.amalthea.converters300.tests.DatatypeConverterTest
org.eclipse.app4mc.amalthea.converters300.tests.DatatypeConverterTest.testConversion[0: Test file: /datatypes/basetypes.amxmi]  Time elapsed: 0.007 s
org.eclipse.app4mc.amalthea.converters300.tests.DatatypeConverterTest.verification[0: Test file: /datatypes/basetypes.amxmi]  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.converters300.tests.DatatypeConverterTest.testConversion[1: Test file: /datatypes/components.amxmi]  Time elapsed: 0.006 s
org.eclipse.app4mc.amalthea.converters300.tests.DatatypeConverterTest.verification[1: Test file: /datatypes/components.amxmi]  Time elapsed: 0.001 s
org.eclipse.app4mc.amalthea.converters300.tests.DatatypeConverterTest.testConversion[2: Test file: /datatypes/datatypes.amxmi]  Time elapsed: 0.006 s
org.eclipse.app4mc.amalthea.converters300.tests.DatatypeConverterTest.verification[2: Test file: /datatypes/datatypes.amxmi]  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.converters300.tests.DatatypeConverterTest.testConversion[3: Test file: /datatypes/namespaces.amxmi]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters300.tests.DatatypeConverterTest.verification[3: Test file: /datatypes/namespaces.amxmi]  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.converters300.tests.NamespaceConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.app4mc.amalthea.converters300.tests.NamespaceConverterTest
org.eclipse.app4mc.amalthea.converters300.tests.NamespaceConverterTest.testConversion[0: Test file: /namespace/model.amxmi]  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.converters300.tests.NamespaceConverterTest.verification[0: Test file: /namespace/model.amxmi]  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.converters300.tests.SemaphoreConverterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.app4mc.amalthea.converters300.tests.SemaphoreConverterTest
org.eclipse.app4mc.amalthea.converters300.tests.SemaphoreConverterTest.testConversion[0: Test file: /semaphores/model.amxmi]  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.converters300.tests.SemaphoreConverterTest.verification[0: Test file: /semaphores/model.amxmi]  Time elapsed: 0.001 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] -----------------< org.eclipse.app4mc.migration:tests >-----------------
[INFO] Building [aggregator] tests 3.2.0-SNAPSHOT                       [48/61]
[INFO]   from tests/.polyglot.pom.tycho
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ tests ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ tests ---
[INFO] 
[INFO] ---------------< org.eclipse.app4mc.migration:features >----------------
[INFO] Building [aggregator] features 3.2.0-SNAPSHOT                    [49/61]
[INFO]   from features/.polyglot.pom.tycho
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ features ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ features ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ features ---
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.headless >--
[INFO] Building [feature] APP4MC AMALTHEA Headless Converters 3.2.0-SNAPSHOT [50/61]
[INFO]   from features/org.eclipse.app4mc.amalthea.converters.headless/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.headless ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.converters.headless ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.headless ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.headless ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.headless ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.headless ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.headless ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.converters.headless ---
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.license,2.0.2.v20181016-2210 have severely compromised security. Please report this concern to the artifact provider.
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.amalthea.converters.headless/target/org.eclipse.app4mc.amalthea.converters.headless-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.headless ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.headless:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.amalthea.converters.headless/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.converters.headless ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.headless ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.amalthea.converters.headless/target/org.eclipse.app4mc.amalthea.converters.headless-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters >--
[INFO] Building [feature] APP4MC AMALTHEA Converters 3.2.0-SNAPSHOT     [51/61]
[INFO]   from features/org.eclipse.app4mc.amalthea.converters/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.converters ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.converters ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.amalthea.converters/target/org.eclipse.app4mc.amalthea.converters-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.amalthea.converters/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.converters ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.amalthea.converters/target/org.eclipse.app4mc.amalthea.converters-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.headless.runtime >--
[INFO] Building [feature] APP4MC AMALTHEA Headless Converters Runtime 3.2.0-SNAPSHOT [52/61]
[INFO]   from features/org.eclipse.app4mc.amalthea.converters.headless.runtime/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.headless.runtime ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.converters.headless.runtime ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.headless.runtime ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.headless.runtime ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.headless.runtime ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.headless.runtime ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.headless.runtime ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.converters.headless.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.amalthea.converters.headless.runtime/target/org.eclipse.app4mc.amalthea.converters.headless.runtime-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.headless.runtime ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.headless.runtime:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.amalthea.converters.headless.runtime/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.converters.headless.runtime ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.headless.runtime ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.amalthea.converters.headless.runtime/target/org.eclipse.app4mc.amalthea.converters.headless.runtime-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.sdk >--
[INFO] Building [feature] APP4MC AMALTHEA Converters SDK 3.2.0-SNAPSHOT [53/61]
[INFO]   from features/org.eclipse.app4mc.amalthea.converters.sdk/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.converters.sdk ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.sdk ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.converters.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.amalthea.converters.sdk/target/org.eclipse.app4mc.amalthea.converters.sdk-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.converters.sdk ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.amalthea.converters.sdk/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.converters.sdk ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.converters.sdk ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.amalthea.converters.sdk/target/org.eclipse.app4mc.amalthea.converters.sdk-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] ---< org.eclipse.app4mc.migration:org.eclipse.app4mc.utils.headless >---
[INFO] Building [feature] APP4MC Utils Headless 3.2.0-SNAPSHOT          [54/61]
[INFO]   from features/org.eclipse.app4mc.utils.headless/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.utils.headless ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.utils.headless ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.utils.headless ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.utils.headless ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.utils.headless ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.utils.headless ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.utils.headless ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.utils.headless ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.utils.headless/target/org.eclipse.app4mc.utils.headless-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.utils.headless ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.utils.headless:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.utils.headless/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.utils.headless ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.utils.headless ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.utils.headless/target/org.eclipse.app4mc.utils.headless-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.utils.headless.sdk >--
[INFO] Building [feature] APP4MC Utils Headless SDK 3.2.0-SNAPSHOT      [55/61]
[INFO]   from features/org.eclipse.app4mc.utils.headless.sdk/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.utils.headless.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.utils.headless.sdk ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.utils.headless.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.utils.headless.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.utils.headless.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.utils.headless.sdk ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.utils.headless.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.utils.headless.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.utils.headless.sdk/target/org.eclipse.app4mc.utils.headless.sdk-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.utils.headless.sdk ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.utils.headless.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.utils.headless.sdk/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.utils.headless.sdk ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.utils.headless.sdk ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.utils.headless.sdk/target/org.eclipse.app4mc.utils.headless.sdk-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] ---< org.eclipse.app4mc.migration:org.eclipse.app4mc.utils.platform >---
[INFO] Building [feature] APP4MC Utils Platform 3.2.0-SNAPSHOT          [56/61]
[INFO]   from features/org.eclipse.app4mc.utils.platform/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.utils.platform ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.utils.platform ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.utils.platform ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.utils.platform ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.utils.platform ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.utils.platform ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.utils.platform ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.utils.platform ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.utils.platform/target/org.eclipse.app4mc.utils.platform-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.utils.platform ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.utils.platform:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.utils.platform/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.utils.platform ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.utils.platform ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.utils.platform/target/org.eclipse.app4mc.utils.platform-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.utils.platform.sdk >--
[INFO] Building [feature] APP4MC Utils Platform SDK 3.2.0-SNAPSHOT      [57/61]
[INFO]   from features/org.eclipse.app4mc.utils.platform.sdk/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.utils.platform.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.utils.platform.sdk ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.utils.platform.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.utils.platform.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.utils.platform.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.utils.platform.sdk ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.utils.platform.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.utils.platform.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.utils.platform.sdk/target/org.eclipse.app4mc.utils.platform.sdk-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.utils.platform.sdk ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.utils.platform.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.utils.platform.sdk/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.utils.platform.sdk ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.utils.platform.sdk ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/features/org.eclipse.app4mc.utils.platform.sdk/target/org.eclipse.app4mc.utils.platform.sdk-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.converters.p2repo >--
[INFO] Building APP4MC AMALTHEA Model Migration 3.2.0-SNAPSHOT          [58/61]
[INFO]   from releng/org.eclipse.app4mc.converters.p2repo/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.converters.p2repo ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.converters.p2repo ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.app4mc.converters.p2repo ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.converters.p2repo ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.converters.p2repo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/releng/org.eclipse.app4mc.converters.p2repo/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.4:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.app4mc.converters.p2repo ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[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] 
[INFO] --- tycho-p2-publisher:3.0.4:publish-products (default-publish-products) @ org.eclipse.app4mc.converters.p2repo ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.4:publish-categories (default-publish-categories) @ org.eclipse.app4mc.converters.p2repo ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.4:attach-artifacts (default-attach-artifacts) @ org.eclipse.app4mc.converters.p2repo ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:3.0.4:assemble-repository (default-assemble-repository) @ org.eclipse.app4mc.converters.p2repo ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.210,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.util.sessionlog.file,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.092.source,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.092,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.080,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.096,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.094.source,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.072,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.081.source,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.096.source,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.083.source,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.util.sessionlog.eclipse,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.converters.sdk,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.headless.app,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.util.sessionlog.file.source,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.097,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.300,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.util.sessionlog.console.source,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.081,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.072.source,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.util.sessionlog.console,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.utils.headless.sdk,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.093,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.utils.platform,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.common,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.ui,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.091.source,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.093.source,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.200.source,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.095.source,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.200,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.090,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.080.source,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.headless.app.source,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.094,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.082,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.util.sessionlog.source,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.ui.source,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.097.source,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.082.source,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.100,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.help,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.100.source,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.091,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.utils.headless,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.071.source,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.095,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.common.source,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.083,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.071,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.converters.headless,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.util.sessionlog,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.converters,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.utils.platform.sdk,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.090.source,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.210.source,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.util.sessionlog.eclipse.source,3.2.0.202312081456.
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.converters.p2repo ---
[INFO] 
[INFO] --- tycho-p2-repository:3.0.4:archive-repository (default-archive-repository) @ org.eclipse.app4mc.converters.p2repo ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/releng/org.eclipse.app4mc.converters.p2repo/target/org.eclipse.app4mc.converters.p2repo-3.2.0-SNAPSHOT.zip
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.converters.p2repo ---
[INFO] 
[INFO] --- tycho-p2-director:3.0.4:materialize-products (materialize-products) @ org.eclipse.app4mc.converters.p2repo ---
[INFO] No product definitions found. Nothing to do.
[INFO] 
[INFO] --- tycho-p2-director:3.0.4:archive-products (archive-products) @ org.eclipse.app4mc.converters.p2repo ---
[INFO] 
[INFO] ---------------< org.eclipse.app4mc.migration:headless >----------------
[INFO] Building headless 3.2.0-SNAPSHOT                                 [59/61]
[INFO]   from releng/org.eclipse.app4mc.converters.product/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ headless ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ headless ---
[INFO] The project's OSGi version is 3.2.0.202312081456
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ headless ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ headless ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ headless ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/releng/org.eclipse.app4mc.converters.product/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.4:publish-osgi-ee (default-publish-osgi-ee) @ headless ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[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] 
[INFO] --- tycho-p2-publisher:3.0.4:publish-products (default-publish-products) @ headless ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.4:publish-categories (default-publish-categories) @ headless ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.4:attach-artifacts (default-attach-artifacts) @ headless ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:3.0.4:assemble-repository (default-assemble-repository) @ headless ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.210,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.util.sessionlog.file,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.092,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.080,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.096,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.072,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.converters.headless.runtime,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.headless.app,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.097,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.300,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.081,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.util.sessionlog.console,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.093,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.common,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of binary,org.eclipse.app4mc.converters.headless.executable.win32.win32.x86_64,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.200,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.090,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.094,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.082,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.100,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.091,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.utils.headless,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.095,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.083,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.converters.071,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.converters.headless,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.util.sessionlog,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of binary,org.eclipse.app4mc.converters.headless.executable.gtk.linux.x86_64,3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of binary,org.eclipse.app4mc.converters.headless.executable.cocoa.macosx.x86_64,3.2.0.202312081456.
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ headless ---
[INFO] 
[INFO] --- tycho-p2-repository:3.0.4:archive-repository (default-archive-repository) @ headless ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/releng/org.eclipse.app4mc.converters.product/target/headless-3.2.0-SNAPSHOT.zip
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ headless ---
[INFO] 
[INFO] --- tycho-p2-director:3.0.4:materialize-products (materialize-products) @ headless ---
[INFO] Installing product org.eclipse.app4mc.converters.headless for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/releng/org.eclipse.app4mc.converters.product/target/products/org.eclipse.app4mc.converters.headless/win32/win32/x86_64
Installing org.eclipse.app4mc.converters.headless 3.2.0.202312081456.
Installing org.eclipse.app4mc.amalthea.converters.headless.runtime.feature.group 3.2.0.202312081456.
Installing org.eclipse.app4mc.amalthea.converters.headless.feature.group 3.2.0.202312081456.
Installing org.eclipse.app4mc.utils.headless.feature.group 3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] Failed creating shared configuration url for null.
Operation completed in 739 ms.
[INFO] Installing product org.eclipse.app4mc.converters.headless for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/releng/org.eclipse.app4mc.converters.product/target/products/org.eclipse.app4mc.converters.headless/linux/gtk/x86_64
Installing org.eclipse.app4mc.converters.headless 3.2.0.202312081456.
Installing org.eclipse.app4mc.amalthea.converters.headless.runtime.feature.group 3.2.0.202312081456.
Installing org.eclipse.app4mc.amalthea.converters.headless.feature.group 3.2.0.202312081456.
Installing org.eclipse.app4mc.utils.headless.feature.group 3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] Failed creating shared configuration url for null.
Operation completed in 561 ms.
[INFO] Installing product org.eclipse.app4mc.converters.headless for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/releng/org.eclipse.app4mc.converters.product/target/products/org.eclipse.app4mc.converters.headless/macosx/cocoa/x86_64/Eclipse.app
Installing org.eclipse.app4mc.converters.headless 3.2.0.202312081456.
Installing org.eclipse.app4mc.amalthea.converters.headless.runtime.feature.group 3.2.0.202312081456.
Installing org.eclipse.app4mc.amalthea.converters.headless.feature.group 3.2.0.202312081456.
Installing org.eclipse.app4mc.utils.headless.feature.group 3.2.0.202312081456.
[WARNING] [e8746d16-84f7-4fc4-903c-36fe74d93943][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] Failed creating shared configuration url for null.
Operation completed in 456 ms.
[INFO] 
[INFO] --- tycho-p2-director:3.0.4:archive-products (archive-products) @ headless ---
[INFO] Building zip: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/releng/org.eclipse.app4mc.converters.product/target/products/org.eclipse.app4mc.converters.headless-win32.win32.x86_64.zip
[INFO] Building tar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/releng/org.eclipse.app4mc.converters.product/target/products/org.eclipse.app4mc.converters.headless-linux.gtk.x86_64.tar.gz
[INFO] Building tar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/releng/org.eclipse.app4mc.converters.product/target/products/org.eclipse.app4mc.converters.headless-macosx.cocoa.x86_64.tar.gz
[INFO] 
[INFO] --- bnd-export:6.4.0:export (default) @ headless ---
[INFO] Exporting /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/releng/org.eclipse.app4mc.converters.product/amalthea_migration.bndrun:
[INFO] 
[INFO] ----------------< org.eclipse.app4mc.migration:releng >-----------------
[INFO] Building [aggregator] releng 3.2.0-SNAPSHOT                      [60/61]
[INFO]   from releng/.polyglot.pom.tycho
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ releng ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ releng ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ releng ---
[INFO] 
[INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.converters.target >--
[INFO] Building [target] Amalthea Model Migration Target 3.2.0-SNAPSHOT [61/61]
[INFO]   from releng/org.eclipse.app4mc.converters.target/.polyglot.org.eclipse.app4mc.converters.target.target
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.converters.target ---
[INFO] 
[INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.converters.target ---
[INFO] 
[INFO] --- tycho-packaging:3.0.4:package-target-definition (default-package-target-definition) @ org.eclipse.app4mc.converters.target ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.converters.target ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for APP4MC Migration Component 3.2.0-SNAPSHOT:
[INFO] 
[INFO] APP4MC Migration Component ......................... SUCCESS [  0.767 s]
[INFO] org.eclipse.app4mc.util.sessionlog ................. SUCCESS [  6.680 s]
[INFO] [bundle] APP4MC Amalthea Converters Common ......... SUCCESS [  3.873 s]
[INFO] [bundle] APP4MC Amalthea Converters to 0.7.1 ....... SUCCESS [  2.160 s]
[INFO] [bundle] APP4MC Amalthea Converters to 0.7.2 ....... SUCCESS [  1.922 s]
[INFO] [bundle] APP4MC Amalthea Converters to 0.8.0 ....... SUCCESS [  2.775 s]
[INFO] [bundle] APP4MC Amalthea Converters to 0.8.1 ....... SUCCESS [  2.341 s]
[INFO] [bundle] APP4MC Amalthea Converters to 0.8.2 ....... SUCCESS [  2.092 s]
[INFO] [bundle] APP4MC Amalthea Converters to 0.8.3 ....... SUCCESS [  3.240 s]
[INFO] [bundle] APP4MC Amalthea Converters to 0.9.0 ....... SUCCESS [  2.468 s]
[INFO] [bundle] APP4MC Amalthea Converters to 0.9.1 ....... SUCCESS [  2.448 s]
[INFO] [bundle] APP4MC Amalthea Converters to 0.9.2 ....... SUCCESS [  2.164 s]
[INFO] [bundle] APP4MC Amalthea Converters to 0.9.3 ....... SUCCESS [  2.388 s]
[INFO] [bundle] APP4MC Amalthea Converters to 0.9.4 ....... SUCCESS [  1.742 s]
[INFO] [bundle] APP4MC Amalthea Converters to 0.9.5 ....... SUCCESS [  2.465 s]
[INFO] [bundle] APP4MC Amalthea Converters to 0.9.6 ....... SUCCESS [  2.910 s]
[INFO] [bundle] APP4MC Amalthea Converters to 0.9.7 ....... SUCCESS [  1.714 s]
[INFO] [bundle] APP4MC Amalthea Converters to 1.0.0 ....... SUCCESS [  1.771 s]
[INFO] [bundle] APP4MC Amalthea Converters to 2.0.0 ....... SUCCESS [  2.219 s]
[INFO] [bundle] APP4MC Amalthea Converters to 2.1.0 ....... SUCCESS [  2.653 s]
[INFO] [bundle] APP4MC Amalthea Converters to 3.0.0 ....... SUCCESS [  3.333 s]
[INFO] org.eclipse.app4mc.amalthea.converters.headless.app  SUCCESS [  6.442 s]
[INFO] org.eclipse.app4mc.amalthea.converters.help ........ SUCCESS [  3.911 s]
[INFO] org.eclipse.app4mc.amalthea.converters.ui .......... SUCCESS [  2.924 s]
[INFO] org.eclipse.app4mc.util.sessionlog.console ......... SUCCESS [  2.652 s]
[INFO] org.eclipse.app4mc.util.sessionlog.eclipse ......... SUCCESS [  2.802 s]
[INFO] org.eclipse.app4mc.util.sessionlog.file ............ SUCCESS [  2.382 s]
[INFO] [aggregator] plugins ............................... SUCCESS [  0.002 s]
[INFO] [test-bundle] APP4MC Amalthea Converters Common Tests SUCCESS [  4.671 s]
[INFO] [test-bundle] APP4MC Amalthea Converters to 0.7.1 - Tests SUCCESS [  4.781 s]
[INFO] [test-bundle] APP4MC Amalthea Converters to 0.7.2 - Tests SUCCESS [  5.257 s]
[INFO] [test-bundle] APP4MC Amalthea Converters to 0.8.0 - Tests SUCCESS [  5.519 s]
[INFO] [test-bundle] APP4MC Amalthea Converters to 0.8.1 - Tests SUCCESS [  4.388 s]
[INFO] [test-bundle] APP4MC Amalthea Converters to 0.8.2 - Tests SUCCESS [  4.462 s]
[INFO] [test-bundle] APP4MC Amalthea Converters to 0.8.3 - Tests SUCCESS [  5.224 s]
[INFO] [test-bundle] APP4MC Amalthea Converters to 0.9.0 - Tests SUCCESS [  4.777 s]
[INFO] [test-bundle] APP4MC Amalthea Converters to 0.9.1 - Tests SUCCESS [  4.419 s]
[INFO] [test-bundle] APP4MC Amalthea Converters to 0.9.2 - Tests SUCCESS [  3.922 s]
[INFO] [test-bundle] APP4MC Amalthea Converters to 0.9.3 - Tests SUCCESS [  5.301 s]
[INFO] [test-bundle] APP4MC Amalthea Converters to 0.9.4 - Tests SUCCESS [  4.828 s]
[INFO] [test-bundle] APP4MC Amalthea Converters to 0.9.5 - Tests SUCCESS [  4.062 s]
[INFO] [test-bundle] APP4MC Amalthea Converters to 0.9.6 - Tests SUCCESS [  5.055 s]
[INFO] [test-bundle] APP4MC Amalthea Converters to 0.9.7 - Tests SUCCESS [  4.288 s]
[INFO] [test-bundle] APP4MC Amalthea Converters to 1.0.0 - Tests SUCCESS [  4.639 s]
[INFO] [test-bundle] APP4MC Amalthea Converters to 2.0.0 - Tests SUCCESS [  4.215 s]
[INFO] [test-bundle] APP4MC Amalthea Converters to 2.1.0 - Tests SUCCESS [  4.543 s]
[INFO] [test-bundle] APP4MC Amalthea Converters to 3.0.0 - Tests SUCCESS [  4.387 s]
[INFO] [aggregator] tests ................................. SUCCESS [  0.001 s]
[INFO] [aggregator] features .............................. SUCCESS [  0.001 s]
[INFO] [feature] APP4MC AMALTHEA Headless Converters ...... SUCCESS [  1.197 s]
[INFO] [feature] APP4MC AMALTHEA Converters ............... SUCCESS [  1.609 s]
[INFO] [feature] APP4MC AMALTHEA Headless Converters Runtime SUCCESS [  1.425 s]
[INFO] [feature] APP4MC AMALTHEA Converters SDK ........... SUCCESS [  1.841 s]
[INFO] [feature] APP4MC Utils Headless .................... SUCCESS [  0.944 s]
[INFO] [feature] APP4MC Utils Headless SDK ................ SUCCESS [  1.125 s]
[INFO] [feature] APP4MC Utils Platform .................... SUCCESS [  1.355 s]
[INFO] [feature] APP4MC Utils Platform SDK ................ SUCCESS [  1.662 s]
[INFO] APP4MC AMALTHEA Model Migration .................... SUCCESS [  2.138 s]
[INFO] headless ........................................... SUCCESS [ 12.273 s]
[INFO] [aggregator] releng ................................ SUCCESS [  0.002 s]
[INFO] [target] Amalthea Model Migration Target ........... SUCCESS [  0.001 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:38 min
[INFO] Finished at: 2023-12-08T15:00:32Z
[INFO] ------------------------------------------------------------------------
[build-app4mc-modelmigration-develop] $ /bin/bash /tmp/jenkins15068628101661030695.sh

 *** Delivery of snapshot ***


Starting copy of p2 update site to download area...

Source folder: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/releng/org.eclipse.app4mc.converters.p2repo/target/repository
Target folder: /home/data/httpd/download.eclipse.org/app4mc/components/addon/migration/snapshot/p2repo

...done

Starting copy of p2 archive to download area...

Source folder: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/releng/org.eclipse.app4mc.converters.p2repo/target
Target folder: /home/data/httpd/download.eclipse.org/app4mc/components/addon/migration/snapshot

...done

Starting copy of headless jar to download area...

Source folder: /home/jenkins/agent/workspace/build-app4mc-modelmigration-develop/releng/org.eclipse.app4mc.converters.product/target
Target folder: /home/data/httpd/download.eclipse.org/app4mc/components/addon/migration/snapshot/headless

...done
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 52 killed;
[ssh-agent] Stopped.
Recording test results
[Checks API] No suitable checks publisher found.
Archiving artifacts
Finished: SUCCESS