Started by user Harald Mackamul Running as Harald Mackamul Agent basic-62jkk is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-62jkk" 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-62jkk" - 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-62jkk" - 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-4.13.3" 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-62jkk (basic) in workspace /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [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-64C51bhcKaK2/agent.56 SSH_AGENT_PID=58 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release@tmp/private_key_12520404009384670698.key (/home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release@tmp/private_key_12520404009384670698.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://git.eclipse.org/r/app4mc/org.eclipse.app4mc.addon.migration > git init /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/app4mc/org.eclipse.app4mc.addon.migration > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://git.eclipse.org/r/app4mc/org.eclipse.app4mc.addon.migration +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/app4mc/org.eclipse.app4mc.addon.migration # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 88c7a6e11892395ce53557bc624697ab641135e1 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 88c7a6e11892395ce53557bc624697ab641135e1 # timeout=10 Commit message: "Fixed html tag in textile help file" > git rev-list --no-walk 8064f3a6c8fa7a0d14974a765394eaf21c2051d2 # timeout=10 [build-app4mc-modelmigration-master-release] $ /bin/bash /tmp/jenkins11381005417186321085.sh Starting checkout of tagged version... ------------------------------------------------- Parameters: VERSION_TAG=releases/3.0.0 ------------------------------------------------- Matching tag: releases/3.0.0 HEAD is now at 88c7a6e1 Fixed html tag in textile help file ...done [build-app4mc-modelmigration-master-release] $ /opt/tools/apache-maven/latest/bin/mvn -DVERSION_TAG=releases/3.0.0 clean verify -Psign Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Resolving target definition file:/home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@1297cf8... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.071:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.071/.polyglot.META-INF [INFO] Fetching 202006171000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-06/ (63B) [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.32kB) [INFO] Fetching org.eclipse.osgi_3.15.300.v20200520-1959.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (459.89kB) [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (155.55kB) [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.03kB) [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.65kB) [INFO] Fetching org.jdom2_2.0.6.v20191125-0928.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (325.83kB) [INFO] Fetching org.eclipse.equinox.common_3.12.0.v20200504-1602.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.07kB) [INFO] Fetching org.jaxen_1.1.6.v20191106-1554.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (255.62kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.072:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.headless.app/pom.xml [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (75.47kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.help:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.help/pom.xml [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (120.7kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.700.v20200517-1644.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.49kB) [INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.59kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.800.v20200406-0956.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.27kB) [INFO] Fetching org.eclipse.core.expressions_3.6.800.v20200319-0911.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.96kB) [INFO] Fetching org.eclipse.core.runtime_3.18.0.v20200506-2143.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.65kB) [INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (46.11kB) [INFO] Fetching org.eclipse.equinox.app_1.4.500.v20200422-1833.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.05kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.ui/pom.xml [INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (873.17kB) [INFO] Fetching org.eclipse.e4.core.services_2.2.300.v20200422-1846.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.06kB) [INFO] Fetching org.eclipse.jface_3.20.0.v20200505-1952.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (361.92kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.88kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.66kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.68kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.72kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.76kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.16kB) [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.01kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.79kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.600.v20200311-0642.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.65kB) [INFO] Fetching org.eclipse.equinox.event_1.5.400.v20200511-1702.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.62kB) [INFO] Fetching org.eclipse.swt_3.114.100.v20200604-0951.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.114.100.v20200604-0951.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.13MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.100.v20200604-0951.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (955.98kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.114.100.v20200604-0951.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (834.71kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.util.sessionlog:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.util.sessionlog/pom.xml [INFO] Fetching org.eclipse.pde.ds.lib_1.1.400.v20191119-0943.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.5kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.util.sessionlog.console:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.util.sessionlog.console/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.util.sessionlog.eclipse:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.util.sessionlog.eclipse/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.util.sessionlog.file:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.071.tests/.polyglot.META-INF [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.5MB) [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.03kB) [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (101.68kB) [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (63.49kB) [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.52kB) [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (258.72kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (82.7kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.71kB) [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (123kB) [INFO] Fetching org.eclipse.compare_3.7.1000.v20200511-1203.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (306.31kB) [INFO] Fetching org.eclipse.ui_3.117.0.v20200518-1705.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (363.6kB) [INFO] Fetching org.eclipse.jface.text_3.16.300.v20200526-0811.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (316.88kB) [INFO] Fetching org.eclipse.ui.ide_3.17.100.v20200530-0835.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (957.79kB) [INFO] Fetching org.eclipse.ui.views_3.10.300.v20200311-1018.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (48.59kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.200.v20200421-1954.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (233.97kB) [INFO] Fetching org.eclipse.ui.editors_3.13.200.v20200501-2307.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (199.91kB) [INFO] Fetching org.eclipse.ui.forms_3.9.100.v20200413-1417.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.18kB) [INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.85kB) [INFO] Fetching org.eclipse.core.databinding_1.9.0.v20200519-1409.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (56.72kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (82.47kB) [INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.98kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.15kB) [INFO] Fetching org.eclipse.text_3.10.200.v20200428-0633.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (100.5kB) [INFO] Fetching org.eclipse.core.net_1.3.900.v20200428-1255.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.74kB) [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.56kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.76kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.700.v20200318-1219.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.82kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.16kB) [INFO] Fetching org.eclipse.emf.ecore_2.22.0.v20200519-1135.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (487.54kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.02kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1200.v20200513-0930.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (66.16kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1000.v20200525-0806.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.8kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200527-0719.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.47kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.800.v20200522-0923.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.84kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.94kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (111.14kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.45kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.300.v20200514-1625.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (85.1kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (84.02kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1000.v20200517-1848.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.88kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1200.v20200529-1321.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (95.01kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1000.v20200514-1625.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (60.86kB) [INFO] Fetching org.eclipse.jface.databinding_1.11.100.v20200522-1835.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.88kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.07kB) [INFO] Fetching org.eclipse.urischeme_1.1.0.v20200603-1117.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.48kB) [INFO] Fetching org.eclipse.emf.common_2.19.0.v20200324-0932.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (115.11kB) [INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.95kB) [INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.85kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.04kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (74.47kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.88kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.94kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.47kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.42kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.0.v20200515-0330.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (105.75kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.0.v20200515-0330.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (176.74kB) [INFO] Fetching org.eclipse.ui.navigator_3.9.300.v20200513-0930.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (131.02kB) [INFO] Fetching org.eclipse.team.core_3.8.1000.v20200428-1255.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.89kB) [INFO] Fetching org.eclipse.team.ui_3.8.900.v20200422-1935.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (492.92kB) [INFO] Fetching org.eclipse.ui.workbench_3.119.0.v20200521-1247.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (997.92kB) [INFO] Fetching org.eclipse.ui.ide.application_1.3.700.v20200525-1456.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (56.86kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.300.v20200417-1241.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.64kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.900.v20200513-0930.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.75kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.18kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.71kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.072.tests:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/releng/org.eclipse.app4mc.converters.p2repo/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.migration:headless:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0-SNAPSHOT [1/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ parent --- [INFO] [INFO] -------< org.eclipse.app4mc:org.eclipse.app4mc.util.sessionlog >-------- [INFO] Building org.eclipse.app4mc.util.sessionlog 3.0.0-SNAPSHOT [2/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.util.sessionlog --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.util.sessionlog --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.util.sessionlog --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.util.sessionlog --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.util.sessionlog --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.util.sessionlog --- [INFO] Resolving class path of org.eclipse.app4mc.util.sessionlog... [INFO] Fetching org.eclipse.equinox.weaving.hook_1.2.700.v20200422-1833.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.74kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.800.v20200511-1223.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (103.56kB) [INFO] Fetching org.eclipse.equinox.region_1.4.600.v20191002-1632.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.7kB) [INFO] Fetching org.eclipse.equinox.transforms.hook_1.2.500.v20190714-1852.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.96kB) [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.util.sessionlog/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.util.sessionlog --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.util.sessionlog/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.app4mc.util.sessionlog --- [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.util.sessionlog/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.app4mc.util.sessionlog --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.app4mc.util.sessionlog --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.util.sessionlog --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.util.sessionlog --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.util.sessionlog/target/org.eclipse.app4mc.util.sessionlog-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.util.sessionlog --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.util.sessionlog/target/org.eclipse.app4mc.util.sessionlog-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.util.sessionlog/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.util.sessionlog --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.util.sessionlog/target/org.eclipse.app4mc.util.sessionlog-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.util.sessionlog/target/org.eclipse.app4mc.util.sessionlog-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.app4mc.util.sessionlog --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.0.0-SNAPSHOT [3/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.common --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.common --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.common --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.common --- [INFO] Resolving class path of [bundle] APP4MC Amalthea Converters Common... [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.common --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.common/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.common --- [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.common/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.common --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.app4mc.amalthea.converters.common --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.common --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.common --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.common/target/org.eclipse.app4mc.amalthea.converters.common-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.common --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.common/target/org.eclipse.app4mc.amalthea.converters.common-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.common/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.common --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.common/target/org.eclipse.app4mc.amalthea.converters.common-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.common/target/org.eclipse.app4mc.amalthea.converters.common-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.common --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.0.0-SNAPSHOT [4/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.071 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.071 --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.071 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.071 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.071 --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.071/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.071 --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.071/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.071 --- [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.071/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.071 --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.app4mc.amalthea.converters.071 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.071 --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.071 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.071/target/org.eclipse.app4mc.amalthea.converters.071-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.071 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.071/target/org.eclipse.app4mc.amalthea.converters.071-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.071/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.071 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.071/target/org.eclipse.app4mc.amalthea.converters.071-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.071/target/org.eclipse.app4mc.amalthea.converters.071-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.071 --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.0.0-SNAPSHOT [5/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.072 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.072 --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.072 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.072 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.072 --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.072/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.072 --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.072/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.072 --- [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.072/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.072 --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.app4mc.amalthea.converters.072 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.072 --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.072 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.072/target/org.eclipse.app4mc.amalthea.converters.072-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.072 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.072/target/org.eclipse.app4mc.amalthea.converters.072-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.072/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.072 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.072/target/org.eclipse.app4mc.amalthea.converters.072-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.072/target/org.eclipse.app4mc.amalthea.converters.072-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.072 --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.0.0-SNAPSHOT [6/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.080 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.080 --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.080 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.080 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.080 --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.080/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.080 --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.080/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.080 --- [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.080/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.080 --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.app4mc.amalthea.converters.080 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.080 --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.080 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.080/target/org.eclipse.app4mc.amalthea.converters.080-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.080 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.080/target/org.eclipse.app4mc.amalthea.converters.080-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.080/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.080 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.080/target/org.eclipse.app4mc.amalthea.converters.080-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.080/target/org.eclipse.app4mc.amalthea.converters.080-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.080 --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.0.0-SNAPSHOT [7/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.081 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.081 --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.081 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.081 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.081 --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.081/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.081 --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.081/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.081 --- [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.081/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.081 --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.app4mc.amalthea.converters.081 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.081 --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.081 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.081/target/org.eclipse.app4mc.amalthea.converters.081-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.081 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.081/target/org.eclipse.app4mc.amalthea.converters.081-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.081/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.081 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.081/target/org.eclipse.app4mc.amalthea.converters.081-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.081/target/org.eclipse.app4mc.amalthea.converters.081-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.081 --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.0.0-SNAPSHOT [8/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.082 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.082 --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.082 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.082 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.082 --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.082/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.082 --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.082/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.082 --- [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.082/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.082 --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.app4mc.amalthea.converters.082 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.082 --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.082 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.082/target/org.eclipse.app4mc.amalthea.converters.082-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.082 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.082/target/org.eclipse.app4mc.amalthea.converters.082-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.082/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.082 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.082/target/org.eclipse.app4mc.amalthea.converters.082-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.082/target/org.eclipse.app4mc.amalthea.converters.082-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.082 --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.0.0-SNAPSHOT [9/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.083 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.083 --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.083 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.083 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.083 --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.083/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.083 --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.083/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.083 --- [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.083/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.083 --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.app4mc.amalthea.converters.083 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.083 --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.083 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.083/target/org.eclipse.app4mc.amalthea.converters.083-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.083 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.083/target/org.eclipse.app4mc.amalthea.converters.083-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.083/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.083 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.083/target/org.eclipse.app4mc.amalthea.converters.083-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.083/target/org.eclipse.app4mc.amalthea.converters.083-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.083 --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.0.0-SNAPSHOT [10/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.090 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.090 --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.090 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.090 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.090 --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.090/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.090 --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.090/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.090 --- [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.090/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.090 --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.app4mc.amalthea.converters.090 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.090 --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.090 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.090/target/org.eclipse.app4mc.amalthea.converters.090-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.090 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.090/target/org.eclipse.app4mc.amalthea.converters.090-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.090/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.090 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.090/target/org.eclipse.app4mc.amalthea.converters.090-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.090/target/org.eclipse.app4mc.amalthea.converters.090-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.090 --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.0.0-SNAPSHOT [11/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.091 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.091 --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.091 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.091 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.091 --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.091/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.091 --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.091/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.091 --- [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.091/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.091 --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.app4mc.amalthea.converters.091 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.091 --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.091 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.091/target/org.eclipse.app4mc.amalthea.converters.091-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.091 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.091/target/org.eclipse.app4mc.amalthea.converters.091-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.091/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.091 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.091/target/org.eclipse.app4mc.amalthea.converters.091-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.091/target/org.eclipse.app4mc.amalthea.converters.091-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.091 --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.0.0-SNAPSHOT [12/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.092 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.092 --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.092 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.092 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.092 --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.092/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.092 --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.092/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.092 --- [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.092/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.092 --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.app4mc.amalthea.converters.092 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.092 --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.092 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.092/target/org.eclipse.app4mc.amalthea.converters.092-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.092 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.092/target/org.eclipse.app4mc.amalthea.converters.092-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.092/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.092 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.092/target/org.eclipse.app4mc.amalthea.converters.092-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.092/target/org.eclipse.app4mc.amalthea.converters.092-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.092 --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.0.0-SNAPSHOT [13/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.093 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.093 --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.093 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.093 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.093 --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.093/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.093 --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.093/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.093 --- [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.093/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.093 --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.app4mc.amalthea.converters.093 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.093 --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.093 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.093/target/org.eclipse.app4mc.amalthea.converters.093-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.093 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.093/target/org.eclipse.app4mc.amalthea.converters.093-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.093/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.093 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.093/target/org.eclipse.app4mc.amalthea.converters.093-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.093/target/org.eclipse.app4mc.amalthea.converters.093-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.093 --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.0.0-SNAPSHOT [14/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.094 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.094 --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.094 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.094 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.094 --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.094/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.094 --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.094/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.094 --- [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.094/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.094 --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.app4mc.amalthea.converters.094 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.094 --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.094 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.094/target/org.eclipse.app4mc.amalthea.converters.094-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.094 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.094/target/org.eclipse.app4mc.amalthea.converters.094-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.094/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.094 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.094/target/org.eclipse.app4mc.amalthea.converters.094-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.094/target/org.eclipse.app4mc.amalthea.converters.094-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.094 --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.0.0-SNAPSHOT [15/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.095 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.095 --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.095 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.095 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.095 --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.095/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.095 --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.095/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.095 --- [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.095/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.095 --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.app4mc.amalthea.converters.095 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.095 --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.095 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.095/target/org.eclipse.app4mc.amalthea.converters.095-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.095 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.095/target/org.eclipse.app4mc.amalthea.converters.095-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.095/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.095 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.095/target/org.eclipse.app4mc.amalthea.converters.095-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.095/target/org.eclipse.app4mc.amalthea.converters.095-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.095 --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.0.0-SNAPSHOT [16/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.096 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.096 --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.096 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.096 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.096 --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.096/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.096 --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.096/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.096 --- [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.096/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.096 --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.app4mc.amalthea.converters.096 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.096 --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.096 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.096/target/org.eclipse.app4mc.amalthea.converters.096-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.096 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.096/target/org.eclipse.app4mc.amalthea.converters.096-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.096/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.096 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.096/target/org.eclipse.app4mc.amalthea.converters.096-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.096/target/org.eclipse.app4mc.amalthea.converters.096-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.096 --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.0.0-SNAPSHOT [17/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.097 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.097 --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.097 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.097 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.097 --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.097/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.097 --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.097/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.097 --- [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.097/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.097 --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.app4mc.amalthea.converters.097 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.097 --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.097 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.097/target/org.eclipse.app4mc.amalthea.converters.097-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.097 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.097/target/org.eclipse.app4mc.amalthea.converters.097-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.097/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.097 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.097/target/org.eclipse.app4mc.amalthea.converters.097-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.097/target/org.eclipse.app4mc.amalthea.converters.097-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.097 --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.0.0-SNAPSHOT [18/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.100 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.100 --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.100 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.100 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.100 --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.100/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.100 --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.100/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.100 --- [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.100/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.100 --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.app4mc.amalthea.converters.100 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.100 --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.100 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.100/target/org.eclipse.app4mc.amalthea.converters.100-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.100 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.100/target/org.eclipse.app4mc.amalthea.converters.100-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.100/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.100 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.100/target/org.eclipse.app4mc.amalthea.converters.100-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.100/target/org.eclipse.app4mc.amalthea.converters.100-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.100 --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.0.0-SNAPSHOT [19/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.200 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.200 --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.200 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.200 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.200 --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.200/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.200 --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.200/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.200 --- [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.200/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.200 --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.app4mc.amalthea.converters.200 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.200 --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.200 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.200/target/org.eclipse.app4mc.amalthea.converters.200-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.200 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.200/target/org.eclipse.app4mc.amalthea.converters.200-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.200/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.200 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.200/target/org.eclipse.app4mc.amalthea.converters.200-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.200/target/org.eclipse.app4mc.amalthea.converters.200-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.200 --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.0.0-SNAPSHOT [20/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.210 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.210 --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.210 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.210 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.210 --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.210/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.210 --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.210/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.210 --- [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.210/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.210 --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.app4mc.amalthea.converters.210 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.210 --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.210 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.210/target/org.eclipse.app4mc.amalthea.converters.210-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.210 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.210/target/org.eclipse.app4mc.amalthea.converters.210-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.210/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.210 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.210/target/org.eclipse.app4mc.amalthea.converters.210-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.210/target/org.eclipse.app4mc.amalthea.converters.210-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.210 --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.0.0-SNAPSHOT [21/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.300 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.300 --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.300 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.300 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.300 --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.300/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.300 --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.300/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.300 --- [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.300/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.300 --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.app4mc.amalthea.converters.300 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.300 --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.300 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.300/target/org.eclipse.app4mc.amalthea.converters.300-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.300 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.300/target/org.eclipse.app4mc.amalthea.converters.300-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.300/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.300 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.300/target/org.eclipse.app4mc.amalthea.converters.300-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.300/target/org.eclipse.app4mc.amalthea.converters.300-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.300 --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.0.0-SNAPSHOT [22/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.headless.app --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.headless.app --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.headless.app --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.headless.app --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.headless.app --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.headless.app/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.headless.app --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.headless.app/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.headless.app --- [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.headless.app/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.headless.app --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.app4mc.amalthea.converters.headless.app --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.headless.app --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.headless.app --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.headless.app/target/org.eclipse.app4mc.amalthea.converters.headless.app-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.headless.app --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.headless.app/target/org.eclipse.app4mc.amalthea.converters.headless.app-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.headless.app/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.headless.app --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.headless.app/target/org.eclipse.app4mc.amalthea.converters.headless.app-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.headless.app/target/org.eclipse.app4mc.amalthea.converters.headless.app-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.headless.app --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.0.0-SNAPSHOT [23/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.help --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.help --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.help --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.help --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.help --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.help --- [INFO] Resolving class path of org.eclipse.app4mc.amalthea.converters.help... [INFO] [INFO] --- maven-antrun-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.help/build generate-help: [copy] Copying 7 files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.help/build Help: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.help/build /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.help/build /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.help/build /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.help/build /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.help/build /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.help/build /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.help/build /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.help/build/supported_model_migrations.html [copy] Copying 7 files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.help/help [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.help/help [copy] Copying 7 files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.help/toc [delete] Deleting directory /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.help/build [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.help/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.help --- [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.help --- [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.help/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.help --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.app4mc.amalthea.converters.help --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.help --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.help --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.help --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.help/target/org.eclipse.app4mc.amalthea.converters.help-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.help/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.help --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.help/target/org.eclipse.app4mc.amalthea.converters.help-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.help --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.0.0-SNAPSHOT [24/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.ui --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.converters.ui --- [INFO] Resolving class path of org.eclipse.app4mc.amalthea.converters.ui... [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (36.57kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.32kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.18kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (56.91kB) [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.ui --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.converters.ui --- [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.amalthea.converters.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.converters.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.app4mc.amalthea.converters.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.ui/target/org.eclipse.app4mc.amalthea.converters.ui-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.ui/target/org.eclipse.app4mc.amalthea.converters.ui-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.ui/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.ui/target/org.eclipse.app4mc.amalthea.converters.ui-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.amalthea.converters.ui/target/org.eclipse.app4mc.amalthea.converters.ui-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.converters.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.0.0-SNAPSHOT [25/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.util.sessionlog.console --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.util.sessionlog.console --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.util.sessionlog.console --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.util.sessionlog.console --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.util.sessionlog.console --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.util.sessionlog.console --- [INFO] Resolving class path of org.eclipse.app4mc.util.sessionlog.console... [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.util.sessionlog.console/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.util.sessionlog.console --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.util.sessionlog.console/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.app4mc.util.sessionlog.console --- [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.util.sessionlog.console/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.app4mc.util.sessionlog.console --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.app4mc.util.sessionlog.console --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.util.sessionlog.console --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.util.sessionlog.console --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.util.sessionlog.console/target/org.eclipse.app4mc.util.sessionlog.console-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.util.sessionlog.console --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.util.sessionlog.console/target/org.eclipse.app4mc.util.sessionlog.console-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.util.sessionlog.console/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.util.sessionlog.console --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.util.sessionlog.console/target/org.eclipse.app4mc.util.sessionlog.console-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.util.sessionlog.console/target/org.eclipse.app4mc.util.sessionlog.console-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.app4mc.util.sessionlog.console --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.0.0-SNAPSHOT [26/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.util.sessionlog.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.util.sessionlog.eclipse --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.util.sessionlog.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.util.sessionlog.eclipse --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.util.sessionlog.eclipse --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.util.sessionlog.eclipse --- [INFO] Resolving class path of org.eclipse.app4mc.util.sessionlog.eclipse... [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.util.sessionlog.eclipse/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.util.sessionlog.eclipse --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.util.sessionlog.eclipse/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.app4mc.util.sessionlog.eclipse --- [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.util.sessionlog.eclipse/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.app4mc.util.sessionlog.eclipse --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.app4mc.util.sessionlog.eclipse --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.util.sessionlog.eclipse --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.util.sessionlog.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.util.sessionlog.eclipse/target/org.eclipse.app4mc.util.sessionlog.eclipse-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.util.sessionlog.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.util.sessionlog.eclipse/target/org.eclipse.app4mc.util.sessionlog.eclipse-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.util.sessionlog.eclipse/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.util.sessionlog.eclipse --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.util.sessionlog.eclipse/target/org.eclipse.app4mc.util.sessionlog.eclipse-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.util.sessionlog.eclipse/target/org.eclipse.app4mc.util.sessionlog.eclipse-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.app4mc.util.sessionlog.eclipse --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.0.0-SNAPSHOT [27/61] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.util.sessionlog.file --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.util.sessionlog.file --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.util.sessionlog.file --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.util.sessionlog.file --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.util.sessionlog.file --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.util.sessionlog.file --- [INFO] Resolving class path of org.eclipse.app4mc.util.sessionlog.file... [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.util.sessionlog.file/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.util.sessionlog.file --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.util.sessionlog.file/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.app4mc.util.sessionlog.file --- [INFO] [INFO] --- maven-resources-plugin: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-master-release/plugins/org.eclipse.app4mc.util.sessionlog.file/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.app4mc.util.sessionlog.file --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.app4mc.util.sessionlog.file --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.util.sessionlog.file --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.util.sessionlog.file --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.util.sessionlog.file/target/org.eclipse.app4mc.util.sessionlog.file-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.util.sessionlog.file --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.util.sessionlog.file/target/org.eclipse.app4mc.util.sessionlog.file-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.util.sessionlog.file/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.util.sessionlog.file --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.util.sessionlog.file/target/org.eclipse.app4mc.util.sessionlog.file-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/plugins/org.eclipse.app4mc.util.sessionlog.file/target/org.eclipse.app4mc.util.sessionlog.file-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.app4mc.util.sessionlog.file --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2: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.0.0-SNAPSHOT [28/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ plugins --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ plugins --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1: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.0.0-SNAPSHOT [29/61] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.common.tests --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.common.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.common.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] Fetching org.eclipse.e4.ui.swt.win32_1.0.600.v20200414-1657.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.88kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.400.v20190924-1023.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (93.41kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.67kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.44kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1200.v20200508-1552.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.04kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.61kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1200.v20200508-1552.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (39.42kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.56kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8kB) [INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.36kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.04kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1200.v20200508-1552.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (81.06kB) [INFO] [INFO] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.common.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.common.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.common.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.common.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.common.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.common.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.common.tests/target/org.eclipse.app4mc.amalthea.converters.common.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.common.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.common.tests/target/org.eclipse.app4mc.amalthea.converters.common.tests-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.common.tests/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.common.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.common.tests/target/org.eclipse.app4mc.amalthea.converters.common.tests-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.common.tests/target/org.eclipse.app4mc.amalthea.converters.common.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.common.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.common.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.common.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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-master-release/tests/org.eclipse.app4mc.amalthea.converters.common.tests/target/surefire.properties] Running org.eclipse.app4mc.amalthea.converters.common.tests.AmaltheaNamespaceRegistryTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.app4mc.amalthea.converters.common.tests.AmaltheaNamespaceRegistryTest shouldReturnNamespacesBeforeIncludeGeneric(org.eclipse.app4mc.amalthea.converters.common.tests.AmaltheaNamespaceRegistryTest) Time elapsed: 0.009 s shouldReturnNamespacesBefore(org.eclipse.app4mc.amalthea.converters.common.tests.AmaltheaNamespaceRegistryTest) Time elapsed: 0.001 s shouldReturnNamespacesBeforeInclude(org.eclipse.app4mc.amalthea.converters.common.tests.AmaltheaNamespaceRegistryTest) Time elapsed: 0 s Running org.eclipse.app4mc.amalthea.converters.common.tests.NamespaceConverterZippedTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.app4mc.amalthea.converters.common.tests.NamespaceConverterZippedTest shouldPopulateModel(org.eclipse.app4mc.amalthea.converters.common.tests.NamespaceConverterZippedTest) Time elapsed: 0.021 s shouldGetModelVersionFromModelFile(org.eclipse.app4mc.amalthea.converters.common.tests.NamespaceConverterZippedTest) Time elapsed: 0.002 s shouldGetModelVersionFromZipFile(org.eclipse.app4mc.amalthea.converters.common.tests.NamespaceConverterZippedTest) Time elapsed: 0.001 s shouldGetInvalidModelVersion(org.eclipse.app4mc.amalthea.converters.common.tests.NamespaceConverterZippedTest) Time elapsed: 0.001 s shouldTemporaryUnzipFile(org.eclipse.app4mc.amalthea.converters.common.tests.NamespaceConverterZippedTest) Time elapsed: 0 s shouldGetInvalidModelVersionFromNonExisting(org.eclipse.app4mc.amalthea.converters.common.tests.NamespaceConverterZippedTest) Time elapsed: 0.001 s shouldCreateBackupOfZip(org.eclipse.app4mc.amalthea.converters.common.tests.NamespaceConverterZippedTest) Time elapsed: 0.006 s shouldGetInvalidModelVersionFromNull(org.eclipse.app4mc.amalthea.converters.common.tests.NamespaceConverterZippedTest) Time elapsed: 0 s shouldCheckZipFile(org.eclipse.app4mc.amalthea.converters.common.tests.NamespaceConverterZippedTest) Time elapsed: 0 s shouldGetInvalidModelVersionFromWrongFileExtension(org.eclipse.app4mc.amalthea.converters.common.tests.NamespaceConverterZippedTest) 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 checkTrimStartAndEnd(org.eclipse.app4mc.amalthea.converters.common.tests.HelperUtilTest) Time elapsed: 0.002 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 shouldGetAllVersionsBefore090(org.eclipse.app4mc.amalthea.converters.common.tests.ModelVersionTest) Time elapsed: 0 s shouldIdentifyValidVersion(org.eclipse.app4mc.amalthea.converters.common.tests.ModelVersionTest) Time elapsed: 0.001 s shouldGetAllVersionsBefore090Include(org.eclipse.app4mc.amalthea.converters.common.tests.ModelVersionTest) Time elapsed: 0 s shouldIdentifyInvalidVersion(org.eclipse.app4mc.amalthea.converters.common.tests.ModelVersionTest) Time elapsed: 0 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.071.tests >-- [INFO] Building [test-bundle] APP4MC Amalthea Converters to 0.7.1 - Tests 3.0.0-SNAPSHOT [30/61] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.071.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.071.tests --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.071.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.071.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.071.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.071.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.071.tests --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.071.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.071.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.071.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.071.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.071.tests/target/org.eclipse.app4mc.amalthea.converters.071.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.071.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.071.tests/target/org.eclipse.app4mc.amalthea.converters.071.tests-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.071.tests/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.071.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.071.tests/target/org.eclipse.app4mc.amalthea.converters.071.tests-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.071.tests/target/org.eclipse.app4mc.amalthea.converters.071.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.071.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.071.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.071.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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-master-release/tests/org.eclipse.app4mc.amalthea.converters.071.tests/target/surefire.properties] Running org.eclipse.app4mc.amalthea.converters071.tests.SwConverterTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.29 s - in org.eclipse.app4mc.amalthea.converters071.tests.SwConverterTest testConversion[0: Test data ID: Sections : 1](org.eclipse.app4mc.amalthea.converters071.tests.SwConverterTest) Time elapsed: 0.138 s verification[0: Test data ID: Sections : 1](org.eclipse.app4mc.amalthea.converters071.tests.SwConverterTest) Time elapsed: 0.008 s testConversion[1: Test data ID: ModeSwitchEntry_Scenario : 2](org.eclipse.app4mc.amalthea.converters071.tests.SwConverterTest) Time elapsed: 0.058 s verification[1: Test data ID: ModeSwitchEntry_Scenario : 2](org.eclipse.app4mc.amalthea.converters071.tests.SwConverterTest) Time elapsed: 0.008 s Running org.eclipse.app4mc.amalthea.converters071.tests.HwConverterTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.app4mc.amalthea.converters071.tests.HwConverterTest testConversion[0: Test file: /hw/memorytype_size.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.HwConverterTest) Time elapsed: 0.005 s verification[0: Test file: /hw/memorytype_size.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.HwConverterTest) Time elapsed: 0.002 s testConversion[1: Test file: /hw/hw_frequency_quartz.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.HwConverterTest) Time elapsed: 0.007 s verification[1: Test file: /hw/hw_frequency_quartz.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.HwConverterTest) Time elapsed: 0.003 s Running org.eclipse.app4mc.amalthea.converters071.tests.ConstraintsConverterTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.app4mc.amalthea.converters071.tests.ConstraintsConverterTest testConversion[0: Test data ID: 500501. Description : AffinityConstraint change](org.eclipse.app4mc.amalthea.converters071.tests.ConstraintsConverterTest) Time elapsed: 0.01 s verification[0: Test data ID: 500501. Description : AffinityConstraint change](org.eclipse.app4mc.amalthea.converters071.tests.ConstraintsConverterTest) Time elapsed: 0.005 s testConversion[1: Test data ID: 500502. Description : RunnableSequencingConstraint change](org.eclipse.app4mc.amalthea.converters071.tests.ConstraintsConverterTest) Time elapsed: 0.007 s verification[1: Test data ID: 500502. Description : RunnableSequencingConstraint change](org.eclipse.app4mc.amalthea.converters071.tests.ConstraintsConverterTest) Time elapsed: 0.004 s testConversion[2: Test data ID: 500506. Description : Timing Constraints change](org.eclipse.app4mc.amalthea.converters071.tests.ConstraintsConverterTest) Time elapsed: 0.004 s verification[2: Test data ID: 500506. Description : Timing Constraints change](org.eclipse.app4mc.amalthea.converters071.tests.ConstraintsConverterTest) Time elapsed: 0.002 s Running org.eclipse.app4mc.amalthea.converters071.tests.PropertyConstraintsConverterTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.app4mc.amalthea.converters071.tests.PropertyConstraintsConverterTest testConversion[0: Test file: /property-constraints/memorytype_size.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.PropertyConstraintsConverterTest) Time elapsed: 0.003 s verification[0: Test file: /property-constraints/memorytype_size.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.PropertyConstraintsConverterTest) Time elapsed: 0.001 s testConversion[1: Test file: /property-constraints/pc_frequency_quartz.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.PropertyConstraintsConverterTest) Time elapsed: 0.003 s verification[1: Test file: /property-constraints/pc_frequency_quartz.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.PropertyConstraintsConverterTest) Time elapsed: 0.002 s Running org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest testConversion[0: Test file: /non-amalthea-root-tag/components.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest) Time elapsed: 0.003 s verification[0: Test file: /non-amalthea-root-tag/components.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest) Time elapsed: 0.001 s testConversion[1: Test file: /non-amalthea-root-tag/config.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest) Time elapsed: 0.002 s verification[1: Test file: /non-amalthea-root-tag/config.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest) Time elapsed: 0.002 s testConversion[2: Test file: /non-amalthea-root-tag/constraints.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest) Time elapsed: 0.036 s verification[2: Test file: /non-amalthea-root-tag/constraints.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest) Time elapsed: 0.002 s testConversion[3: Test file: /non-amalthea-root-tag/eventmodel.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest) Time elapsed: 0.001 s verification[3: Test file: /non-amalthea-root-tag/eventmodel.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest) Time elapsed: 0.001 s testConversion[4: Test file: /non-amalthea-root-tag/hwmodel.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest) Time elapsed: 0.002 s verification[4: Test file: /non-amalthea-root-tag/hwmodel.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest) Time elapsed: 0.001 s testConversion[5: Test file: /non-amalthea-root-tag/mappingmodel.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest) Time elapsed: 0.002 s verification[5: Test file: /non-amalthea-root-tag/mappingmodel.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest) Time elapsed: 0.001 s testConversion[6: Test file: /non-amalthea-root-tag/osmodel.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest) Time elapsed: 0.003 s verification[6: Test file: /non-amalthea-root-tag/osmodel.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest) Time elapsed: 0.001 s testConversion[7: Test file: /non-amalthea-root-tag/propertyconstraints.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest) Time elapsed: 0.002 s verification[7: Test file: /non-amalthea-root-tag/propertyconstraints.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest) Time elapsed: 0.001 s testConversion[8: Test file: /non-amalthea-root-tag/stimuli.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest) Time elapsed: 0.002 s verification[8: Test file: /non-amalthea-root-tag/stimuli.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest) Time elapsed: 0.001 s testConversion[9: Test file: /non-amalthea-root-tag/swmodel.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest) Time elapsed: 0.002 s verification[9: Test file: /non-amalthea-root-tag/swmodel.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.RootElementConverterTest) Time elapsed: 0.001 s Running org.eclipse.app4mc.amalthea.converters071.tests.SwSectionConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.app4mc.amalthea.converters071.tests.SwSectionConverterTest testConversion[0: Test data ID: Sections-Constraints-Conversion : 1](org.eclipse.app4mc.amalthea.converters071.tests.SwSectionConverterTest) Time elapsed: 0.012 s verification[0: Test data ID: Sections-Constraints-Conversion : 1](org.eclipse.app4mc.amalthea.converters071.tests.SwSectionConverterTest) Time elapsed: 0.005 s Running org.eclipse.app4mc.amalthea.converters071.tests.NamespaceConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.app4mc.amalthea.converters071.tests.NamespaceConverterTest testConversion[0: Test file: /namespace/AMALTHEA_Democar.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.NamespaceConverterTest) Time elapsed: 0.011 s verification[0: Test file: /namespace/AMALTHEA_Democar.amxmi](org.eclipse.app4mc.amalthea.converters071.tests.NamespaceConverterTest) Time elapsed: 0.033 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.0.0-SNAPSHOT [31/61] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.072.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.072.tests --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.072.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.072.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.072.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.072.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.072.tests --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.072.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.072.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.072.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.072.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.072.tests/target/org.eclipse.app4mc.amalthea.converters.072.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.072.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.072.tests/target/org.eclipse.app4mc.amalthea.converters.072.tests-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.072.tests/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.072.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.072.tests/target/org.eclipse.app4mc.amalthea.converters.072.tests-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.072.tests/target/org.eclipse.app4mc.amalthea.converters.072.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.072.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.072.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.072.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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-master-release/tests/org.eclipse.app4mc.amalthea.converters.072.tests/target/surefire.properties] Running org.eclipse.app4mc.amalthea.converters072.tests.PropertyConstraintsConverterTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.337 s - in org.eclipse.app4mc.amalthea.converters072.tests.PropertyConstraintsConverterTest testConversion[0: Test file: /property-constraints/case1/AMALTHEA_Democar_MappingExample.amxmi](org.eclipse.app4mc.amalthea.converters072.tests.PropertyConstraintsConverterTest) Time elapsed: 0.195 s verification[0: Test file: /property-constraints/case1/AMALTHEA_Democar_MappingExample.amxmi](org.eclipse.app4mc.amalthea.converters072.tests.PropertyConstraintsConverterTest) Time elapsed: 0.042 s testConversion[1: Test file: /property-constraints/case2/AMALTHEA_Democar_MappingExample-without-hwmodel.amxmi](org.eclipse.app4mc.amalthea.converters072.tests.PropertyConstraintsConverterTest) Time elapsed: 0.031 s verification[1: Test file: /property-constraints/case2/AMALTHEA_Democar_MappingExample-without-hwmodel.amxmi](org.eclipse.app4mc.amalthea.converters072.tests.PropertyConstraintsConverterTest) Time elapsed: 0.009 s Running org.eclipse.app4mc.amalthea.converters072.tests.StimuliConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.app4mc.amalthea.converters072.tests.StimuliConverterTest testConversion[0: Test file: /stimuli/stimuli.amxmi](org.eclipse.app4mc.amalthea.converters072.tests.StimuliConverterTest) Time elapsed: 0.026 s verification[0: Test file: /stimuli/stimuli.amxmi](org.eclipse.app4mc.amalthea.converters072.tests.StimuliConverterTest) Time elapsed: 0.008 s Running org.eclipse.app4mc.amalthea.converters072.tests.ConfigConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.app4mc.amalthea.converters072.tests.ConfigConverterTest testConversion[0: Test file: /config/config.amxmi](org.eclipse.app4mc.amalthea.converters072.tests.ConfigConverterTest) Time elapsed: 0.003 s verification[0: Test file: /config/config.amxmi](org.eclipse.app4mc.amalthea.converters072.tests.ConfigConverterTest) Time elapsed: 0.002 s Running org.eclipse.app4mc.amalthea.converters072.tests.CommonElementsConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.app4mc.amalthea.converters072.tests.CommonElementsConverterTest testConversion[0: Test file: /common-elements/common-elements.amxmi](org.eclipse.app4mc.amalthea.converters072.tests.CommonElementsConverterTest) Time elapsed: 0.046 s verification[0: Test file: /common-elements/common-elements.amxmi](org.eclipse.app4mc.amalthea.converters072.tests.CommonElementsConverterTest) Time elapsed: 0.008 s Running org.eclipse.app4mc.amalthea.converters072.tests.SwConverterTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.app4mc.amalthea.converters072.tests.SwConverterTest testConversion[0: Test file: /sw/sw.amxmi](org.eclipse.app4mc.amalthea.converters072.tests.SwConverterTest) Time elapsed: 0.006 s verification[0: Test file: /sw/sw.amxmi](org.eclipse.app4mc.amalthea.converters072.tests.SwConverterTest) Time elapsed: 0.002 s testConversion[1: Test file: /sw/preemption/sw.amxmi](org.eclipse.app4mc.amalthea.converters072.tests.SwConverterTest) Time elapsed: 0.003 s verification[1: Test file: /sw/preemption/sw.amxmi](org.eclipse.app4mc.amalthea.converters072.tests.SwConverterTest) Time elapsed: 0.001 s testConversion[2: Test file: /sw/instructions/instructions.amxmi](org.eclipse.app4mc.amalthea.converters072.tests.SwConverterTest) Time elapsed: 0.003 s verification[2: Test file: /sw/instructions/instructions.amxmi](org.eclipse.app4mc.amalthea.converters072.tests.SwConverterTest) Time elapsed: 0.001 s testConversion[3: Test file: /sw/samplingtype/sw.amxmi](org.eclipse.app4mc.amalthea.converters072.tests.SwConverterTest) Time elapsed: 0.004 s verification[3: Test file: /sw/samplingtype/sw.amxmi](org.eclipse.app4mc.amalthea.converters072.tests.SwConverterTest) Time elapsed: 0.001 s Running org.eclipse.app4mc.amalthea.converters072.tests.ConstraintsConverterTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.app4mc.amalthea.converters072.tests.ConstraintsConverterTest testConversion[0: Test file: /constraints/constraints.amxmi](org.eclipse.app4mc.amalthea.converters072.tests.ConstraintsConverterTest) Time elapsed: 0.003 s verification[0: Test file: /constraints/constraints.amxmi](org.eclipse.app4mc.amalthea.converters072.tests.ConstraintsConverterTest) Time elapsed: 0.001 s testConversion[1: Test file: /constraints/targetProcess_callsequence/constraints.amxmi](org.eclipse.app4mc.amalthea.converters072.tests.ConstraintsConverterTest) Time elapsed: 0.002 s verification[1: Test file: /constraints/targetProcess_callsequence/constraints.amxmi](org.eclipse.app4mc.amalthea.converters072.tests.ConstraintsConverterTest) Time elapsed: 0.001 s Running org.eclipse.app4mc.amalthea.converters072.tests.OSConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.app4mc.amalthea.converters072.tests.OSConverterTest testConversion[0: Test file: /osmodel/osmodel.amxmi](org.eclipse.app4mc.amalthea.converters072.tests.OSConverterTest) Time elapsed: 0.004 s verification[0: Test file: /osmodel/osmodel.amxmi](org.eclipse.app4mc.amalthea.converters072.tests.OSConverterTest) Time elapsed: 0.001 s Running org.eclipse.app4mc.amalthea.converters072.tests.NamespaceConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.app4mc.amalthea.converters072.tests.NamespaceConverterTest testConversion[0: Test file: /namespace/AMALTHEA_Democar.amxmi](org.eclipse.app4mc.amalthea.converters072.tests.NamespaceConverterTest) Time elapsed: 0.018 s verification[0: Test file: /namespace/AMALTHEA_Democar.amxmi](org.eclipse.app4mc.amalthea.converters072.tests.NamespaceConverterTest) Time elapsed: 0.006 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.0.0-SNAPSHOT [32/61] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.080.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.080.tests --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.080.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.080.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.080.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.080.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.080.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.080.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.080.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.080.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.080.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.080.tests/target/org.eclipse.app4mc.amalthea.converters.080.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.080.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.080.tests/target/org.eclipse.app4mc.amalthea.converters.080.tests-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.080.tests/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.080.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.080.tests/target/org.eclipse.app4mc.amalthea.converters.080.tests-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.080.tests/target/org.eclipse.app4mc.amalthea.converters.080.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.080.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.080.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.080.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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-master-release/tests/org.eclipse.app4mc.amalthea.converters.080.tests/target/surefire.properties] Running org.eclipse.app4mc.amalthea.converters080.tests.SignedTimeConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 s - in org.eclipse.app4mc.amalthea.converters080.tests.SignedTimeConverterTest testConversion[0: Test data ID: ModeLabel. Description : Migration of Models containing SignedTime](org.eclipse.app4mc.amalthea.converters080.tests.SignedTimeConverterTest) Time elapsed: 0.077 s verification[0: Test data ID: ModeLabel. Description : Migration of Models containing SignedTime](org.eclipse.app4mc.amalthea.converters080.tests.SignedTimeConverterTest) Time elapsed: 0.003 s Running org.eclipse.app4mc.amalthea.converters080.tests.SwConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.003 s - in org.eclipse.app4mc.amalthea.converters080.tests.SwConverterTest testConversion[0: Test data ID: ModeLabel. Description : Migration of Models containing SW Model](org.eclipse.app4mc.amalthea.converters080.tests.SwConverterTest) skipped verification[0: Test data ID: ModeLabel. Description : Migration of Models containing SW Model](org.eclipse.app4mc.amalthea.converters080.tests.SwConverterTest) skipped Running org.eclipse.app4mc.amalthea.converters080.tests.PropertyConstraintsConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.app4mc.amalthea.converters080.tests.PropertyConstraintsConverterTest testConversion[0: Test data ID: Models with PropertyConstraints. Description : Migration of Models containing PropertyConstraints](org.eclipse.app4mc.amalthea.converters080.tests.PropertyConstraintsConverterTest) Time elapsed: 0.009 s verification[0: Test data ID: Models with PropertyConstraints. Description : Migration of Models containing PropertyConstraints](org.eclipse.app4mc.amalthea.converters080.tests.PropertyConstraintsConverterTest) Time elapsed: 0.004 s Running org.eclipse.app4mc.amalthea.converters080.tests.DataSizeConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.app4mc.amalthea.converters080.tests.DataSizeConverterTest testConversion[0: Test data ID: Models with DataSize. Description : Migration of Models containing DataSize](org.eclipse.app4mc.amalthea.converters080.tests.DataSizeConverterTest) Time elapsed: 0.011 s verification[0: Test data ID: Models with DataSize. Description : Migration of Models containing DataSize](org.eclipse.app4mc.amalthea.converters080.tests.DataSizeConverterTest) Time elapsed: 0.005 s Running org.eclipse.app4mc.amalthea.converters080.tests.NamespaceConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.app4mc.amalthea.converters080.tests.NamespaceConverterTest testConversion[0: Test file: /namespace/AMALTHEA_Democar.amxmi](org.eclipse.app4mc.amalthea.converters080.tests.NamespaceConverterTest) Time elapsed: 0.066 s verification[0: Test file: /namespace/AMALTHEA_Democar.amxmi](org.eclipse.app4mc.amalthea.converters080.tests.NamespaceConverterTest) Time elapsed: 0.011 s Running org.eclipse.app4mc.amalthea.converters080.tests.RootElementConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.app4mc.amalthea.converters080.tests.RootElementConverterTest testConversion[0: Test file: /rootElementConverter/commonElements.amxmi](org.eclipse.app4mc.amalthea.converters080.tests.RootElementConverterTest) Time elapsed: 0.003 s verification[0: Test file: /rootElementConverter/commonElements.amxmi](org.eclipse.app4mc.amalthea.converters080.tests.RootElementConverterTest) Time elapsed: 0.002 s Running org.eclipse.app4mc.amalthea.converters080.tests.ProbabilitySwitchConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.app4mc.amalthea.converters080.tests.ProbabilitySwitchConverterTest testConversion[0: Test data ID: Models with ProbabilitySwitch. Description : Migration of Models containing probabilitySwitch](org.eclipse.app4mc.amalthea.converters080.tests.ProbabilitySwitchConverterTest) Time elapsed: 0.004 s verification[0: Test data ID: Models with ProbabilitySwitch. Description : Migration of Models containing probabilitySwitch](org.eclipse.app4mc.amalthea.converters080.tests.ProbabilitySwitchConverterTest) Time elapsed: 0.001 s Running org.eclipse.app4mc.amalthea.converters080.tests.OSConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.app4mc.amalthea.converters080.tests.OSConverterTest testConversion[0: Test data ID: Models with OS Model. Description : Migration of Models containing OS Model](org.eclipse.app4mc.amalthea.converters080.tests.OSConverterTest) Time elapsed: 0.004 s verification[0: Test data ID: Models with OS Model. Description : Migration of Models containing OS Model](org.eclipse.app4mc.amalthea.converters080.tests.OSConverterTest) 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 testConversion[0: Test data ID: ModeLabel. Description : Migration of Models containing AbstractElementMapping](org.eclipse.app4mc.amalthea.converters080.tests.MappingConverterTest) Time elapsed: 0.004 s verification[0: Test data ID: ModeLabel. Description : Migration of Models containing AbstractElementMapping](org.eclipse.app4mc.amalthea.converters080.tests.MappingConverterTest) Time elapsed: 0.002 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.0.0-SNAPSHOT [33/61] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.081.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.081.tests --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.081.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.081.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.081.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.081.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.081.tests --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.081.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.081.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.081.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.081.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.081.tests/target/org.eclipse.app4mc.amalthea.converters.081.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.081.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.081.tests/target/org.eclipse.app4mc.amalthea.converters.081.tests-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.081.tests/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.081.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.081.tests/target/org.eclipse.app4mc.amalthea.converters.081.tests-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.081.tests/target/org.eclipse.app4mc.amalthea.converters.081.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.081.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.081.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.081.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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-master-release/tests/org.eclipse.app4mc.amalthea.converters.081.tests/target/surefire.properties] Running org.eclipse.app4mc.amalthea.converters081.tests.OSSchedulingConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s - in org.eclipse.app4mc.amalthea.converters081.tests.OSSchedulingConverterTest testConversion[0: Test data ID: AMXMI with OS (Schedulers) Models. Description : Migration of Models containing OS Model](org.eclipse.app4mc.amalthea.converters081.tests.OSSchedulingConverterTest) Time elapsed: 0.084 s verification[0: Test data ID: AMXMI with OS (Schedulers) Models. Description : Migration of Models containing OS Model](org.eclipse.app4mc.amalthea.converters081.tests.OSSchedulingConverterTest) Time elapsed: 0.017 s Running org.eclipse.app4mc.amalthea.converters081.tests.StimuliConverterTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in 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)](org.eclipse.app4mc.amalthea.converters081.tests.StimuliConverterTest) Time elapsed: 0.009 s verification[0: Test data ID: Models with Stimuli Model (Containing ModeValueListEntry elements). Description : Migration of Amalthea models containing Stimuli model(Containing ModeValueListEntry elements)](org.eclipse.app4mc.amalthea.converters081.tests.StimuliConverterTest) Time elapsed: 0.003 s testConversion[1: Test data ID: Models with Stimuli Model (Containing EventStimulus elements). Description : Migration of Amalthea models containing Stimulus model(Containing EventStimulus elements)](org.eclipse.app4mc.amalthea.converters081.tests.StimuliConverterTest) Time elapsed: 0.016 s verification[1: Test data ID: Models with Stimuli Model (Containing EventStimulus elements). Description : Migration of Amalthea models containing Stimulus model(Containing EventStimulus elements)](org.eclipse.app4mc.amalthea.converters081.tests.StimuliConverterTest) Time elapsed: 0.005 s Running org.eclipse.app4mc.amalthea.converters081.tests.ConstraintsConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.app4mc.amalthea.converters081.tests.ConstraintsConverterTest testConversion[0: Test data ID: Models with Constraint Model. Description : Migration of Models containing Constraints Model](org.eclipse.app4mc.amalthea.converters081.tests.ConstraintsConverterTest) Time elapsed: 0.062 s verification[0: Test data ID: Models with Constraint Model. Description : Migration of Models containing Constraints Model](org.eclipse.app4mc.amalthea.converters081.tests.ConstraintsConverterTest) Time elapsed: 0.022 s Running org.eclipse.app4mc.amalthea.converters081.tests.HwConverterTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.app4mc.amalthea.converters081.tests.HwConverterTest testConversion[0: Test data ID: Models with HW Model. Description : Migration of Models containing HW Model](org.eclipse.app4mc.amalthea.converters081.tests.HwConverterTest) Time elapsed: 0.003 s verification[0: Test data ID: Models with HW Model. Description : Migration of Models containing HW Model](org.eclipse.app4mc.amalthea.converters081.tests.HwConverterTest) Time elapsed: 0.035 s testConversion[1: Test data ID: Models with HW Model (containing Quartz). Description : Migration of Models containing Quartz in HW Model](org.eclipse.app4mc.amalthea.converters081.tests.HwConverterTest) Time elapsed: 0.003 s verification[1: Test data ID: Models with HW Model (containing Quartz). Description : Migration of Models containing Quartz in HW Model](org.eclipse.app4mc.amalthea.converters081.tests.HwConverterTest) Time elapsed: 0.002 s Running org.eclipse.app4mc.amalthea.converters081.tests.OSMappingConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in 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](org.eclipse.app4mc.amalthea.converters081.tests.OSMappingConverterTest) Time elapsed: 0.007 s verification[0: Test data ID: AMXMI with OS and Mapping Models. Description : Migration of Models containing OS and Mapping Models](org.eclipse.app4mc.amalthea.converters081.tests.OSMappingConverterTest) Time elapsed: 0.01 s Running org.eclipse.app4mc.amalthea.converters081.tests.SwConverterTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.app4mc.amalthea.converters081.tests.SwConverterTest testConversion[0: Test data ID: Models with SW Model. Description : Migration of Amalthea models containing SW Model ](org.eclipse.app4mc.amalthea.converters081.tests.SwConverterTest) Time elapsed: 0.005 s verification[0: Test data ID: Models with SW Model. Description : Migration of Amalthea models containing SW Model ](org.eclipse.app4mc.amalthea.converters081.tests.SwConverterTest) Time elapsed: 0.003 s 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)](org.eclipse.app4mc.amalthea.converters081.tests.SwConverterTest) Time elapsed: 0.002 s 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)](org.eclipse.app4mc.amalthea.converters081.tests.SwConverterTest) Time elapsed: 0.001 s testConversion[2: Test data ID: Models with Activations & Triggers. Description : Migration of Amalthea models containing PeriodicActivation's & EventActivation's](org.eclipse.app4mc.amalthea.converters081.tests.SwConverterTest) Time elapsed: 0.004 s verification[2: Test data ID: Models with Activations & Triggers. Description : Migration of Amalthea models containing PeriodicActivation's & EventActivation's](org.eclipse.app4mc.amalthea.converters081.tests.SwConverterTest) Time elapsed: 0.003 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.0.0-SNAPSHOT [34/61] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.082.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.082.tests --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.082.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.082.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.082.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.082.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.082.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.082.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.082.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.082.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.082.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.082.tests/target/org.eclipse.app4mc.amalthea.converters.082.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.082.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.082.tests/target/org.eclipse.app4mc.amalthea.converters.082.tests-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.082.tests/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.082.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.082.tests/target/org.eclipse.app4mc.amalthea.converters.082.tests-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.082.tests/target/org.eclipse.app4mc.amalthea.converters.082.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.082.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.082.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.082.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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-master-release/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.191 s - in org.eclipse.app4mc.amalthea.converters082.tests.NamespaceConverterTest testConversion[0: Test file: /namespace/hw.amxmi](org.eclipse.app4mc.amalthea.converters082.tests.NamespaceConverterTest) Time elapsed: 0.122 s verification[0: Test file: /namespace/hw.amxmi](org.eclipse.app4mc.amalthea.converters082.tests.NamespaceConverterTest) Time elapsed: 0.009 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.0.0-SNAPSHOT [35/61] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.083.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.083.tests --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.083.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.083.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.083.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.083.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.083.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.083.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.083.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.083.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.083.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.083.tests/target/org.eclipse.app4mc.amalthea.converters.083.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.083.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.083.tests/target/org.eclipse.app4mc.amalthea.converters.083.tests-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.083.tests/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.083.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.083.tests/target/org.eclipse.app4mc.amalthea.converters.083.tests-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.083.tests/target/org.eclipse.app4mc.amalthea.converters.083.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.083.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.083.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.083.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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-master-release/tests/org.eclipse.app4mc.amalthea.converters.083.tests/target/surefire.properties] Running org.eclipse.app4mc.amalthea.converters083.tests.NamespaceConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s - in org.eclipse.app4mc.amalthea.converters083.tests.NamespaceConverterTest testConversion[0: Test file: /namespace/hw.amxmi](org.eclipse.app4mc.amalthea.converters083.tests.NamespaceConverterTest) Time elapsed: 0.077 s verification[0: Test file: /namespace/hw.amxmi](org.eclipse.app4mc.amalthea.converters083.tests.NamespaceConverterTest) Time elapsed: 0.004 s Running org.eclipse.app4mc.amalthea.converters083.tests.SwConverterTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s - in org.eclipse.app4mc.amalthea.converters083.tests.SwConverterTest testConversion[0: Test file: /sw/model.amxmi](org.eclipse.app4mc.amalthea.converters083.tests.SwConverterTest) Time elapsed: 0.104 s verification[0: Test file: /sw/model.amxmi](org.eclipse.app4mc.amalthea.converters083.tests.SwConverterTest) Time elapsed: 0.064 s testConversion[1: Test file: /sw/model_ports.amxmi](org.eclipse.app4mc.amalthea.converters083.tests.SwConverterTest) Time elapsed: 0.021 s verification[1: Test file: /sw/model_ports.amxmi](org.eclipse.app4mc.amalthea.converters083.tests.SwConverterTest) Time elapsed: 0.011 s Running org.eclipse.app4mc.amalthea.converters083.tests.StimuliConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.app4mc.amalthea.converters083.tests.StimuliConverterTest testConversion[0: Test file: /stimuli/model.amxmi](org.eclipse.app4mc.amalthea.converters083.tests.StimuliConverterTest) Time elapsed: 0.011 s verification[0: Test file: /stimuli/model.amxmi](org.eclipse.app4mc.amalthea.converters083.tests.StimuliConverterTest) Time elapsed: 0.005 s Running org.eclipse.app4mc.amalthea.converters083.tests.ComponentsModelConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.app4mc.amalthea.converters083.tests.ComponentsModelConverterTest testConversion[0: Test file: /componentModel/model.amxmi](org.eclipse.app4mc.amalthea.converters083.tests.ComponentsModelConverterTest) Time elapsed: 0.041 s verification[0: Test file: /componentModel/model.amxmi](org.eclipse.app4mc.amalthea.converters083.tests.ComponentsModelConverterTest) Time elapsed: 0.009 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.0.0-SNAPSHOT [36/61] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.090.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.090.tests --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.090.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.090.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.090.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.090.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.090.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.090.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.090.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.090.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.090.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.090.tests/target/org.eclipse.app4mc.amalthea.converters.090.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.090.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.090.tests/target/org.eclipse.app4mc.amalthea.converters.090.tests-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.090.tests/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.090.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.090.tests/target/org.eclipse.app4mc.amalthea.converters.090.tests-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.090.tests/target/org.eclipse.app4mc.amalthea.converters.090.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.090.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.090.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.090.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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-master-release/tests/org.eclipse.app4mc.amalthea.converters.090.tests/target/surefire.properties] Running org.eclipse.app4mc.amalthea.converters090.tests.HWConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s - in org.eclipse.app4mc.amalthea.converters090.tests.HWConverterTest testConversion[0: Test file: /hw/hwMigrationExample.amxmi](org.eclipse.app4mc.amalthea.converters090.tests.HWConverterTest) Time elapsed: 0.117 s verification[0: Test file: /hw/hwMigrationExample.amxmi](org.eclipse.app4mc.amalthea.converters090.tests.HWConverterTest) Time elapsed: 0.008 s Running org.eclipse.app4mc.amalthea.converters090.tests.HWReferencesConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.app4mc.amalthea.converters090.tests.HWReferencesConverterTest testConversion[0: Test file: /hw_references/refsModel.amxmi](org.eclipse.app4mc.amalthea.converters090.tests.HWReferencesConverterTest) Time elapsed: 0.018 s verification[0: Test file: /hw_references/refsModel.amxmi](org.eclipse.app4mc.amalthea.converters090.tests.HWReferencesConverterTest) Time elapsed: 0.004 s Running org.eclipse.app4mc.amalthea.converters090.tests.NamespaceConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.app4mc.amalthea.converters090.tests.NamespaceConverterTest testConversion[0: Test file: /namespace/model.amxmi](org.eclipse.app4mc.amalthea.converters090.tests.NamespaceConverterTest) Time elapsed: 0.003 s verification[0: Test file: /namespace/model.amxmi](org.eclipse.app4mc.amalthea.converters090.tests.NamespaceConverterTest) Time elapsed: 0.001 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.0.0-SNAPSHOT [37/61] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.091.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.091.tests --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.091.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.091.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.091.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.091.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.091.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.091.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.091.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.091.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.091.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.091.tests/target/org.eclipse.app4mc.amalthea.converters.091.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.091.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.091.tests/target/org.eclipse.app4mc.amalthea.converters.091.tests-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.091.tests/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.091.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.091.tests/target/org.eclipse.app4mc.amalthea.converters.091.tests-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.091.tests/target/org.eclipse.app4mc.amalthea.converters.091.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.091.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.091.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.091.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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-master-release/tests/org.eclipse.app4mc.amalthea.converters.091.tests/target/surefire.properties] Running org.eclipse.app4mc.amalthea.converters091.tests.CustomPropertiesConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s - in org.eclipse.app4mc.amalthea.converters091.tests.CustomPropertiesConverterTest testConversion[0: Test file: /customproperties/model.amxmi](org.eclipse.app4mc.amalthea.converters091.tests.CustomPropertiesConverterTest) Time elapsed: 0.077 s verification[0: Test file: /customproperties/model.amxmi](org.eclipse.app4mc.amalthea.converters091.tests.CustomPropertiesConverterTest) Time elapsed: 0.008 s Running org.eclipse.app4mc.amalthea.converters091.tests.NamespaceConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.app4mc.amalthea.converters091.tests.NamespaceConverterTest testConversion[0: Test file: /namespace/model.amxmi](org.eclipse.app4mc.amalthea.converters091.tests.NamespaceConverterTest) Time elapsed: 0.003 s verification[0: Test file: /namespace/model.amxmi](org.eclipse.app4mc.amalthea.converters091.tests.NamespaceConverterTest) Time elapsed: 0.001 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.0.0-SNAPSHOT [38/61] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.092.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.092.tests --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.092.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.092.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.092.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.092.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.092.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.092.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.092.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.092.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.092.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.092.tests/target/org.eclipse.app4mc.amalthea.converters.092.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.092.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.092.tests/target/org.eclipse.app4mc.amalthea.converters.092.tests-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.092.tests/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.092.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.092.tests/target/org.eclipse.app4mc.amalthea.converters.092.tests-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.092.tests/target/org.eclipse.app4mc.amalthea.converters.092.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.092.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.092.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.092.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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-master-release/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.171 s - in org.eclipse.app4mc.amalthea.converters092.tests.NamespaceConverterTest testConversion[0: Test file: /namespace/model.amxmi](org.eclipse.app4mc.amalthea.converters092.tests.NamespaceConverterTest) Time elapsed: 0.087 s verification[0: Test file: /namespace/model.amxmi](org.eclipse.app4mc.amalthea.converters092.tests.NamespaceConverterTest) 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.0.0-SNAPSHOT [39/61] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.093.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.093.tests --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.093.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.093.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.093.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.093.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.093.tests --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.093.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.093.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.093.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.093.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.093.tests/target/org.eclipse.app4mc.amalthea.converters.093.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.093.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.093.tests/target/org.eclipse.app4mc.amalthea.converters.093.tests-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.093.tests/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.093.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.093.tests/target/org.eclipse.app4mc.amalthea.converters.093.tests-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.093.tests/target/org.eclipse.app4mc.amalthea.converters.093.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.093.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.093.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.093.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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-master-release/tests/org.eclipse.app4mc.amalthea.converters.093.tests/target/surefire.properties] Running org.eclipse.app4mc.amalthea.converters093.tests.NamespaceConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s - in org.eclipse.app4mc.amalthea.converters093.tests.NamespaceConverterTest testConversion[0: Test file: /namespace/model.amxmi](org.eclipse.app4mc.amalthea.converters093.tests.NamespaceConverterTest) Time elapsed: 0.086 s verification[0: Test file: /namespace/model.amxmi](org.eclipse.app4mc.amalthea.converters093.tests.NamespaceConverterTest) 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.022 s - in org.eclipse.app4mc.amalthea.converters093.tests.MeasurementConverterTest testConversion[0: Test file: /measurement/measurement.amxmi](org.eclipse.app4mc.amalthea.converters093.tests.MeasurementConverterTest) Time elapsed: 0.017 s verification[0: Test file: /measurement/measurement.amxmi](org.eclipse.app4mc.amalthea.converters093.tests.MeasurementConverterTest) Time elapsed: 0.002 s Running org.eclipse.app4mc.amalthea.converters093.tests.ActivationConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.app4mc.amalthea.converters093.tests.ActivationConverterTest testConversion[0: Test file: /activations/default.amxmi](org.eclipse.app4mc.amalthea.converters093.tests.ActivationConverterTest) Time elapsed: 0.009 s verification[0: Test file: /activations/default.amxmi](org.eclipse.app4mc.amalthea.converters093.tests.ActivationConverterTest) Time elapsed: 0.003 s Running org.eclipse.app4mc.amalthea.converters093.tests.ExecutionNeedDeviationConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.app4mc.amalthea.converters093.tests.ExecutionNeedDeviationConverterTest testConversion[0: Test file: /executionNeed_deviation/executionNeed_deviation.amxmi](org.eclipse.app4mc.amalthea.converters093.tests.ExecutionNeedDeviationConverterTest) Time elapsed: 0.054 s verification[0: Test file: /executionNeed_deviation/executionNeed_deviation.amxmi](org.eclipse.app4mc.amalthea.converters093.tests.ExecutionNeedDeviationConverterTest) Time elapsed: 0.004 s Running org.eclipse.app4mc.amalthea.converters093.tests.HwConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.app4mc.amalthea.converters093.tests.HwConverterTest testConversion[0: Test file: /hwLatency/hw.amxmi](org.eclipse.app4mc.amalthea.converters093.tests.HwConverterTest) Time elapsed: 0.011 s verification[0: Test file: /hwLatency/hw.amxmi](org.eclipse.app4mc.amalthea.converters093.tests.HwConverterTest) Time elapsed: 0.004 s Running org.eclipse.app4mc.amalthea.converters093.tests.TransmissionPolicyConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.app4mc.amalthea.converters093.tests.TransmissionPolicyConverterTest testConversion[0: Test file: /transmissionPolicy/default.amxmi](org.eclipse.app4mc.amalthea.converters093.tests.TransmissionPolicyConverterTest) Time elapsed: 0.005 s verification[0: Test file: /transmissionPolicy/default.amxmi](org.eclipse.app4mc.amalthea.converters093.tests.TransmissionPolicyConverterTest) Time elapsed: 0.003 s Running org.eclipse.app4mc.amalthea.converters093.tests.StimuliConverterTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.app4mc.amalthea.converters093.tests.StimuliConverterTest testConversion[0: Test file: /stimuli/default.amxmi](org.eclipse.app4mc.amalthea.converters093.tests.StimuliConverterTest) Time elapsed: 0.006 s verification[0: Test file: /stimuli/default.amxmi](org.eclipse.app4mc.amalthea.converters093.tests.StimuliConverterTest) Time elapsed: 0.002 s testConversion[1: Test file: /stimuli/stimulus.amxmi](org.eclipse.app4mc.amalthea.converters093.tests.StimuliConverterTest) Time elapsed: 0.004 s verification[1: Test file: /stimuli/stimulus.amxmi](org.eclipse.app4mc.amalthea.converters093.tests.StimuliConverterTest) 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.014 s - in org.eclipse.app4mc.amalthea.converters093.tests.OsConverterTest testConversion[0: Test file: /os_instructions/instructionsExample.amxmi](org.eclipse.app4mc.amalthea.converters093.tests.OsConverterTest) Time elapsed: 0.01 s verification[0: Test file: /os_instructions/instructionsExample.amxmi](org.eclipse.app4mc.amalthea.converters093.tests.OsConverterTest) Time elapsed: 0.003 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.0.0-SNAPSHOT [40/61] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.094.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.094.tests --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.094.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.094.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.094.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.094.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.094.tests --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.094.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.094.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.094.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.094.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.094.tests/target/org.eclipse.app4mc.amalthea.converters.094.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.094.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.094.tests/target/org.eclipse.app4mc.amalthea.converters.094.tests-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.094.tests/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.094.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.094.tests/target/org.eclipse.app4mc.amalthea.converters.094.tests-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.094.tests/target/org.eclipse.app4mc.amalthea.converters.094.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.094.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.094.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.094.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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-master-release/tests/org.eclipse.app4mc.amalthea.converters.094.tests/target/surefire.properties] Running org.eclipse.app4mc.amalthea.converters094.tests.RunnableConverterTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s - in org.eclipse.app4mc.amalthea.converters094.tests.RunnableConverterTest testConversion[0: Test file: /swModel/runnable-deadline/runnable.amxmi](org.eclipse.app4mc.amalthea.converters094.tests.RunnableConverterTest) Time elapsed: 0.103 s verification[0: Test file: /swModel/runnable-deadline/runnable.amxmi](org.eclipse.app4mc.amalthea.converters094.tests.RunnableConverterTest) Time elapsed: 0.004 s testConversion[1: Test file: /swModel/runnable-deadline/runnable2.amxmi](org.eclipse.app4mc.amalthea.converters094.tests.RunnableConverterTest) Time elapsed: 0.004 s verification[1: Test file: /swModel/runnable-deadline/runnable2.amxmi](org.eclipse.app4mc.amalthea.converters094.tests.RunnableConverterTest) 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.026 s - in org.eclipse.app4mc.amalthea.converters094.tests.NamespaceConverterTest testConversion[0: Test file: /namespace/model.amxmi](org.eclipse.app4mc.amalthea.converters094.tests.NamespaceConverterTest) Time elapsed: 0.003 s verification[0: Test file: /namespace/model.amxmi](org.eclipse.app4mc.amalthea.converters094.tests.NamespaceConverterTest) Time elapsed: 0.022 s Running org.eclipse.app4mc.amalthea.converters094.tests.HwConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.app4mc.amalthea.converters094.tests.HwConverterTest testConversion[0: Test file: /hwModel/hw.amxmi](org.eclipse.app4mc.amalthea.converters094.tests.HwConverterTest) Time elapsed: 0.004 s verification[0: Test file: /hwModel/hw.amxmi](org.eclipse.app4mc.amalthea.converters094.tests.HwConverterTest) 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.01 s - in org.eclipse.app4mc.amalthea.converters094.tests.DatatypeConverterTest testConversion[0: Test file: /swModel/datatype-mapping/mapping.amxmi](org.eclipse.app4mc.amalthea.converters094.tests.DatatypeConverterTest) Time elapsed: 0.006 s verification[0: Test file: /swModel/datatype-mapping/mapping.amxmi](org.eclipse.app4mc.amalthea.converters094.tests.DatatypeConverterTest) Time elapsed: 0.001 s Running org.eclipse.app4mc.amalthea.converters094.tests.ModeAndModeLabelConverterTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.app4mc.amalthea.converters094.tests.ModeAndModeLabelConverterTest testConversion[0: Test file: /swModel/mode-labels/mode-labels.amxmi](org.eclipse.app4mc.amalthea.converters094.tests.ModeAndModeLabelConverterTest) Time elapsed: 0.008 s verification[0: Test file: /swModel/mode-labels/mode-labels.amxmi](org.eclipse.app4mc.amalthea.converters094.tests.ModeAndModeLabelConverterTest) Time elapsed: 0.002 s testConversion[1: Test file: /swModel/mode-labels/mode-labels2.amxmi](org.eclipse.app4mc.amalthea.converters094.tests.ModeAndModeLabelConverterTest) Time elapsed: 0.004 s verification[1: Test file: /swModel/mode-labels/mode-labels2.amxmi](org.eclipse.app4mc.amalthea.converters094.tests.ModeAndModeLabelConverterTest) Time elapsed: 0.002 s testConversion[2: Test file: /swModel/mode-labels/modes.amxmi](org.eclipse.app4mc.amalthea.converters094.tests.ModeAndModeLabelConverterTest) Time elapsed: 0.002 s verification[2: Test file: /swModel/mode-labels/modes.amxmi](org.eclipse.app4mc.amalthea.converters094.tests.ModeAndModeLabelConverterTest) Time elapsed: 0.001 s Running org.eclipse.app4mc.amalthea.converters094.tests.ModeConditionConverterTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.app4mc.amalthea.converters094.tests.ModeConditionConverterTest testConversion[0: Test file: /swModel/mode-conditions/conditions.amxmi](org.eclipse.app4mc.amalthea.converters094.tests.ModeConditionConverterTest) Time elapsed: 0.037 s verification[0: Test file: /swModel/mode-conditions/conditions.amxmi](org.eclipse.app4mc.amalthea.converters094.tests.ModeConditionConverterTest) Time elapsed: 0.003 s testConversion[1: Test file: /swModel/mode-conditions/modes2.amxmi](org.eclipse.app4mc.amalthea.converters094.tests.ModeConditionConverterTest) Time elapsed: 0.002 s verification[1: Test file: /swModel/mode-conditions/modes2.amxmi](org.eclipse.app4mc.amalthea.converters094.tests.ModeConditionConverterTest) 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.0.0-SNAPSHOT [41/61] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.095.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.095.tests --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.095.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.095.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.095.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.095.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.095.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.095.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.095.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.095.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.095.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.095.tests/target/org.eclipse.app4mc.amalthea.converters.095.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.095.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.095.tests/target/org.eclipse.app4mc.amalthea.converters.095.tests-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.095.tests/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.095.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.095.tests/target/org.eclipse.app4mc.amalthea.converters.095.tests-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.095.tests/target/org.eclipse.app4mc.amalthea.converters.095.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.095.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.095.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.095.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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-master-release/tests/org.eclipse.app4mc.amalthea.converters.095.tests/target/surefire.properties] Running org.eclipse.app4mc.amalthea.converters095.tests.NamespaceConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s - in org.eclipse.app4mc.amalthea.converters095.tests.NamespaceConverterTest testConversion[0: Test file: /namespace/model.amxmi](org.eclipse.app4mc.amalthea.converters095.tests.NamespaceConverterTest) Time elapsed: 0.081 s verification[0: Test file: /namespace/model.amxmi](org.eclipse.app4mc.amalthea.converters095.tests.NamespaceConverterTest) Time elapsed: 0.002 s Running org.eclipse.app4mc.amalthea.converters095.tests.StimuliConverterTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.app4mc.amalthea.converters095.tests.StimuliConverterTest testConversion[0: Test file: /democar/democar.amxmi](org.eclipse.app4mc.amalthea.converters095.tests.StimuliConverterTest) Time elapsed: 0.074 s verification[0: Test file: /democar/democar.amxmi](org.eclipse.app4mc.amalthea.converters095.tests.StimuliConverterTest) Time elapsed: 0.013 s testConversion[1: Test file: /stimuli/model.amxmi](org.eclipse.app4mc.amalthea.converters095.tests.StimuliConverterTest) Time elapsed: 0.006 s verification[1: Test file: /stimuli/model.amxmi](org.eclipse.app4mc.amalthea.converters095.tests.StimuliConverterTest) 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.036 s - in org.eclipse.app4mc.amalthea.converters095.tests.SwConverterTest testConversion[0: Test file: /democar/democar.amxmi](org.eclipse.app4mc.amalthea.converters095.tests.SwConverterTest) Time elapsed: 0.023 s verification[0: Test file: /democar/democar.amxmi](org.eclipse.app4mc.amalthea.converters095.tests.SwConverterTest) Time elapsed: 0.008 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.0.0-SNAPSHOT [42/61] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.096.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.096.tests --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.096.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.096.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.096.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.096.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.096.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.096.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.096.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.096.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.096.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.096.tests/target/org.eclipse.app4mc.amalthea.converters.096.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.096.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.096.tests/target/org.eclipse.app4mc.amalthea.converters.096.tests-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.096.tests/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.096.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.096.tests/target/org.eclipse.app4mc.amalthea.converters.096.tests-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.096.tests/target/org.eclipse.app4mc.amalthea.converters.096.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.096.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.096.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.096.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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-master-release/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.186 s - in org.eclipse.app4mc.amalthea.converters096.tests.NamespaceConverterTest testConversion[0: Test file: /namespace2/model.amxmi](org.eclipse.app4mc.amalthea.converters096.tests.NamespaceConverterTest) Time elapsed: 0.073 s verification[0: Test file: /namespace2/model.amxmi](org.eclipse.app4mc.amalthea.converters096.tests.NamespaceConverterTest) 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.116 s - in org.eclipse.app4mc.amalthea.converters096.tests.SwConverterTest testConversion[0: Test file: /democar/democar.amxmi](org.eclipse.app4mc.amalthea.converters096.tests.SwConverterTest) Time elapsed: 0.092 s verification[0: Test file: /democar/democar.amxmi](org.eclipse.app4mc.amalthea.converters096.tests.SwConverterTest) Time elapsed: 0.013 s testConversion[1: Test file: /modecondition/modecondition.amxmi](org.eclipse.app4mc.amalthea.converters096.tests.SwConverterTest) Time elapsed: 0.007 s verification[1: Test file: /modecondition/modecondition.amxmi](org.eclipse.app4mc.amalthea.converters096.tests.SwConverterTest) Time elapsed: 0.002 s Running org.eclipse.app4mc.amalthea.converters096.tests.ConstraintsConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.app4mc.amalthea.converters096.tests.ConstraintsConverterTest testConversion[0: Test file: /eventchain/democar.amxmi](org.eclipse.app4mc.amalthea.converters096.tests.ConstraintsConverterTest) Time elapsed: 0.01 s verification[0: Test file: /eventchain/democar.amxmi](org.eclipse.app4mc.amalthea.converters096.tests.ConstraintsConverterTest) Time elapsed: 0.003 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.0.0-SNAPSHOT [43/61] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.097.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.097.tests --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.097.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.097.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.097.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.097.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.097.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.097.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.097.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.097.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.097.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.097.tests/target/org.eclipse.app4mc.amalthea.converters.097.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.097.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.097.tests/target/org.eclipse.app4mc.amalthea.converters.097.tests-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.097.tests/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.097.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.097.tests/target/org.eclipse.app4mc.amalthea.converters.097.tests-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.097.tests/target/org.eclipse.app4mc.amalthea.converters.097.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.097.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.097.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.097.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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-master-release/tests/org.eclipse.app4mc.amalthea.converters.097.tests/target/surefire.properties] Running org.eclipse.app4mc.amalthea.converters097.tests.AmltModelReferencePostProcessorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s - in org.eclipse.app4mc.amalthea.converters097.tests.AmltModelReferencePostProcessorTest testConversion[0: Test file: /modelreference/model.amxmi](org.eclipse.app4mc.amalthea.converters097.tests.AmltModelReferencePostProcessorTest) Time elapsed: 0.112 s verification[0: Test file: /modelreference/model.amxmi](org.eclipse.app4mc.amalthea.converters097.tests.AmltModelReferencePostProcessorTest) Time elapsed: 0.006 s Running org.eclipse.app4mc.amalthea.converters097.tests.NamespaceConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.app4mc.amalthea.converters097.tests.NamespaceConverterTest testConversion[0: Test file: /namespace/model.amxmi](org.eclipse.app4mc.amalthea.converters097.tests.NamespaceConverterTest) Time elapsed: 0.003 s verification[0: Test file: /namespace/model.amxmi](org.eclipse.app4mc.amalthea.converters097.tests.NamespaceConverterTest) Time elapsed: 0.002 s Running org.eclipse.app4mc.amalthea.converters097.tests.ComponentsModelConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.app4mc.amalthea.converters097.tests.ComponentsModelConverterTest testConversion[0: Test file: /component/model.amxmi](org.eclipse.app4mc.amalthea.converters097.tests.ComponentsModelConverterTest) Time elapsed: 0.063 s verification[0: Test file: /component/model.amxmi](org.eclipse.app4mc.amalthea.converters097.tests.ComponentsModelConverterTest) Time elapsed: 0.008 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.0.0-SNAPSHOT [44/61] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.100.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.100.tests --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.100.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.100.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.100.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.100.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.100.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.100.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.100.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.100.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.100.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.100.tests/target/org.eclipse.app4mc.amalthea.converters.100.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.100.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.100.tests/target/org.eclipse.app4mc.amalthea.converters.100.tests-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.100.tests/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.100.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.100.tests/target/org.eclipse.app4mc.amalthea.converters.100.tests-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.100.tests/target/org.eclipse.app4mc.amalthea.converters.100.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.100.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.100.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.100.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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-master-release/tests/org.eclipse.app4mc.amalthea.converters.100.tests/target/surefire.properties] Running org.eclipse.app4mc.amalthea.converters100.tests.EventModelConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s - in org.eclipse.app4mc.amalthea.converters100.tests.EventModelConverterTest testConversion[0: Test file: /events/model.amxmi](org.eclipse.app4mc.amalthea.converters100.tests.EventModelConverterTest) Time elapsed: 0.083 s verification[0: Test file: /events/model.amxmi](org.eclipse.app4mc.amalthea.converters100.tests.EventModelConverterTest) Time elapsed: 0.003 s Running org.eclipse.app4mc.amalthea.converters100.tests.MeasurementModelConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.app4mc.amalthea.converters100.tests.MeasurementModelConverterTest testConversion[0: Test file: /measurements/model.amxmi](org.eclipse.app4mc.amalthea.converters100.tests.MeasurementModelConverterTest) Time elapsed: 0.005 s verification[0: Test file: /measurements/model.amxmi](org.eclipse.app4mc.amalthea.converters100.tests.MeasurementModelConverterTest) Time elapsed: 0.001 s Running org.eclipse.app4mc.amalthea.converters100.tests.NamespaceConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.app4mc.amalthea.converters100.tests.NamespaceConverterTest testConversion[0: Test file: /namespace/model.amxmi](org.eclipse.app4mc.amalthea.converters100.tests.NamespaceConverterTest) Time elapsed: 0.009 s verification[0: Test file: /namespace/model.amxmi](org.eclipse.app4mc.amalthea.converters100.tests.NamespaceConverterTest) Time elapsed: 0.002 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.0.0-SNAPSHOT [45/61] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.200.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.200.tests --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.200.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.200.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.200.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.200.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.200.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.200.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.200.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.200.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.200.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.200.tests/target/org.eclipse.app4mc.amalthea.converters.200.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.200.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.200.tests/target/org.eclipse.app4mc.amalthea.converters.200.tests-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.200.tests/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.200.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.200.tests/target/org.eclipse.app4mc.amalthea.converters.200.tests-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.200.tests/target/org.eclipse.app4mc.amalthea.converters.200.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.200.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.200.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.200.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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-master-release/tests/org.eclipse.app4mc.amalthea.converters.200.tests/target/surefire.properties] Running org.eclipse.app4mc.amalthea.converters200.tests.NamespaceConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.eclipse.app4mc.amalthea.converters200.tests.NamespaceConverterTest testConversion[0: Test file: /namespace/model.amxmi](org.eclipse.app4mc.amalthea.converters200.tests.NamespaceConverterTest) Time elapsed: 0.078 s verification[0: Test file: /namespace/model.amxmi](org.eclipse.app4mc.amalthea.converters200.tests.NamespaceConverterTest) Time elapsed: 0.003 s Running org.eclipse.app4mc.amalthea.converters200.tests.SchedulerConverterTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s - in org.eclipse.app4mc.amalthea.converters200.tests.SchedulerConverterTest testConversion[0: Test file: [Ljava.lang.String;@16afbd92](org.eclipse.app4mc.amalthea.converters200.tests.SchedulerConverterTest) Time elapsed: 0.044 s verification[0: Test file: [Ljava.lang.String;@16afbd92](org.eclipse.app4mc.amalthea.converters200.tests.SchedulerConverterTest) Time elapsed: 0.014 s testConversion[1: Test file: [Ljava.lang.String;@2c5d601e](org.eclipse.app4mc.amalthea.converters200.tests.SchedulerConverterTest) Time elapsed: 0.015 s verification[1: Test file: [Ljava.lang.String;@2c5d601e](org.eclipse.app4mc.amalthea.converters200.tests.SchedulerConverterTest) Time elapsed: 0.006 s testConversion[2: Test file: [Ljava.lang.String;@7fe083b1](org.eclipse.app4mc.amalthea.converters200.tests.SchedulerConverterTest) Time elapsed: 0.042 s verification[2: Test file: [Ljava.lang.String;@7fe083b1](org.eclipse.app4mc.amalthea.converters200.tests.SchedulerConverterTest) Time elapsed: 0.004 s testConversion[3: Test file: [Ljava.lang.String;@23c388c2](org.eclipse.app4mc.amalthea.converters200.tests.SchedulerConverterTest) Time elapsed: 0.009 s verification[3: Test file: [Ljava.lang.String;@23c388c2](org.eclipse.app4mc.amalthea.converters200.tests.SchedulerConverterTest) Time elapsed: 0.004 s testConversion[4: Test file: [Ljava.lang.String;@486be205](org.eclipse.app4mc.amalthea.converters200.tests.SchedulerConverterTest) Time elapsed: 0.008 s verification[4: Test file: [Ljava.lang.String;@486be205](org.eclipse.app4mc.amalthea.converters200.tests.SchedulerConverterTest) Time elapsed: 0.004 s Running org.eclipse.app4mc.amalthea.converters200.tests.ConditionConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.app4mc.amalthea.converters200.tests.ConditionConverterTest testConversion[0: Test file: /conditions/conditions.amxmi](org.eclipse.app4mc.amalthea.converters200.tests.ConditionConverterTest) Time elapsed: 0.007 s verification[0: Test file: /conditions/conditions.amxmi](org.eclipse.app4mc.amalthea.converters200.tests.ConditionConverterTest) Time elapsed: 0.004 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.0.0-SNAPSHOT [46/61] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.210.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.210.tests --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.210.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.210.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.210.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.210.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.210.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.210.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.210.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.210.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.210.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.210.tests/target/org.eclipse.app4mc.amalthea.converters.210.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.210.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.210.tests/target/org.eclipse.app4mc.amalthea.converters.210.tests-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.210.tests/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.210.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.210.tests/target/org.eclipse.app4mc.amalthea.converters.210.tests-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.210.tests/target/org.eclipse.app4mc.amalthea.converters.210.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.210.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.210.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.210.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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-master-release/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.122 s - in org.eclipse.app4mc.amalthea.converters210.tests.NamespaceConverterTest testConversion[0: Test file: /namespace/model.amxmi](org.eclipse.app4mc.amalthea.converters210.tests.NamespaceConverterTest) Time elapsed: 0.071 s verification[0: Test file: /namespace/model.amxmi](org.eclipse.app4mc.amalthea.converters210.tests.NamespaceConverterTest) Time elapsed: 0.003 s Running org.eclipse.app4mc.amalthea.converters210.tests.ConditionConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.app4mc.amalthea.converters210.tests.ConditionConverterTest testConversion[0: Test file: /conditions/conditions.amxmi](org.eclipse.app4mc.amalthea.converters210.tests.ConditionConverterTest) Time elapsed: 0.021 s verification[0: Test file: /conditions/conditions.amxmi](org.eclipse.app4mc.amalthea.converters210.tests.ConditionConverterTest) 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.300.tests >-- [INFO] Building [test-bundle] APP4MC Amalthea Converters to 3.0.0 - Tests 3.0.0-SNAPSHOT [47/61] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.300.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.converters.300.tests --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.300.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.300.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.300.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5: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] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.300.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.app4mc.amalthea.converters.300.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.300.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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-master-release/tests/org.eclipse.app4mc.amalthea.converters.300.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.300.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.300.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.300.tests/target/org.eclipse.app4mc.amalthea.converters.300.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.converters.300.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.300.tests/target/org.eclipse.app4mc.amalthea.converters.300.tests-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.300.tests/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.300.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.300.tests/target/org.eclipse.app4mc.amalthea.converters.300.tests-3.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.300.tests/target/org.eclipse.app4mc.amalthea.converters.300.tests-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire-plugin:2.7.5: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-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.300.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.300.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/tests/org.eclipse.app4mc.amalthea.converters.300.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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-master-release/tests/org.eclipse.app4mc.amalthea.converters.300.tests/target/surefire.properties] Running org.eclipse.app4mc.amalthea.converters300.tests.DatatypeConverterTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 s - in org.eclipse.app4mc.amalthea.converters300.tests.DatatypeConverterTest testConversion[0: Test file: /datatypes/basetypes.amxmi](org.eclipse.app4mc.amalthea.converters300.tests.DatatypeConverterTest) Time elapsed: 0.108 s verification[0: Test file: /datatypes/basetypes.amxmi](org.eclipse.app4mc.amalthea.converters300.tests.DatatypeConverterTest) Time elapsed: 0.004 s testConversion[1: Test file: /datatypes/components.amxmi](org.eclipse.app4mc.amalthea.converters300.tests.DatatypeConverterTest) Time elapsed: 0.005 s verification[1: Test file: /datatypes/components.amxmi](org.eclipse.app4mc.amalthea.converters300.tests.DatatypeConverterTest) Time elapsed: 0.002 s testConversion[2: Test file: /datatypes/datatypes.amxmi](org.eclipse.app4mc.amalthea.converters300.tests.DatatypeConverterTest) Time elapsed: 0.026 s verification[2: Test file: /datatypes/datatypes.amxmi](org.eclipse.app4mc.amalthea.converters300.tests.DatatypeConverterTest) Time elapsed: 0.005 s testConversion[3: Test file: /datatypes/namespaces.amxmi](org.eclipse.app4mc.amalthea.converters300.tests.DatatypeConverterTest) Time elapsed: 0.002 s verification[3: Test file: /datatypes/namespaces.amxmi](org.eclipse.app4mc.amalthea.converters300.tests.DatatypeConverterTest) 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.008 s - in org.eclipse.app4mc.amalthea.converters300.tests.SemaphoreConverterTest testConversion[0: Test file: /semaphores/model.amxmi](org.eclipse.app4mc.amalthea.converters300.tests.SemaphoreConverterTest) Time elapsed: 0.004 s verification[0: Test file: /semaphores/model.amxmi](org.eclipse.app4mc.amalthea.converters300.tests.SemaphoreConverterTest) 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.005 s - in org.eclipse.app4mc.amalthea.converters300.tests.NamespaceConverterTest testConversion[0: Test file: /namespace/model.amxmi](org.eclipse.app4mc.amalthea.converters300.tests.NamespaceConverterTest) Time elapsed: 0.003 s verification[0: Test file: /namespace/model.amxmi](org.eclipse.app4mc.amalthea.converters300.tests.NamespaceConverterTest) Time elapsed: 0.001 s Running org.eclipse.app4mc.amalthea.converters300.tests.ConditionConverterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.app4mc.amalthea.converters300.tests.ConditionConverterTest testConversion[0: Test file: /conditions/conditions.amxmi](org.eclipse.app4mc.amalthea.converters300.tests.ConditionConverterTest) Time elapsed: 0.04 s verification[0: Test file: /conditions/conditions.amxmi](org.eclipse.app4mc.amalthea.converters300.tests.ConditionConverterTest) Time elapsed: 0.003 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.0.0-SNAPSHOT [48/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ tests --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ tests --- [INFO] [INFO] ---------------< org.eclipse.app4mc.migration:features >---------------- [INFO] Building [aggregator] features 3.0.0-SNAPSHOT [49/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ features --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ features --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ features --- [INFO] [INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.headless >-- [INFO] Building [feature] APP4MC AMALTHEA Headless Converters 3.0.0-SNAPSHOT [50/61] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.converters.headless --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.headless --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.headless --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.converters.headless --- [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (249kB) [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/features/org.eclipse.app4mc.amalthea.converters.headless/target/org.eclipse.app4mc.amalthea.converters.headless-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/features/org.eclipse.app4mc.amalthea.converters.headless/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.converters.headless --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.headless --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/features/org.eclipse.app4mc.amalthea.converters.headless/target/org.eclipse.app4mc.amalthea.converters.headless-3.0.0-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters >-- [INFO] Building [feature] APP4MC AMALTHEA Converters 3.0.0-SNAPSHOT [51/61] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.converters --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.converters --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/features/org.eclipse.app4mc.amalthea.converters/target/org.eclipse.app4mc.amalthea.converters-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/features/org.eclipse.app4mc.amalthea.converters/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.converters --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/features/org.eclipse.app4mc.amalthea.converters/target/org.eclipse.app4mc.amalthea.converters-3.0.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.0.0-SNAPSHOT [52/61] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.headless.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.converters.headless.runtime --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.headless.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.headless.runtime --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.headless.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.headless.runtime --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.headless.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.converters.headless.runtime --- [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.52kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.83kB) [INFO] Fetching org.eclipse.equinox.console_1.4.100.v20200525-1407.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51.48kB) [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/features/org.eclipse.app4mc.amalthea.converters.headless.runtime/target/org.eclipse.app4mc.amalthea.converters.headless.runtime-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/features/org.eclipse.app4mc.amalthea.converters.headless.runtime/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.converters.headless.runtime --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.headless.runtime --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/features/org.eclipse.app4mc.amalthea.converters.headless.runtime/target/org.eclipse.app4mc.amalthea.converters.headless.runtime-3.0.0-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.amalthea.converters.sdk >-- [INFO] Building [feature] APP4MC AMALTHEA Converters SDK 3.0.0-SNAPSHOT [53/61] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.amalthea.converters.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.converters.sdk --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.converters.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.converters.sdk --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.converters.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.converters.sdk --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.converters.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.converters.sdk --- [INFO] Fetching org.jdom2.source_2.0.6.v20191125-0928.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (882.52kB) [INFO] Fetching org.jaxen.source_1.1.6.v20191106-1554.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (437.31kB) [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/features/org.eclipse.app4mc.amalthea.converters.sdk/target/org.eclipse.app4mc.amalthea.converters.sdk-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/features/org.eclipse.app4mc.amalthea.converters.sdk/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.converters.sdk --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.amalthea.converters.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/features/org.eclipse.app4mc.amalthea.converters.sdk/target/org.eclipse.app4mc.amalthea.converters.sdk-3.0.0-SNAPSHOT.jar [INFO] [INFO] ---< org.eclipse.app4mc.migration:org.eclipse.app4mc.utils.headless >--- [INFO] Building [feature] APP4MC Utils Headless 3.0.0-SNAPSHOT [54/61] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.utils.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.utils.headless --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.utils.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.utils.headless --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.utils.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.utils.headless --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.utils.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.app4mc.utils.headless --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/features/org.eclipse.app4mc.utils.headless/target/org.eclipse.app4mc.utils.headless-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/features/org.eclipse.app4mc.utils.headless/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.utils.headless --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.utils.headless --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/features/org.eclipse.app4mc.utils.headless/target/org.eclipse.app4mc.utils.headless-3.0.0-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.utils.headless.sdk >-- [INFO] Building [feature] APP4MC Utils Headless SDK 3.0.0-SNAPSHOT [55/61] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.utils.headless.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.utils.headless.sdk --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.utils.headless.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.utils.headless.sdk --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.utils.headless.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.utils.headless.sdk --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.utils.headless.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.app4mc.utils.headless.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/features/org.eclipse.app4mc.utils.headless.sdk/target/org.eclipse.app4mc.utils.headless.sdk-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/features/org.eclipse.app4mc.utils.headless.sdk/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.utils.headless.sdk --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.utils.headless.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/features/org.eclipse.app4mc.utils.headless.sdk/target/org.eclipse.app4mc.utils.headless.sdk-3.0.0-SNAPSHOT.jar [INFO] [INFO] ---< org.eclipse.app4mc.migration:org.eclipse.app4mc.utils.platform >--- [INFO] Building [feature] APP4MC Utils Platform 3.0.0-SNAPSHOT [56/61] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.utils.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.utils.platform --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.utils.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.utils.platform --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.utils.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.utils.platform --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.utils.platform --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.app4mc.utils.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/features/org.eclipse.app4mc.utils.platform/target/org.eclipse.app4mc.utils.platform-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/features/org.eclipse.app4mc.utils.platform/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.utils.platform --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.utils.platform --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/features/org.eclipse.app4mc.utils.platform/target/org.eclipse.app4mc.utils.platform-3.0.0-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.utils.platform.sdk >-- [INFO] Building [feature] APP4MC Utils Platform SDK 3.0.0-SNAPSHOT [57/61] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.utils.platform.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.utils.platform.sdk --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.app4mc.utils.platform.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.app4mc.utils.platform.sdk --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.utils.platform.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.utils.platform.sdk --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.utils.platform.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.app4mc.utils.platform.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/features/org.eclipse.app4mc.utils.platform.sdk/target/org.eclipse.app4mc.utils.platform.sdk-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/features/org.eclipse.app4mc.utils.platform.sdk/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.utils.platform.sdk --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.utils.platform.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/features/org.eclipse.app4mc.utils.platform.sdk/target/org.eclipse.app4mc.utils.platform.sdk-3.0.0-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.converters.p2repo >-- [INFO] Building APP4MC AMALTHEA Model Migration 3.0.0-SNAPSHOT [58/61] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.converters.p2repo --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.converters.p2repo --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.app4mc.converters.p2repo --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.app4mc.converters.p2repo --- [INFO] [INFO] --- maven-resources-plugin: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-master-release/releng/org.eclipse.app4mc.converters.p2repo/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.app4mc.converters.p2repo --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-products (default-publish-products) @ org.eclipse.app4mc.converters.p2repo --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.app4mc.converters.p2repo --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.app4mc.converters.p2repo --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.app4mc.converters.p2repo --- [INFO] Fetching org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.2kB) [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.converters.p2repo --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.app4mc.converters.p2repo --- [INFO] Building zip: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/releng/org.eclipse.app4mc.converters.p2repo/target/org.eclipse.app4mc.converters.p2repo-3.0.0-SNAPSHOT.zip [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.converters.p2repo --- [INFO] [INFO] --- tycho-p2-director-plugin:2.7.5:materialize-products (materialize-products) @ org.eclipse.app4mc.converters.p2repo --- [INFO] No product definitions found. Nothing to do. [INFO] [INFO] --- tycho-p2-director-plugin:2.7.5:archive-products (archive-products) @ org.eclipse.app4mc.converters.p2repo --- [INFO] [INFO] ---------------< org.eclipse.app4mc.migration:headless >---------------- [INFO] Building headless 3.0.0-SNAPSHOT [59/61] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ headless --- [INFO] The project's OSGi version is 3.0.0.202211301120 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ headless --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ headless --- [INFO] [INFO] --- maven-resources-plugin: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-master-release/releng/org.eclipse.app4mc.converters.product/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ headless --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-products (default-publish-products) @ headless --- [INFO] Fetching org.eclipse.equinox.executable_3.8.800.v20200514-1529.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (249.52kB) [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-categories (default-publish-categories) @ headless --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:attach-artifacts (default-attach-artifacts) @ headless --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:assemble-repository (default-assemble-repository) @ headless --- [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.800.v20200514-1529 from https://download.eclipse.org/releases/2020-06/202006171000/binary/ (152.83kB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.800.v20200514-1529 from https://download.eclipse.org/releases/2020-06/202006171000/binary/ (25.82kB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.800.v20200514-1529 from https://download.eclipse.org/releases/2020-06/202006171000/binary/ (17.06kB) [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ headless --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ headless --- [INFO] Building zip: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/releng/org.eclipse.app4mc.converters.product/target/headless-3.0.0-SNAPSHOT.zip [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ headless --- [INFO] [INFO] --- tycho-p2-director-plugin:2.7.5: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-master-release/releng/org.eclipse.app4mc.converters.product/target/products/org.eclipse.app4mc.converters.headless/win32/win32/x86_64 Installing org.eclipse.app4mc.converters.headless 3.0.0.202211301120. Installing org.eclipse.app4mc.amalthea.converters.headless.runtime.feature.group 3.0.0.202211301120. Installing org.eclipse.app4mc.amalthea.converters.headless.feature.group 3.0.0.202211301120. Installing org.eclipse.app4mc.utils.headless.feature.group 3.0.0.202211301120. Operation completed in 767 ms. [INFO] Installing product org.eclipse.app4mc.converters.headless for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/releng/org.eclipse.app4mc.converters.product/target/products/org.eclipse.app4mc.converters.headless/linux/gtk/x86_64 Installing org.eclipse.app4mc.converters.headless 3.0.0.202211301120. Installing org.eclipse.app4mc.amalthea.converters.headless.runtime.feature.group 3.0.0.202211301120. Installing org.eclipse.app4mc.amalthea.converters.headless.feature.group 3.0.0.202211301120. Installing org.eclipse.app4mc.utils.headless.feature.group 3.0.0.202211301120. Operation completed in 480 ms. [INFO] Installing product org.eclipse.app4mc.converters.headless for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/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.0.0.202211301120. Installing org.eclipse.app4mc.amalthea.converters.headless.runtime.feature.group 3.0.0.202211301120. Installing org.eclipse.app4mc.amalthea.converters.headless.feature.group 3.0.0.202211301120. Installing org.eclipse.app4mc.utils.headless.feature.group 3.0.0.202211301120. Operation completed in 452 ms. [INFO] [INFO] --- tycho-p2-director-plugin:2.7.5:archive-products (archive-products) @ headless --- [INFO] Building zip: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/releng/org.eclipse.app4mc.converters.product/target/products/org.eclipse.app4mc.converters.headless-win32.win32.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/releng/org.eclipse.app4mc.converters.product/target/products/org.eclipse.app4mc.converters.headless-linux.gtk.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/releng/org.eclipse.app4mc.converters.product/target/products/org.eclipse.app4mc.converters.headless-macosx.cocoa.x86_64.zip [INFO] [INFO] --- bnd-export-maven-plugin:4.3.1:export (default) @ headless --- [INFO] [INFO] ----------------< org.eclipse.app4mc.migration:releng >----------------- [INFO] Building [aggregator] releng 3.0.0-SNAPSHOT [60/61] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ releng --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ releng --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ releng --- [INFO] [INFO] --< org.eclipse.app4mc.migration:org.eclipse.app4mc.converters.target >-- [INFO] Building [target] Amalthea Model Migration Target 3.0.0-SNAPSHOT [61/61] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.app4mc.converters.target --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.app4mc.converters.target --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-target-definition (default-package-target-definition) @ org.eclipse.app4mc.converters.target --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.app4mc.converters.target --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for APP4MC Migration Component 3.0.0-SNAPSHOT: [INFO] [INFO] APP4MC Migration Component ......................... SUCCESS [ 3.294 s] [INFO] org.eclipse.app4mc.util.sessionlog ................. SUCCESS [ 9.287 s] [INFO] [bundle] APP4MC Amalthea Converters Common ......... SUCCESS [ 2.477 s] [INFO] [bundle] APP4MC Amalthea Converters to 0.7.1 ....... SUCCESS [ 3.105 s] [INFO] [bundle] APP4MC Amalthea Converters to 0.7.2 ....... SUCCESS [ 2.745 s] [INFO] [bundle] APP4MC Amalthea Converters to 0.8.0 ....... SUCCESS [ 2.458 s] [INFO] [bundle] APP4MC Amalthea Converters to 0.8.1 ....... SUCCESS [ 3.100 s] [INFO] [bundle] APP4MC Amalthea Converters to 0.8.2 ....... SUCCESS [ 2.364 s] [INFO] [bundle] APP4MC Amalthea Converters to 0.8.3 ....... SUCCESS [ 2.594 s] [INFO] [bundle] APP4MC Amalthea Converters to 0.9.0 ....... SUCCESS [ 2.409 s] [INFO] [bundle] APP4MC Amalthea Converters to 0.9.1 ....... SUCCESS [ 3.503 s] [INFO] [bundle] APP4MC Amalthea Converters to 0.9.2 ....... SUCCESS [ 2.181 s] [INFO] [bundle] APP4MC Amalthea Converters to 0.9.3 ....... SUCCESS [ 2.637 s] [INFO] [bundle] APP4MC Amalthea Converters to 0.9.4 ....... SUCCESS [ 2.273 s] [INFO] [bundle] APP4MC Amalthea Converters to 0.9.5 ....... SUCCESS [ 1.969 s] [INFO] [bundle] APP4MC Amalthea Converters to 0.9.6 ....... SUCCESS [ 1.918 s] [INFO] [bundle] APP4MC Amalthea Converters to 0.9.7 ....... SUCCESS [ 2.952 s] [INFO] [bundle] APP4MC Amalthea Converters to 1.0.0 ....... SUCCESS [ 2.323 s] [INFO] [bundle] APP4MC Amalthea Converters to 2.0.0 ....... SUCCESS [ 2.540 s] [INFO] [bundle] APP4MC Amalthea Converters to 2.1.0 ....... SUCCESS [ 2.860 s] [INFO] [bundle] APP4MC Amalthea Converters to 3.0.0 ....... SUCCESS [ 2.572 s] [INFO] org.eclipse.app4mc.amalthea.converters.headless.app SUCCESS [ 2.260 s] [INFO] org.eclipse.app4mc.amalthea.converters.help ........ SUCCESS [ 3.141 s] [INFO] org.eclipse.app4mc.amalthea.converters.ui .......... SUCCESS [ 4.190 s] [INFO] org.eclipse.app4mc.util.sessionlog.console ......... SUCCESS [ 2.487 s] [INFO] org.eclipse.app4mc.util.sessionlog.eclipse ......... SUCCESS [ 10.167 s] [INFO] org.eclipse.app4mc.util.sessionlog.file ............ SUCCESS [ 2.476 s] [INFO] [aggregator] plugins ............................... SUCCESS [ 0.003 s] [INFO] [test-bundle] APP4MC Amalthea Converters Common Tests SUCCESS [ 5.541 s] [INFO] [test-bundle] APP4MC Amalthea Converters to 0.7.1 - Tests SUCCESS [ 5.643 s] [INFO] [test-bundle] APP4MC Amalthea Converters to 0.7.2 - Tests SUCCESS [ 4.682 s] [INFO] [test-bundle] APP4MC Amalthea Converters to 0.8.0 - Tests SUCCESS [ 5.371 s] [INFO] [test-bundle] APP4MC Amalthea Converters to 0.8.1 - Tests SUCCESS [ 4.277 s] [INFO] [test-bundle] APP4MC Amalthea Converters to 0.8.2 - Tests SUCCESS [ 4.138 s] [INFO] [test-bundle] APP4MC Amalthea Converters to 0.8.3 - Tests SUCCESS [ 4.652 s] [INFO] [test-bundle] APP4MC Amalthea Converters to 0.9.0 - Tests SUCCESS [ 8.607 s] [INFO] [test-bundle] APP4MC Amalthea Converters to 0.9.1 - Tests SUCCESS [ 4.182 s] [INFO] [test-bundle] APP4MC Amalthea Converters to 0.9.2 - Tests SUCCESS [ 4.388 s] [INFO] [test-bundle] APP4MC Amalthea Converters to 0.9.3 - Tests SUCCESS [ 4.690 s] [INFO] [test-bundle] APP4MC Amalthea Converters to 0.9.4 - Tests SUCCESS [ 4.972 s] [INFO] [test-bundle] APP4MC Amalthea Converters to 0.9.5 - Tests SUCCESS [ 4.272 s] [INFO] [test-bundle] APP4MC Amalthea Converters to 0.9.6 - Tests SUCCESS [ 4.521 s] [INFO] [test-bundle] APP4MC Amalthea Converters to 0.9.7 - Tests SUCCESS [ 4.575 s] [INFO] [test-bundle] APP4MC Amalthea Converters to 1.0.0 - Tests SUCCESS [ 5.772 s] [INFO] [test-bundle] APP4MC Amalthea Converters to 2.0.0 - Tests SUCCESS [ 4.838 s] [INFO] [test-bundle] APP4MC Amalthea Converters to 2.1.0 - Tests SUCCESS [ 4.318 s] [INFO] [test-bundle] APP4MC Amalthea Converters to 3.0.0 - Tests SUCCESS [ 4.886 s] [INFO] [aggregator] tests ................................. SUCCESS [ 0.002 s] [INFO] [aggregator] features .............................. SUCCESS [ 0.001 s] [INFO] [feature] APP4MC AMALTHEA Headless Converters ...... SUCCESS [ 2.539 s] [INFO] [feature] APP4MC AMALTHEA Converters ............... SUCCESS [ 1.069 s] [INFO] [feature] APP4MC AMALTHEA Headless Converters Runtime SUCCESS [ 1.049 s] [INFO] [feature] APP4MC AMALTHEA Converters SDK ........... SUCCESS [ 1.945 s] [INFO] [feature] APP4MC Utils Headless .................... SUCCESS [ 0.860 s] [INFO] [feature] APP4MC Utils Headless SDK ................ SUCCESS [ 1.109 s] [INFO] [feature] APP4MC Utils Platform .................... SUCCESS [ 0.929 s] [INFO] [feature] APP4MC Utils Platform SDK ................ SUCCESS [ 0.960 s] [INFO] APP4MC AMALTHEA Model Migration .................... SUCCESS [ 2.508 s] [INFO] headless ........................................... SUCCESS [ 9.734 s] [INFO] [aggregator] releng ................................ SUCCESS [ 0.003 s] [INFO] [target] Amalthea Model Migration Target ........... SUCCESS [ 0.002 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:54 min [INFO] Finished at: 2022-11-30T11:24:09Z [INFO] ------------------------------------------------------------------------ [build-app4mc-modelmigration-master-release] $ /bin/bash /tmp/jenkins14692748886863695178.sh *** Delivery of release releases/3.0.0 *** renamed '/home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/releng/org.eclipse.app4mc.converters.p2repo/target/org.eclipse.app4mc.converters.p2repo-3.0.0-SNAPSHOT.zip' -> '/home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/releng/org.eclipse.app4mc.converters.p2repo/target/org.eclipse.app4mc.converters.p2repo-3.0.0.zip' Starting copy of p2 update site to download area... Source folder: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/releng/org.eclipse.app4mc.converters.p2repo/target/repository Target folder: /home/data/httpd/download.eclipse.org/app4mc/components/addon/migration/releases/3.0.0/p2repo ...done Starting copy of p2 archive to download area... Source folder: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/releng/org.eclipse.app4mc.converters.p2repo/target Target folder: /home/data/httpd/download.eclipse.org/app4mc/components/addon/migration/releases/3.0.0 ...done Starting copy of headless jar to download area... Source folder: /home/jenkins/agent/workspace/build-app4mc-modelmigration-master-release/releng/org.eclipse.app4mc.converters.product/target Target folder: /home/data/httpd/download.eclipse.org/app4mc/components/addon/migration/releases/3.0.0/headless ...done Updating latest release in download area... Latest folder: /home/data/httpd/download.eclipse.org/app4mc/components/addon/migration/releases/3.0.0/../latest ...done $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 58 killed; [ssh-agent] Stopped. Recording test results [Checks API] No suitable checks publisher found. Finished: SUCCESS