Started by timer Running as SYSTEM Agent centos-7-kqxz1 is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-kqxz1" namespace: "sirius" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.sirius.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-kqxz1" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-kqxz1" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.sirius.svc.cluster.local/sirius/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-sirius" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on centos-7-kqxz1 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/sirius-canary The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-sirius/sirius-desktop.git > git init /home/jenkins/agent/workspace/sirius-canary # timeout=10 Fetching upstream changes from https://github.com/eclipse-sirius/sirius-desktop.git > git --version # timeout=10 > git --version # 'git version 2.36.6' > git fetch --tags --force --progress -- https://github.com/eclipse-sirius/sirius-desktop.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-sirius/sirius-desktop.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision ceb41b85f8120516edf46412ea040d13fac4098f (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f ceb41b85f8120516edf46412ea040d13fac4098f # timeout=10 Commit message: "[331] Complete an existing migration participant" > git rev-list --no-walk ceb41b85f8120516edf46412ea040d13fac4098f # timeout=10 [sirius-canary] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dplatform-version-name=canary -Dmaven.repo.local=/home/jenkins/agent/workspace/sirius-canary/.repository clean package -B Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Tycho Version: 4.0.4 (868454bf476f18ad997abdfd7ef5f88a8fa2d67f) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Sirius Parent [pom] [INFO] org.eclipse.sirius.ext.base [eclipse-plugin] [INFO] org.eclipse.sirius.ext.e3 [eclipse-plugin] [INFO] org.eclipse.sirius.ext.emf [eclipse-plugin] [INFO] org.eclipse.sirius.ext.emf.edit [eclipse-plugin] [INFO] org.eclipse.sirius.ext.emf.tx [eclipse-plugin] [INFO] org.eclipse.sirius.ext.gmf.notation [eclipse-plugin] [INFO] org.eclipse.sirius.ext.ide [eclipse-plugin] [INFO] org.eclipse.sirius.model [eclipse-plugin] [INFO] org.eclipse.sirius.ecore.extender [eclipse-plugin] [INFO] org.eclipse.sirius.common [eclipse-plugin] [INFO] org.eclipse.sirius [eclipse-plugin] [INFO] org.eclipse.sirius.common.acceleo.aql [eclipse-plugin] [INFO] org.eclipse.sirius.common.acceleo.mtl [eclipse-plugin] [INFO] org.eclipse.sirius.common.interpreter [eclipse-plugin] [INFO] org.eclipse.sirius.common.ocl [eclipse-plugin] [INFO] org.eclipse.sirius.diagram.model [eclipse-plugin] [INFO] org.eclipse.sirius.diagram [eclipse-plugin] [INFO] org.eclipse.sirius.diagram.formatdata [eclipse-plugin] [INFO] org.eclipse.sirius.synchronizer [eclipse-plugin] [INFO] org.eclipse.sirius.table.model [eclipse-plugin] [INFO] org.eclipse.sirius.table [eclipse-plugin] [INFO] org.eclipse.sirius.tree.model [eclipse-plugin] [INFO] org.eclipse.sirius.tree [eclipse-plugin] [INFO] org.eclipse.sirius.model.feature [eclipse-feature] [INFO] org.eclipse.sirius.runtime [eclipse-feature] [INFO] org.eclipse.sirius.runtime.acceleo [eclipse-feature] [INFO] org.eclipse.sirius.runtime.aql [eclipse-feature] [INFO] org.eclipse.sirius.runtime.ocl [eclipse-feature] [INFO] org.eclipse.sirius.headless.update [eclipse-repository] [INFO] org.eclipse.sirius.ext.draw2d [eclipse-plugin] [INFO] org.eclipse.sirius.ext.e3.ui [eclipse-plugin] [INFO] org.eclipse.sirius.ext.emf.ui [eclipse-plugin] [INFO] org.eclipse.sirius.ext.gef [eclipse-plugin] [INFO] org.eclipse.sirius.ext.gmf.runtime [eclipse-plugin] [INFO] org.eclipse.sirius.ext.jface [eclipse-plugin] [INFO] org.eclipse.sirius.ext.swt [eclipse-plugin] [INFO] org.eclipse.sirius.common.acceleo.aql.ide [eclipse-plugin] [INFO] org.eclipse.sirius.common.acceleo.mtl.ide [eclipse-plugin] [INFO] org.eclipse.sirius.common.ui [eclipse-plugin] [INFO] org.eclipse.sirius.common.ui.ext [eclipse-plugin] [INFO] org.eclipse.sirius.common.xtext [eclipse-plugin] [INFO] org.eclipse.sirius.ui [eclipse-plugin] [INFO] org.eclipse.sirius.diagram.ui [eclipse-plugin] [INFO] org.eclipse.sirius.diagram.elk [eclipse-plugin] [INFO] org.eclipse.sirius.diagram.elk.debug [eclipse-plugin] [INFO] org.eclipse.sirius.diagram.sequence.model [eclipse-plugin] [INFO] org.eclipse.sirius.diagram.ui.ext [eclipse-plugin] [INFO] org.eclipse.sirius.diagram.sequence [eclipse-plugin] [INFO] org.eclipse.sirius.diagram.sequence.edit [eclipse-plugin] [INFO] org.eclipse.sirius.diagram.sequence.ui [eclipse-plugin] [INFO] org.eclipse.sirius.doc [eclipse-plugin] [INFO] org.eclipse.sirius.editor [eclipse-plugin] [INFO] org.eclipse.sirius.editor.diagram [eclipse-plugin] [INFO] org.eclipse.sirius.editor.sequence [eclipse-plugin] [INFO] org.eclipse.sirius.table.ui [eclipse-plugin] [INFO] org.eclipse.sirius.editor.table [eclipse-plugin] [INFO] org.eclipse.sirius.tree.ui [eclipse-plugin] [INFO] org.eclipse.sirius.editor.tree [eclipse-plugin] [INFO] org.eclipse.sirius.eef.adapters [eclipse-plugin] [INFO] org.eclipse.sirius.interpreter [eclipse-plugin] [INFO] org.eclipse.sirius.table.ui.ext [eclipse-plugin] [INFO] org.eclipse.sirius.tree.ui.ext [eclipse-plugin] [INFO] org.eclipse.sirius.ui.ext [eclipse-plugin] [INFO] org.eclipse.sirius.ui.editor [eclipse-plugin] [INFO] org.eclipse.sirius.tests.junit.support [eclipse-plugin] [INFO] org.eclipse.sirius.tests.swtbot.support [eclipse-plugin] [INFO] org.eclipse.sirius.sample.basicfamily [eclipse-plugin] [INFO] org.eclipse.sirius.sample.basicfamily.edit [eclipse-plugin] [INFO] org.eclipse.sirius.sample.basicfamily.editor [eclipse-plugin] [INFO] org.eclipse.sirius.sample.basicfamily.design [eclipse-plugin] [INFO] org.eclipse.sirius.samples.family [eclipse-plugin] [INFO] org.eclipse.sirius.common.interpreter.aql [eclipse-plugin] [INFO] org.eclipse.sirius.properties [eclipse-plugin] [INFO] org.eclipse.sirius.properties.edit [eclipse-plugin] [INFO] org.eclipse.sirius.properties.ext.widgets.reference [eclipse-plugin] [INFO] org.eclipse.sirius.properties.ext.widgets.reference.edit [eclipse-plugin] [INFO] org.eclipse.sirius.properties.defaultrules [eclipse-plugin] [INFO] org.eclipse.sirius.properties.core [eclipse-plugin] [INFO] org.eclipse.sirius.editor.properties [eclipse-plugin] [INFO] org.eclipse.sirius.editor.properties.ext.widgets.reference [eclipse-plugin] [INFO] org.eclipse.sirius.ui.properties [eclipse-plugin] [INFO] org.eclipse.sirius.ui.properties.ext.widgets.reference [eclipse-plugin] [INFO] org.eclipse.sirius.sample.properties [eclipse-plugin] [INFO] org.eclipse.sirius.sample.properties.checkbox [eclipse-plugin] [INFO] org.eclipse.sirius.sample.properties.radio [eclipse-plugin] [INFO] org.eclipse.sirius.sample.properties.textarea [eclipse-plugin] [INFO] org.eclipse.sirius.tests.ui.properties [eclipse-test-plugin] [INFO] org.eclipse.sirius.aql [eclipse-feature] [INFO] org.eclipse.sirius.doc.feature [eclipse-feature] [INFO] org.eclipse.sirius.runtime.ide.eef [eclipse-feature] [INFO] org.eclipse.sirius.runtime.ide.ui.acceleo [eclipse-feature] [INFO] org.eclipse.sirius.runtime.ide.ui [eclipse-feature] [INFO] org.eclipse.sirius.runtime.ide.xtext [eclipse-feature] [INFO] org.eclipse.sirius.samples [eclipse-feature] [INFO] org.eclipse.sirius.specifier [eclipse-feature] [INFO] org.eclipse.sirius.specifier.ide.ui.acceleo [eclipse-feature] [INFO] org.eclipse.sirius.specifier.ide.ui.aql [eclipse-feature] [INFO] org.eclipse.sirius.specifier.ide.ui [eclipse-feature] [INFO] org.eclipse.sirius.tests.support [eclipse-feature] [INFO] org.eclipse.sirius.interpreter.feature [eclipse-feature] [INFO] org.eclipse.sirius.properties.feature [eclipse-feature] [INFO] org.eclipse.sirius.specifier.properties.feature [eclipse-feature] [INFO] org.eclipse.sirius.samples.properties.feature [eclipse-feature] [INFO] org.eclipse.sirius.diagram.elk.feature [eclipse-feature] [INFO] org.eclipse.sirius.diagram.elk.sdk.feature [eclipse-feature] [INFO] org.eclipse.sirius.sample.basicfamily.feature [eclipse-feature] [INFO] org.eclipse.sirius.tests.sample.docbook [eclipse-plugin] [INFO] org.eclipse.sirius.tests.sample.docbook.design [eclipse-plugin] [INFO] org.eclipse.sirius.tests.sample.component [eclipse-plugin] [INFO] org.eclipse.sirius.tests.sample.component.design [eclipse-plugin] [INFO] org.eclipse.sirius.tests.sample.benchmark [eclipse-plugin] [INFO] org.eclipse.sirius.sample.interactions [eclipse-plugin] [INFO] org.eclipse.sirius.sample.interactions.edit [eclipse-plugin] [INFO] org.eclipse.sirius.tests.sample.migration [eclipse-plugin] [INFO] org.eclipse.sirius.sample.interactions.design [eclipse-plugin] [INFO] org.eclipse.sirius.sample.interactions.editor [eclipse-plugin] [INFO] org.eclipse.sirius.sample.ecore.design [eclipse-plugin] [INFO] org.eclipse.sirius.tests.sample.migration.design [eclipse-plugin] [INFO] org.eclipse.sirius.tests.sample.scxml [eclipse-plugin] [INFO] org.eclipse.sirius.tests.junit [eclipse-test-plugin] [INFO] org.eclipse.sirius.tests.tree [eclipse-test-plugin] [INFO] org.eclipse.sirius.tests.swtbot [eclipse-test-plugin] [INFO] org.eclipse.sirius.tests.sample.scxml.design [eclipse-plugin] [INFO] org.eclipse.sirius.tests [eclipse-feature] [INFO] org.eclipse.sirius.tests.rcptt.properties [eclipse-plugin] [INFO] org.eclipse.sirius.tests.rcptt.properties.edit [eclipse-plugin] [INFO] org.eclipse.sirius.tests.rcptt.properties.samples [eclipse-plugin] [INFO] org.eclipse.sirius.tests.rcptt.properties.editor [eclipse-plugin] [INFO] org.eclipse.sirius.tests.rcptt.feature [eclipse-feature] [INFO] org.eclipse.sirius.update [eclipse-repository] [INFO] org.eclipse.sirius.sample.basicfamily.update [eclipse-repository] [INFO] org.eclipse.sirius.tests.sample.docbook.edit [eclipse-plugin] [INFO] org.eclipse.sirius.tests.sample.docbook.editor [eclipse-plugin] [INFO] org.eclipse.sirius.tests.sample.xtext.statemachine [eclipse-plugin] [INFO] org.eclipse.sirius.tests.sample.xtext.statemachine.ide [eclipse-plugin] [INFO] org.eclipse.sirius.tests.sample.xtext.statemachine.ui [eclipse-plugin] [INFO] org.eclipse.sirius.tests.sample.xtext.statemachine.design [eclipse-plugin] [INFO] org.eclipse.sirius.tests.junit.xtext [eclipse-test-plugin] [INFO] org.eclipse.sirius.tests.update [eclipse-repository] [INFO] org.eclipse.sirius.top [pom] [INFO] [INFO] ------------------< org.eclipse.sirius:sirius-parent >------------------ [INFO] Building Sirius Parent 7.4.1-SNAPSHOT [1/141] [INFO] from packaging/org.eclipse.sirius.parent/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ sirius-parent --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ sirius-parent --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.parent/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ sirius-parent --- [INFO] [INFO] -----------< org.eclipse.sirius:org.eclipse.sirius.ext.base >----------- [INFO] Building org.eclipse.sirius.ext.base 7.4.1-SNAPSHOT [2/141] [INFO] from plugins/org.eclipse.sirius.ext.base/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving target definition file:/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.parent/../../releng/org.eclipse.sirius.targets/./sirius_canary.target for environments=[linux/gtk/x86_64, win32/win32/x86_64, macosx/cocoa/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@173158e8 [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /home/jenkins/agent/workspace/sirius-canary/.repository/.cache/tycho [INFO] Transport mode: online [INFO] Http Transport type: Java11Client [INFO] Update mode: cache first [INFO] Minimum cache duration: 60 minutes [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>) [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component [1.4.0,1.5.0).; Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component.runtime [1.4.0,1.5.0).; Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component.runtime.dto [1.4.0,1.5.0).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component [1.4.0,1.5.0).; Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component.runtime [1.4.0,1.5.0).; Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component.runtime.dto [1.4.0,1.5.0).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component [1.4.0,1.5.0).; Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component.runtime [1.4.0,1.5.0).; Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component.runtime.dto [1.4.0,1.5.0).] [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.ext.base:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.base/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.ext.base --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.ext.base --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.ext.base --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.ext.base --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.ext.base --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.ext.base --- [INFO] Resolving class path of org.eclipse.sirius.ext.base [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.ext.base --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.base/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.ext.base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.base/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.ext.base --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.base/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.ext.base --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.ext.base --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.ext.base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.base/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.ext.base --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.ext.base --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.ext.base --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.base/target/org.eclipse.sirius.ext.base-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.ext.base --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.base/target/org.eclipse.sirius.ext.base-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.ext.base --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.ext.base --- [INFO] [INFO] ------------< org.eclipse.sirius:org.eclipse.sirius.ext.e3 >------------ [INFO] Building org.eclipse.sirius.ext.e3 7.4.1-SNAPSHOT [3/141] [INFO] from plugins/org.eclipse.sirius.ext.e3/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.ext.e3:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.e3/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.ext.e3 --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.ext.e3 --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.ext.e3 --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.ext.e3 --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.ext.e3 --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.ext.e3 --- [INFO] Resolving class path of org.eclipse.sirius.ext.e3 [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.ext.e3 --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.e3/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.ext.e3 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.e3/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.ext.e3 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.ext.e3 --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.ext.e3 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.ext.e3 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.e3/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.ext.e3 --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.ext.e3 --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.ext.e3 --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.e3/target/org.eclipse.sirius.ext.e3-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.ext.e3 --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.e3/target/org.eclipse.sirius.ext.e3-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.ext.e3 --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.ext.e3 --- [INFO] [INFO] -----------< org.eclipse.sirius:org.eclipse.sirius.ext.emf >------------ [INFO] Building org.eclipse.sirius.ext.emf 7.4.1-SNAPSHOT [4/141] [INFO] from plugins/org.eclipse.sirius.ext.emf/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.ext.emf:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.emf/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.ext.emf --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.ext.emf --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.ext.emf --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.ext.emf --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.ext.emf --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.ext.emf --- [INFO] Resolving class path of org.eclipse.sirius.ext.emf [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.ext.emf --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.emf/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.ext.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.emf/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.ext.emf --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.emf/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.ext.emf --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.ext.emf --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.ext.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.emf/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.ext.emf --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.ext.emf --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.ext.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.emf/target/org.eclipse.sirius.ext.emf-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.ext.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.emf/target/org.eclipse.sirius.ext.emf-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.ext.emf --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.ext.emf --- [INFO] [INFO] ---------< org.eclipse.sirius:org.eclipse.sirius.ext.emf.edit >--------- [INFO] Building org.eclipse.sirius.ext.emf.edit 7.4.1-SNAPSHOT [5/141] [INFO] from plugins/org.eclipse.sirius.ext.emf.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.ext.emf.edit:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.emf.edit/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.ext.emf.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.ext.emf.edit --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.ext.emf.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.ext.emf.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.ext.emf.edit --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.ext.emf.edit --- [INFO] Resolving class path of org.eclipse.sirius.ext.emf.edit [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.ext.emf.edit --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.emf.edit/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.ext.emf.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.emf.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.ext.emf.edit --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.emf.edit/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.ext.emf.edit --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.ext.emf.edit --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.ext.emf.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.emf.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.ext.emf.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.ext.emf.edit --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.ext.emf.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.emf.edit/target/org.eclipse.sirius.ext.emf.edit-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.ext.emf.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.emf.edit/target/org.eclipse.sirius.ext.emf.edit-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.ext.emf.edit --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.ext.emf.edit --- [INFO] [INFO] ----------< org.eclipse.sirius:org.eclipse.sirius.ext.emf.tx >---------- [INFO] Building org.eclipse.sirius.ext.emf.tx 7.4.1-SNAPSHOT [6/141] [INFO] from plugins/org.eclipse.sirius.ext.emf.tx/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.ext.emf.tx:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.emf.tx/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.ext.emf.tx --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.ext.emf.tx --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.ext.emf.tx --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.ext.emf.tx --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.ext.emf.tx --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.ext.emf.tx --- [INFO] Resolving class path of org.eclipse.sirius.ext.emf.tx [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.ext.emf.tx --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.emf.tx/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.ext.emf.tx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.emf.tx/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.ext.emf.tx --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.emf.tx/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.ext.emf.tx --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.ext.emf.tx --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.ext.emf.tx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.emf.tx/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.ext.emf.tx --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.ext.emf.tx --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.ext.emf.tx --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.emf.tx/target/org.eclipse.sirius.ext.emf.tx-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.ext.emf.tx --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.emf.tx/target/org.eclipse.sirius.ext.emf.tx-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.ext.emf.tx --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.ext.emf.tx --- [INFO] [INFO] -------< org.eclipse.sirius:org.eclipse.sirius.ext.gmf.notation >------- [INFO] Building org.eclipse.sirius.ext.gmf.notation 7.4.1-SNAPSHOT [7/141] [INFO] from plugins/org.eclipse.sirius.ext.gmf.notation/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.ext.gmf.notation:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.gmf.notation/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.ext.gmf.notation --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.ext.gmf.notation --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.ext.gmf.notation --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.ext.gmf.notation --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.ext.gmf.notation --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.ext.gmf.notation --- [INFO] Resolving class path of org.eclipse.sirius.ext.gmf.notation [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.ext.gmf.notation --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.gmf.notation/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.ext.gmf.notation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.gmf.notation/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.ext.gmf.notation --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.ext.gmf.notation --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.ext.gmf.notation --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.ext.gmf.notation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.gmf.notation/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.ext.gmf.notation --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.ext.gmf.notation --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.ext.gmf.notation --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.gmf.notation/target/org.eclipse.sirius.ext.gmf.notation-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.ext.gmf.notation --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.gmf.notation/target/org.eclipse.sirius.ext.gmf.notation-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.ext.gmf.notation --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.ext.gmf.notation --- [INFO] [INFO] -----------< org.eclipse.sirius:org.eclipse.sirius.ext.ide >------------ [INFO] Building org.eclipse.sirius.ext.ide 7.4.1-SNAPSHOT [8/141] [INFO] from plugins/org.eclipse.sirius.ext.ide/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.ext.ide:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.ide/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.ext.ide --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.ext.ide --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.ext.ide --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.ext.ide --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.ext.ide --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.ext.ide --- [INFO] Resolving class path of org.eclipse.sirius.ext.ide [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.ext.ide --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.ide/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.ext.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.ide/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.ext.ide --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.ide/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.ext.ide --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.ext.ide --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.ext.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.ide/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.ext.ide --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.ext.ide --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.ext.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.ide/target/org.eclipse.sirius.ext.ide-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.ext.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.ide/target/org.eclipse.sirius.ext.ide-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.ext.ide --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.ext.ide --- [INFO] [INFO] ------------< org.eclipse.sirius:org.eclipse.sirius.model >------------- [INFO] Building org.eclipse.sirius.model 7.4.1-SNAPSHOT [9/141] [INFO] from plugins/org.eclipse.sirius.model/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.model:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.model/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.model --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.model --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.model --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.model --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.model --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.model --- [INFO] Resolving class path of org.eclipse.sirius.model [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.model --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.model/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.model/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.model --- [INFO] Compiling 359 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.model/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.model --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.model --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.model/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.model --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.model --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.model --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.model/target/org.eclipse.sirius.model-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.model --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.model/target/org.eclipse.sirius.model-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.model --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.model --- [INFO] [INFO] --------< org.eclipse.sirius:org.eclipse.sirius.ecore.extender >-------- [INFO] Building org.eclipse.sirius.ecore.extender 7.4.1-SNAPSHOT [10/141] [INFO] from plugins/org.eclipse.sirius.ecore.extender/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.ecore.extender:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ecore.extender/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.ecore.extender --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.ecore.extender --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.ecore.extender --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.ecore.extender --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.ecore.extender --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.ecore.extender --- [INFO] Resolving class path of org.eclipse.sirius.ecore.extender [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.ecore.extender --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ecore.extender/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.ecore.extender --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ecore.extender/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.ecore.extender --- [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ecore.extender/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.ecore.extender --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.ecore.extender --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.ecore.extender --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ecore.extender/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.ecore.extender --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.ecore.extender --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.ecore.extender --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ecore.extender/target/org.eclipse.sirius.ecore.extender-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.ecore.extender --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ecore.extender/target/org.eclipse.sirius.ecore.extender-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.ecore.extender --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.ecore.extender --- [INFO] [INFO] ------------< org.eclipse.sirius:org.eclipse.sirius.common >------------ [INFO] Building org.eclipse.sirius.common 7.4.1-SNAPSHOT [11/141] [INFO] from plugins/org.eclipse.sirius.common/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.common:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.common --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.common --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.common --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.common --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.common --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.common --- [INFO] Resolving class path of org.eclipse.sirius.common [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.common --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.common --- [INFO] Compiling 118 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.common --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.common --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.common --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.common --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.common --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common/target/org.eclipse.sirius.common-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.common --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common/target/org.eclipse.sirius.common-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.common --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.common --- [INFO] [INFO] ---------------< org.eclipse.sirius:org.eclipse.sirius >---------------- [INFO] Building org.eclipse.sirius 7.4.1-SNAPSHOT [12/141] [INFO] from plugins/org.eclipse.sirius/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius --- [INFO] Resolving class path of org.eclipse.sirius [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius --- [INFO] Compiling 381 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius/target/org.eclipse.sirius-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius/target/org.eclipse.sirius-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius --- [INFO] [INFO] ------< org.eclipse.sirius:org.eclipse.sirius.common.acceleo.aql >------ [INFO] Building org.eclipse.sirius.common.acceleo.aql 7.4.1-SNAPSHOT [13/141] [INFO] from plugins/org.eclipse.sirius.common.acceleo.aql/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.common.acceleo.aql:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.acceleo.aql/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.common.acceleo.aql --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.common.acceleo.aql --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.common.acceleo.aql --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.common.acceleo.aql --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.common.acceleo.aql --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.common.acceleo.aql --- [INFO] Resolving class path of org.eclipse.sirius.common.acceleo.aql [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.common.acceleo.aql --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.acceleo.aql/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.common.acceleo.aql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.acceleo.aql/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.common.acceleo.aql --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.acceleo.aql/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.common.acceleo.aql --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.common.acceleo.aql --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.common.acceleo.aql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.acceleo.aql/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.common.acceleo.aql --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.common.acceleo.aql --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.common.acceleo.aql --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.acceleo.aql/target/org.eclipse.sirius.common.acceleo.aql-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.common.acceleo.aql --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.acceleo.aql/target/org.eclipse.sirius.common.acceleo.aql-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.common.acceleo.aql --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.common.acceleo.aql --- [INFO] [INFO] ------< org.eclipse.sirius:org.eclipse.sirius.common.acceleo.mtl >------ [INFO] Building org.eclipse.sirius.common.acceleo.mtl 7.4.1-SNAPSHOT [14/141] [INFO] from plugins/org.eclipse.sirius.common.acceleo.mtl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.common.acceleo.mtl:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.acceleo.mtl/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.common.acceleo.mtl --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.common.acceleo.mtl --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.common.acceleo.mtl --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.common.acceleo.mtl --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.common.acceleo.mtl --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.common.acceleo.mtl --- [INFO] Resolving class path of org.eclipse.sirius.common.acceleo.mtl [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.common.acceleo.mtl --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.acceleo.mtl/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.common.acceleo.mtl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.acceleo.mtl/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.common.acceleo.mtl --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.acceleo.mtl/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.common.acceleo.mtl --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.common.acceleo.mtl --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.common.acceleo.mtl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.acceleo.mtl/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.common.acceleo.mtl --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.common.acceleo.mtl --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.common.acceleo.mtl --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.acceleo.mtl/target/org.eclipse.sirius.common.acceleo.mtl-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.common.acceleo.mtl --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.acceleo.mtl/target/org.eclipse.sirius.common.acceleo.mtl-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.common.acceleo.mtl --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.common.acceleo.mtl --- [INFO] [INFO] ------< org.eclipse.sirius:org.eclipse.sirius.common.interpreter >------ [INFO] Building org.eclipse.sirius.common.interpreter 7.4.1-SNAPSHOT [15/141] [INFO] from plugins/org.eclipse.sirius.common.interpreter/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.common.interpreter:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.interpreter/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.common.interpreter --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.common.interpreter --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.common.interpreter --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.common.interpreter --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.common.interpreter --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.common.interpreter --- [INFO] Resolving class path of org.eclipse.sirius.common.interpreter [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.common.interpreter --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.interpreter/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.common.interpreter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.interpreter/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.common.interpreter --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.interpreter/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.common.interpreter --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.common.interpreter --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.common.interpreter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.interpreter/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.common.interpreter --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.common.interpreter --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.common.interpreter --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.interpreter/target/org.eclipse.sirius.common.interpreter-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.common.interpreter --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.interpreter/target/org.eclipse.sirius.common.interpreter-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.common.interpreter --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.common.interpreter --- [INFO] [INFO] ----------< org.eclipse.sirius:org.eclipse.sirius.common.ocl >---------- [INFO] Building org.eclipse.sirius.common.ocl 7.4.1-SNAPSHOT [16/141] [INFO] from plugins/org.eclipse.sirius.common.ocl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.common.ocl:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.ocl/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.common.ocl --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.common.ocl --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.common.ocl --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.common.ocl --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.common.ocl --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.common.ocl --- [INFO] Resolving class path of org.eclipse.sirius.common.ocl [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.common.ocl --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.ocl/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.common.ocl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.ocl/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.common.ocl --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.ocl/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.common.ocl --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.common.ocl --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.common.ocl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.ocl/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.common.ocl --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.common.ocl --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.common.ocl --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.ocl/target/org.eclipse.sirius.common.ocl-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.common.ocl --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.ocl/target/org.eclipse.sirius.common.ocl-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.common.ocl --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.common.ocl --- [INFO] [INFO] --------< org.eclipse.sirius:org.eclipse.sirius.diagram.model >--------- [INFO] Building org.eclipse.sirius.diagram.model 7.4.1-SNAPSHOT [17/141] [INFO] from plugins/org.eclipse.sirius.diagram.model/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.diagram.model:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.model/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.diagram.model --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.diagram.model --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.diagram.model --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.diagram.model --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.diagram.model --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.diagram.model --- [INFO] Resolving class path of org.eclipse.sirius.diagram.model [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.diagram.model --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.model/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.diagram.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.model/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.diagram.model --- [INFO] Compiling 363 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.model/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.diagram.model --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.diagram.model --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.diagram.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.model/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.diagram.model --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.diagram.model --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.diagram.model --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.model/target/org.eclipse.sirius.diagram.model-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.diagram.model --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.model/target/org.eclipse.sirius.diagram.model-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.diagram.model --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.diagram.model --- [INFO] [INFO] -----------< org.eclipse.sirius:org.eclipse.sirius.diagram >------------ [INFO] Building org.eclipse.sirius.diagram 7.4.1-SNAPSHOT [18/141] [INFO] from plugins/org.eclipse.sirius.diagram/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.diagram:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.diagram --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.diagram --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.diagram --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.diagram --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.diagram --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.diagram --- [INFO] Resolving class path of org.eclipse.sirius.diagram [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.diagram --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.diagram --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.diagram --- [INFO] Compiling 240 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.diagram --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.diagram --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.diagram --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.diagram --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.diagram --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.diagram --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram/target/org.eclipse.sirius.diagram-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.diagram --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram/target/org.eclipse.sirius.diagram-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.diagram --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.diagram --- [INFO] [INFO] ------< org.eclipse.sirius:org.eclipse.sirius.diagram.formatdata >------ [INFO] Building org.eclipse.sirius.diagram.formatdata 7.4.1-SNAPSHOT [19/141] [INFO] from plugins/org.eclipse.sirius.diagram.formatdata/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.diagram.formatdata:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.formatdata/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.diagram.formatdata --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.diagram.formatdata --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.diagram.formatdata --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.diagram.formatdata --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.diagram.formatdata --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.diagram.formatdata --- [INFO] Resolving class path of org.eclipse.sirius.diagram.formatdata [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.diagram.formatdata --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.formatdata/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.diagram.formatdata --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.formatdata/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.diagram.formatdata --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.formatdata/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.diagram.formatdata --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.diagram.formatdata --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.diagram.formatdata --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.formatdata/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.diagram.formatdata --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.diagram.formatdata --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.diagram.formatdata --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.formatdata/target/org.eclipse.sirius.diagram.formatdata-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.diagram.formatdata --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.formatdata/target/org.eclipse.sirius.diagram.formatdata-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.diagram.formatdata --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.diagram.formatdata --- [INFO] [INFO] ---------< org.eclipse.sirius:org.eclipse.sirius.synchronizer >--------- [INFO] Building org.eclipse.sirius.synchronizer 7.4.1-SNAPSHOT [20/141] [INFO] from plugins/org.eclipse.sirius.synchronizer/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.synchronizer:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.synchronizer/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.synchronizer --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.synchronizer --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.synchronizer --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.synchronizer --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.synchronizer --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.synchronizer --- [INFO] Resolving class path of org.eclipse.sirius.synchronizer [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.synchronizer --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.synchronizer/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.synchronizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.synchronizer/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.synchronizer --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.synchronizer/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.synchronizer --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.synchronizer --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.synchronizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.synchronizer/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.synchronizer --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.synchronizer --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.synchronizer --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.synchronizer/target/org.eclipse.sirius.synchronizer-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.synchronizer --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.synchronizer/target/org.eclipse.sirius.synchronizer-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.synchronizer --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.synchronizer --- [INFO] [INFO] ---------< org.eclipse.sirius:org.eclipse.sirius.table.model >---------- [INFO] Building org.eclipse.sirius.table.model 7.4.1-SNAPSHOT [21/141] [INFO] from plugins/org.eclipse.sirius.table.model/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.table.model:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.table.model/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.table.model --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.table.model --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.table.model --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.table.model --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.table.model --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.table.model --- [INFO] Resolving class path of org.eclipse.sirius.table.model [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.table.model --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.table.model/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.table.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.table.model/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.table.model --- [INFO] Compiling 114 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.table.model/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.table.model --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.table.model --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.table.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.table.model/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.table.model --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.table.model --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.table.model --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.table.model/target/org.eclipse.sirius.table.model-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.table.model --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.table.model/target/org.eclipse.sirius.table.model-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.table.model --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.table.model --- [INFO] [INFO] ------------< org.eclipse.sirius:org.eclipse.sirius.table >------------- [INFO] Building org.eclipse.sirius.table 7.4.1-SNAPSHOT [22/141] [INFO] from plugins/org.eclipse.sirius.table/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.table:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.table/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.table --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.table --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.table --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.table --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.table --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.table --- [INFO] Resolving class path of org.eclipse.sirius.table [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.table --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.table/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.table --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.table/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.table --- [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.table/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.table --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.table --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.table --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.table/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.table --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.table --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.table --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.table/target/org.eclipse.sirius.table-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.table --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.table/target/org.eclipse.sirius.table-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.table --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.table --- [INFO] [INFO] ----------< org.eclipse.sirius:org.eclipse.sirius.tree.model >---------- [INFO] Building org.eclipse.sirius.tree.model 7.4.1-SNAPSHOT [23/141] [INFO] from plugins/org.eclipse.sirius.tree.model/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tree.model:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tree.model/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tree.model --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tree.model --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tree.model --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tree.model --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tree.model --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tree.model --- [INFO] Resolving class path of org.eclipse.sirius.tree.model [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tree.model --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tree.model/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tree.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tree.model/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tree.model --- [INFO] Compiling 73 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tree.model/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.tree.model --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tree.model --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tree.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tree.model/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.tree.model --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tree.model --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tree.model --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tree.model/target/org.eclipse.sirius.tree.model-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tree.model --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tree.model/target/org.eclipse.sirius.tree.model-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tree.model --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tree.model --- [INFO] [INFO] -------------< org.eclipse.sirius:org.eclipse.sirius.tree >------------- [INFO] Building org.eclipse.sirius.tree 7.4.1-SNAPSHOT [24/141] [INFO] from plugins/org.eclipse.sirius.tree/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tree:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tree/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tree --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tree --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tree --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tree --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tree --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tree --- [INFO] Resolving class path of org.eclipse.sirius.tree [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tree --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tree/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tree --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tree/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tree --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tree/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.tree --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tree --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tree --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tree/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.tree --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tree --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tree --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tree/target/org.eclipse.sirius.tree-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tree --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tree/target/org.eclipse.sirius.tree-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tree --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tree --- [INFO] [INFO] --------< org.eclipse.sirius:org.eclipse.sirius.model.feature >--------- [INFO] Building org.eclipse.sirius.model.feature 7.4.1-SNAPSHOT [25/141] [INFO] from packaging/org.eclipse.sirius.model.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.model.feature:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.model.feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.model.feature --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.model.feature/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.model.feature --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.model.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.model.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.model.feature --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.model.feature --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.model.feature/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.model.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.model.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.model.feature --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.model.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.sirius.model.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.model.feature/target/org.eclipse.sirius.model.feature-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.model.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sirius.model.feature --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.sirius.model.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.model.feature/target/org.eclipse.sirius.model.feature-7.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.model.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.sirius.model.feature --- [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.model.feature:xml:p2metadata:7.4.1-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.model.feature:xml:p2artifacts:7.4.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] -----------< org.eclipse.sirius:org.eclipse.sirius.runtime >------------ [INFO] Building org.eclipse.sirius.runtime 7.4.1-SNAPSHOT [26/141] [INFO] from packaging/org.eclipse.sirius.runtime/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.runtime:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.runtime --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.runtime --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.runtime --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.runtime --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.runtime --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.runtime --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.runtime --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.runtime --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.sirius.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime/target/org.eclipse.sirius.runtime-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.runtime --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sirius.runtime --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.sirius.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime/target/org.eclipse.sirius.runtime-7.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.runtime --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.sirius.runtime --- [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.runtime:xml:p2metadata:7.4.1-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.runtime:xml:p2artifacts:7.4.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] -------< org.eclipse.sirius:org.eclipse.sirius.runtime.acceleo >-------- [INFO] Building org.eclipse.sirius.runtime.acceleo 7.4.1-SNAPSHOT [27/141] [INFO] from packaging/org.eclipse.sirius.runtime.acceleo/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.runtime.acceleo:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.acceleo/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.runtime.acceleo --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.acceleo/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.runtime.acceleo --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.runtime.acceleo --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.runtime.acceleo --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.runtime.acceleo --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.runtime.acceleo --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.acceleo/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.runtime.acceleo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.acceleo/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.runtime.acceleo --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.runtime.acceleo --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.sirius.runtime.acceleo --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.acceleo/target/org.eclipse.sirius.runtime.acceleo-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.runtime.acceleo --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sirius.runtime.acceleo --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.sirius.runtime.acceleo --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.acceleo/target/org.eclipse.sirius.runtime.acceleo-7.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.runtime.acceleo --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.sirius.runtime.acceleo --- [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.runtime.acceleo:xml:p2metadata:7.4.1-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.runtime.acceleo:xml:p2artifacts:7.4.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ---------< org.eclipse.sirius:org.eclipse.sirius.runtime.aql >---------- [INFO] Building org.eclipse.sirius.runtime.aql 7.4.1-SNAPSHOT [28/141] [INFO] from packaging/org.eclipse.sirius.runtime.aql/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.runtime.aql:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.aql/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.runtime.aql --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.aql/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.runtime.aql --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.runtime.aql --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.runtime.aql --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.runtime.aql --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.runtime.aql --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.aql/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.runtime.aql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.aql/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.runtime.aql --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.runtime.aql --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.sirius.runtime.aql --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.aql/target/org.eclipse.sirius.runtime.aql-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.runtime.aql --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sirius.runtime.aql --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.sirius.runtime.aql --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.aql/target/org.eclipse.sirius.runtime.aql-7.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.runtime.aql --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.sirius.runtime.aql --- [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.runtime.aql:xml:p2metadata:7.4.1-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.runtime.aql:xml:p2artifacts:7.4.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ---------< org.eclipse.sirius:org.eclipse.sirius.runtime.ocl >---------- [INFO] Building org.eclipse.sirius.runtime.ocl 7.4.1-SNAPSHOT [29/141] [INFO] from packaging/org.eclipse.sirius.runtime.ocl/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.runtime.ocl:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ocl/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.runtime.ocl --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ocl/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.runtime.ocl --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.runtime.ocl --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.runtime.ocl --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.runtime.ocl --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.runtime.ocl --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ocl/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.runtime.ocl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ocl/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.runtime.ocl --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.runtime.ocl --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.sirius.runtime.ocl --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ocl/target/org.eclipse.sirius.runtime.ocl-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.runtime.ocl --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sirius.runtime.ocl --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.sirius.runtime.ocl --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ocl/target/org.eclipse.sirius.runtime.ocl-7.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.runtime.ocl --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.sirius.runtime.ocl --- [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.runtime.ocl:xml:p2metadata:7.4.1-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.runtime.ocl:xml:p2artifacts:7.4.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] -------< org.eclipse.sirius:org.eclipse.sirius.headless.update >-------- [INFO] Building org.eclipse.sirius.headless.update 7.4.1-SNAPSHOT [30/141] [INFO] from packaging/org.eclipse.sirius.headless.update/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.headless.update:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.headless.update/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.headless.update --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.headless.update --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- resources:3.2.0:copy-resources (copy-resources) @ org.eclipse.sirius.headless.update --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.sirius.headless.update --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.headless.update/target [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.headless.update --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.headless.update --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.headless.update/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.headless.update --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.headless.update/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:4.0.4:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.sirius.headless.update --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [INFO] [INFO] --- tycho-p2-publisher:4.0.4:publish-products (default-publish-products) @ org.eclipse.sirius.headless.update --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:4.0.4:publish-categories (default-publish-categories) @ org.eclipse.sirius.headless.update --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:4.0.4:attach-artifacts (default-attach-artifacts) @ org.eclipse.sirius.headless.update --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:4.0.4:assemble-repository (default-assemble-repository) @ org.eclipse.sirius.headless.update --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.headless.update --- [INFO] [INFO] --- tycho-p2-repository:4.0.4:archive-repository (default-archive-repository) @ org.eclipse.sirius.headless.update --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.headless.update/target/org.eclipse.sirius.headless.update-7.4.1-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.headless.update --- [INFO] [INFO] ----------< org.eclipse.sirius:org.eclipse.sirius.ext.draw2d >---------- [INFO] Building org.eclipse.sirius.ext.draw2d 7.4.1-SNAPSHOT [31/141] [INFO] from plugins/org.eclipse.sirius.ext.draw2d/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.ext.draw2d:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.draw2d/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.ext.draw2d --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.ext.draw2d --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.ext.draw2d --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.ext.draw2d --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.ext.draw2d --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.ext.draw2d --- [INFO] Resolving class path of org.eclipse.sirius.ext.draw2d [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.ext.draw2d --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.draw2d/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.ext.draw2d --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.draw2d/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.ext.draw2d --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.draw2d/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.ext.draw2d --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.ext.draw2d --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.ext.draw2d --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.draw2d/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.ext.draw2d --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.ext.draw2d --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.ext.draw2d --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.draw2d/target/org.eclipse.sirius.ext.draw2d-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.ext.draw2d --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.draw2d/target/org.eclipse.sirius.ext.draw2d-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.ext.draw2d --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.ext.draw2d --- [INFO] [INFO] ----------< org.eclipse.sirius:org.eclipse.sirius.ext.e3.ui >----------- [INFO] Building org.eclipse.sirius.ext.e3.ui 7.4.1-SNAPSHOT [32/141] [INFO] from plugins/org.eclipse.sirius.ext.e3.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.ext.e3.ui:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.e3.ui/pom.xml [WARNING] [fc78ecf2-a29c-4346-b863-c6be2c0bbbf1][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.jxpath,1.3.0.v200911051830 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.ext.e3.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.ext.e3.ui --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.ext.e3.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.ext.e3.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.ext.e3.ui --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.ext.e3.ui --- [INFO] Resolving class path of org.eclipse.sirius.ext.e3.ui [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.ext.e3.ui --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.e3.ui/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.ext.e3.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.e3.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.ext.e3.ui --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.e3.ui/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.e3.ui/src/org/eclipse/sirius/ext/e3/ui/dialogs/FilteredTree.java:[1210] public void add(Object parentElementOrTreePath, Object[] childElements) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Varargs methods should only override or be overridden by other varargs methods unlike FilteredTree.NotifyingTreeViewer.add(Object, Object[]) and AbstractTreeViewer.add(Object, Object...) [WARNING] /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.e3.ui/src/org/eclipse/sirius/ext/e3/ui/dialogs/FilteredTree.java:[1259] public void remove(Object parent, Object[] elements) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Varargs methods should only override or be overridden by other varargs methods unlike FilteredTree.NotifyingTreeViewer.remove(Object, Object[]) and AbstractTreeViewer.remove(Object, Object...) [WARNING] /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.e3.ui/src/org/eclipse/sirius/ext/e3/ui/dialogs/FilteredTree.java:[1265] public void remove(Object[] elementsOrTreePaths) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Varargs methods should only override or be overridden by other varargs methods unlike FilteredTree.NotifyingTreeViewer.remove(Object[]) and AbstractTreeViewer.remove(Object...) 3 problems (3 warnings) [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.ext.e3.ui --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.ext.e3.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.ext.e3.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.e3.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.ext.e3.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.ext.e3.ui --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.ext.e3.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.e3.ui/target/org.eclipse.sirius.ext.e3.ui-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.ext.e3.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.e3.ui/target/org.eclipse.sirius.ext.e3.ui-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.ext.e3.ui --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.ext.e3.ui --- [INFO] [INFO] ----------< org.eclipse.sirius:org.eclipse.sirius.ext.emf.ui >---------- [INFO] Building org.eclipse.sirius.ext.emf.ui 7.4.1-SNAPSHOT [33/141] [INFO] from plugins/org.eclipse.sirius.ext.emf.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.ext.emf.ui:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.emf.ui/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.ext.emf.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.ext.emf.ui --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.ext.emf.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.ext.emf.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.ext.emf.ui --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.ext.emf.ui --- [INFO] Resolving class path of org.eclipse.sirius.ext.emf.ui [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.ext.emf.ui --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.emf.ui/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.ext.emf.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.emf.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.ext.emf.ui --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.emf.ui/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.ext.emf.ui --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.ext.emf.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.ext.emf.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.emf.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.ext.emf.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.ext.emf.ui --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.ext.emf.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.emf.ui/target/org.eclipse.sirius.ext.emf.ui-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.ext.emf.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.emf.ui/target/org.eclipse.sirius.ext.emf.ui-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.ext.emf.ui --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.ext.emf.ui --- [INFO] [INFO] -----------< org.eclipse.sirius:org.eclipse.sirius.ext.gef >------------ [INFO] Building org.eclipse.sirius.ext.gef 7.4.1-SNAPSHOT [34/141] [INFO] from plugins/org.eclipse.sirius.ext.gef/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.ext.gef:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.gef/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.ext.gef --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.ext.gef --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.ext.gef --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.ext.gef --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.ext.gef --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.ext.gef --- [INFO] Resolving class path of org.eclipse.sirius.ext.gef [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.ext.gef --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.gef/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.ext.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.gef/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.ext.gef --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.gef/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.ext.gef --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.ext.gef --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.ext.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.gef/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.ext.gef --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.ext.gef --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.ext.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.gef/target/org.eclipse.sirius.ext.gef-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.ext.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.gef/target/org.eclipse.sirius.ext.gef-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.ext.gef --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.ext.gef --- [INFO] [INFO] -------< org.eclipse.sirius:org.eclipse.sirius.ext.gmf.runtime >-------- [INFO] Building org.eclipse.sirius.ext.gmf.runtime 7.4.1-SNAPSHOT [35/141] [INFO] from plugins/org.eclipse.sirius.ext.gmf.runtime/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.ext.gmf.runtime:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.gmf.runtime/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.ext.gmf.runtime --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.ext.gmf.runtime --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.ext.gmf.runtime --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.ext.gmf.runtime --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.ext.gmf.runtime --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.ext.gmf.runtime --- [INFO] Resolving class path of org.eclipse.sirius.ext.gmf.runtime [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.ext.gmf.runtime --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.gmf.runtime/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.ext.gmf.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.gmf.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.ext.gmf.runtime --- [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.gmf.runtime/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.ext.gmf.runtime --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.ext.gmf.runtime --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.ext.gmf.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.gmf.runtime/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.ext.gmf.runtime --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.ext.gmf.runtime --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.ext.gmf.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.gmf.runtime/target/org.eclipse.sirius.ext.gmf.runtime-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.ext.gmf.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.gmf.runtime/target/org.eclipse.sirius.ext.gmf.runtime-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.ext.gmf.runtime --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.ext.gmf.runtime --- [INFO] [INFO] ----------< org.eclipse.sirius:org.eclipse.sirius.ext.jface >----------- [INFO] Building org.eclipse.sirius.ext.jface 7.4.1-SNAPSHOT [36/141] [INFO] from plugins/org.eclipse.sirius.ext.jface/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.ext.jface:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.jface/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.ext.jface --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.ext.jface --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.ext.jface --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.ext.jface --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.ext.jface --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.ext.jface --- [INFO] Resolving class path of org.eclipse.sirius.ext.jface [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.ext.jface --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.jface/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.ext.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.jface/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.ext.jface --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.jface/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.ext.jface --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.ext.jface --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.ext.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.jface/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.ext.jface --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.ext.jface --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.ext.jface --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.jface/target/org.eclipse.sirius.ext.jface-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.ext.jface --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.jface/target/org.eclipse.sirius.ext.jface-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.ext.jface --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.ext.jface --- [INFO] [INFO] -----------< org.eclipse.sirius:org.eclipse.sirius.ext.swt >------------ [INFO] Building org.eclipse.sirius.ext.swt 7.4.1-SNAPSHOT [37/141] [INFO] from plugins/org.eclipse.sirius.ext.swt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.ext.swt:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.swt/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.ext.swt --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.ext.swt --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.ext.swt --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.ext.swt --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.ext.swt --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.ext.swt --- [INFO] Resolving class path of org.eclipse.sirius.ext.swt [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.ext.swt --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.swt/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.ext.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.swt/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.ext.swt --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.swt/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.ext.swt --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.ext.swt --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.ext.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.swt/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.ext.swt --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.ext.swt --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.ext.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.swt/target/org.eclipse.sirius.ext.swt-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.ext.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ext.swt/target/org.eclipse.sirius.ext.swt-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.ext.swt --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.ext.swt --- [INFO] [INFO] ----< org.eclipse.sirius:org.eclipse.sirius.common.acceleo.aql.ide >---- [INFO] Building org.eclipse.sirius.common.acceleo.aql.ide 7.4.1-SNAPSHOT [38/141] [INFO] from plugins/org.eclipse.sirius.common.acceleo.aql.ide/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.common.acceleo.aql.ide:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.acceleo.aql.ide/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.common.acceleo.aql.ide --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.common.acceleo.aql.ide --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.common.acceleo.aql.ide --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.common.acceleo.aql.ide --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.common.acceleo.aql.ide --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.common.acceleo.aql.ide --- [INFO] Resolving class path of org.eclipse.sirius.common.acceleo.aql.ide [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.common.acceleo.aql.ide --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.acceleo.aql.ide/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.common.acceleo.aql.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.acceleo.aql.ide/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.common.acceleo.aql.ide --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.acceleo.aql.ide/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.common.acceleo.aql.ide --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.common.acceleo.aql.ide --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.common.acceleo.aql.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.acceleo.aql.ide/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.common.acceleo.aql.ide --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.common.acceleo.aql.ide --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.common.acceleo.aql.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.acceleo.aql.ide/target/org.eclipse.sirius.common.acceleo.aql.ide-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.common.acceleo.aql.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.acceleo.aql.ide/target/org.eclipse.sirius.common.acceleo.aql.ide-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.common.acceleo.aql.ide --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.common.acceleo.aql.ide --- [INFO] [INFO] ----< org.eclipse.sirius:org.eclipse.sirius.common.acceleo.mtl.ide >---- [INFO] Building org.eclipse.sirius.common.acceleo.mtl.ide 7.4.1-SNAPSHOT [39/141] [INFO] from plugins/org.eclipse.sirius.common.acceleo.mtl.ide/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.common.acceleo.mtl.ide:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.acceleo.mtl.ide/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.common.acceleo.mtl.ide --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.common.acceleo.mtl.ide --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.common.acceleo.mtl.ide --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.common.acceleo.mtl.ide --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.common.acceleo.mtl.ide --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.common.acceleo.mtl.ide --- [INFO] Resolving class path of org.eclipse.sirius.common.acceleo.mtl.ide [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.common.acceleo.mtl.ide --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.acceleo.mtl.ide/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.common.acceleo.mtl.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.acceleo.mtl.ide/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.common.acceleo.mtl.ide --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.acceleo.mtl.ide/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.common.acceleo.mtl.ide --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.common.acceleo.mtl.ide --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.common.acceleo.mtl.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.acceleo.mtl.ide/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.common.acceleo.mtl.ide --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.common.acceleo.mtl.ide --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.common.acceleo.mtl.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.acceleo.mtl.ide/target/org.eclipse.sirius.common.acceleo.mtl.ide-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.common.acceleo.mtl.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.acceleo.mtl.ide/target/org.eclipse.sirius.common.acceleo.mtl.ide-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.common.acceleo.mtl.ide --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.common.acceleo.mtl.ide --- [INFO] [INFO] ----------< org.eclipse.sirius:org.eclipse.sirius.common.ui >----------- [INFO] Building org.eclipse.sirius.common.ui 7.4.1-SNAPSHOT [40/141] [INFO] from plugins/org.eclipse.sirius.common.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.common.ui:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.ui/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.common.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.common.ui --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.common.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.common.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.common.ui --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.common.ui --- [INFO] Resolving class path of org.eclipse.sirius.common.ui [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.common.ui --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.ui/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.common.ui --- [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.ui/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.common.ui --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.common.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.common.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.common.ui --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.ui/target/org.eclipse.sirius.common.ui-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.ui/target/org.eclipse.sirius.common.ui-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.common.ui --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.common.ui --- [INFO] [INFO] --------< org.eclipse.sirius:org.eclipse.sirius.common.ui.ext >--------- [INFO] Building org.eclipse.sirius.common.ui.ext 7.4.1-SNAPSHOT [41/141] [INFO] from plugins/org.eclipse.sirius.common.ui.ext/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.common.ui.ext:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.ui.ext/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.common.ui.ext --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.common.ui.ext --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.common.ui.ext --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.common.ui.ext --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.common.ui.ext --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.common.ui.ext --- [INFO] Resolving class path of org.eclipse.sirius.common.ui.ext [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.common.ui.ext --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.ui.ext/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.common.ui.ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.ui.ext/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.common.ui.ext --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.ui.ext/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.common.ui.ext --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.common.ui.ext --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.common.ui.ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.ui.ext/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.common.ui.ext --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.common.ui.ext --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.common.ui.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.ui.ext/target/org.eclipse.sirius.common.ui.ext-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.common.ui.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.ui.ext/target/org.eclipse.sirius.common.ui.ext-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.common.ui.ext --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.common.ui.ext --- [INFO] [INFO] ---------< org.eclipse.sirius:org.eclipse.sirius.common.xtext >--------- [INFO] Building org.eclipse.sirius.common.xtext 7.4.1-SNAPSHOT [42/141] [INFO] from plugins/org.eclipse.sirius.common.xtext/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.common.xtext:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.xtext/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.common.xtext --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.common.xtext --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.common.xtext --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.common.xtext --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.common.xtext --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.common.xtext --- [INFO] Resolving class path of org.eclipse.sirius.common.xtext [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.common.xtext --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.xtext/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.common.xtext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.xtext/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.common.xtext --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.xtext/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.common.xtext --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.common.xtext --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.common.xtext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.xtext/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.common.xtext --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.common.xtext --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.common.xtext --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.xtext/target/org.eclipse.sirius.common.xtext-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.common.xtext --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.xtext/target/org.eclipse.sirius.common.xtext-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.common.xtext --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.common.xtext --- [INFO] [INFO] --------------< org.eclipse.sirius:org.eclipse.sirius.ui >-------------- [INFO] Building org.eclipse.sirius.ui 7.4.1-SNAPSHOT [43/141] [INFO] from plugins/org.eclipse.sirius.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.ui:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.ui --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.ui --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.ui --- [INFO] Resolving class path of org.eclipse.sirius.ui [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.ui --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.ui --- [INFO] Compiling 425 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui/src/org/eclipse/sirius/ui/tools/internal/views/common/navigator/filter/FilteredCommonTree.java:[1154] public void add(Object parentElementOrTreePath, Object[] childElements) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Varargs methods should only override or be overridden by other varargs methods unlike FilteredCommonTree.NotifyingCommonViewer.add(Object, Object[]) and CommonViewer.add(Object, Object...) [WARNING] /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui/src/org/eclipse/sirius/ui/tools/internal/views/common/navigator/filter/FilteredCommonTree.java:[1202] public void remove(Object aParent, Object[] elements) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Varargs methods should only override or be overridden by other varargs methods unlike FilteredCommonTree.NotifyingCommonViewer.remove(Object, Object[]) and AbstractTreeViewer.remove(Object, Object...) [WARNING] /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui/src/org/eclipse/sirius/ui/tools/internal/views/common/navigator/filter/FilteredCommonTree.java:[1208] public void remove(Object[] elementsOrTreePaths) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Varargs methods should only override or be overridden by other varargs methods unlike FilteredCommonTree.NotifyingCommonViewer.remove(Object[]) and CommonViewer.remove(Object...) 3 problems (3 warnings) [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.ui --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.ui --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui/target/org.eclipse.sirius.ui-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui/target/org.eclipse.sirius.ui-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.ui --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.ui --- [INFO] [INFO] ----------< org.eclipse.sirius:org.eclipse.sirius.diagram.ui >---------- [INFO] Building org.eclipse.sirius.diagram.ui 7.4.1-SNAPSHOT [44/141] [INFO] from plugins/org.eclipse.sirius.diagram.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.diagram.ui:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.ui/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.diagram.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.diagram.ui --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.diagram.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.diagram.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.diagram.ui --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.diagram.ui --- [INFO] Resolving class path of org.eclipse.sirius.diagram.ui [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.diagram.ui --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.ui/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.diagram.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.diagram.ui --- [INFO] Compiling 1128 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.ui/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.diagram.ui --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.diagram.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.diagram.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.diagram.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.diagram.ui --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.diagram.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.ui/target/org.eclipse.sirius.diagram.ui-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.diagram.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.ui/target/org.eclipse.sirius.diagram.ui-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.diagram.ui --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.diagram.ui --- [INFO] [INFO] ---------< org.eclipse.sirius:org.eclipse.sirius.diagram.elk >---------- [INFO] Building org.eclipse.sirius.diagram.elk 7.4.1-SNAPSHOT [45/141] [INFO] from plugins/org.eclipse.sirius.diagram.elk/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.diagram.elk:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.elk/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.diagram.elk --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.diagram.elk --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.diagram.elk --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.diagram.elk --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.diagram.elk --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.diagram.elk --- [INFO] Resolving class path of org.eclipse.sirius.diagram.elk [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.diagram.elk --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.elk/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.diagram.elk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.elk/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.diagram.elk --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.elk/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.diagram.elk --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.diagram.elk --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.diagram.elk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.elk/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.diagram.elk --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.diagram.elk --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.diagram.elk --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.elk/target/org.eclipse.sirius.diagram.elk-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.diagram.elk --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.elk/target/org.eclipse.sirius.diagram.elk-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.diagram.elk --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.diagram.elk --- [INFO] [INFO] ------< org.eclipse.sirius:org.eclipse.sirius.diagram.elk.debug >------- [INFO] Building org.eclipse.sirius.diagram.elk.debug 7.4.1-SNAPSHOT [46/141] [INFO] from plugins/org.eclipse.sirius.diagram.elk.debug/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.diagram.elk.debug:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.elk.debug/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.diagram.elk.debug --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.diagram.elk.debug --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.diagram.elk.debug --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.diagram.elk.debug --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.diagram.elk.debug --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.diagram.elk.debug --- [INFO] Resolving class path of org.eclipse.sirius.diagram.elk.debug [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.diagram.elk.debug --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.elk.debug/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.diagram.elk.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.elk.debug/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.diagram.elk.debug --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.elk.debug/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.diagram.elk.debug --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.diagram.elk.debug --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.diagram.elk.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.elk.debug/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.diagram.elk.debug --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.diagram.elk.debug --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.diagram.elk.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.elk.debug/target/org.eclipse.sirius.diagram.elk.debug-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.diagram.elk.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.elk.debug/target/org.eclipse.sirius.diagram.elk.debug-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.diagram.elk.debug --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.diagram.elk.debug --- [INFO] [INFO] ----< org.eclipse.sirius:org.eclipse.sirius.diagram.sequence.model >---- [INFO] Building org.eclipse.sirius.diagram.sequence.model 7.4.1-SNAPSHOT [47/141] [INFO] from plugins/org.eclipse.sirius.diagram.sequence.model/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.diagram.sequence.model:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.sequence.model/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.diagram.sequence.model --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.diagram.sequence.model --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.diagram.sequence.model --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.diagram.sequence.model --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.diagram.sequence.model --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.diagram.sequence.model --- [INFO] Resolving class path of org.eclipse.sirius.diagram.sequence.model [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.diagram.sequence.model --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.sequence.model/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.diagram.sequence.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.sequence.model/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.diagram.sequence.model --- [INFO] Compiling 158 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.sequence.model/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.diagram.sequence.model --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.diagram.sequence.model --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.diagram.sequence.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.sequence.model/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.diagram.sequence.model --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.diagram.sequence.model --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.diagram.sequence.model --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.sequence.model/target/org.eclipse.sirius.diagram.sequence.model-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.diagram.sequence.model --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.sequence.model/target/org.eclipse.sirius.diagram.sequence.model-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.diagram.sequence.model --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.diagram.sequence.model --- [INFO] [INFO] --------< org.eclipse.sirius:org.eclipse.sirius.diagram.ui.ext >-------- [INFO] Building org.eclipse.sirius.diagram.ui.ext 7.4.1-SNAPSHOT [48/141] [INFO] from plugins/org.eclipse.sirius.diagram.ui.ext/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.diagram.ui.ext:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.ui.ext/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.diagram.ui.ext --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.diagram.ui.ext --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.diagram.ui.ext --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.diagram.ui.ext --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.diagram.ui.ext --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.diagram.ui.ext --- [INFO] Resolving class path of org.eclipse.sirius.diagram.ui.ext [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.diagram.ui.ext --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.ui.ext/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.diagram.ui.ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.ui.ext/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.diagram.ui.ext --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.ui.ext/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.diagram.ui.ext --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.diagram.ui.ext --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.diagram.ui.ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.ui.ext/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.diagram.ui.ext --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.diagram.ui.ext --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.diagram.ui.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.ui.ext/target/org.eclipse.sirius.diagram.ui.ext-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.diagram.ui.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.ui.ext/target/org.eclipse.sirius.diagram.ui.ext-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.diagram.ui.ext --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.diagram.ui.ext --- [INFO] [INFO] -------< org.eclipse.sirius:org.eclipse.sirius.diagram.sequence >------- [INFO] Building org.eclipse.sirius.diagram.sequence 7.4.1-SNAPSHOT [49/141] [INFO] from plugins/org.eclipse.sirius.diagram.sequence/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.diagram.sequence:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.sequence/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.diagram.sequence --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.diagram.sequence --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.diagram.sequence --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.diagram.sequence --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.diagram.sequence --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.diagram.sequence --- [INFO] Resolving class path of org.eclipse.sirius.diagram.sequence [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.diagram.sequence --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.sequence/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.diagram.sequence --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.sequence/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.diagram.sequence --- [INFO] Compiling 106 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.sequence/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.diagram.sequence --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.diagram.sequence --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.diagram.sequence --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.sequence/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.diagram.sequence --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.diagram.sequence --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.diagram.sequence --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.sequence/target/org.eclipse.sirius.diagram.sequence-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.diagram.sequence --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.sequence/target/org.eclipse.sirius.diagram.sequence-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.diagram.sequence --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.diagram.sequence --- [INFO] [INFO] ----< org.eclipse.sirius:org.eclipse.sirius.diagram.sequence.edit >----- [INFO] Building org.eclipse.sirius.diagram.sequence.edit 7.4.1-SNAPSHOT [50/141] [INFO] from plugins/org.eclipse.sirius.diagram.sequence.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.diagram.sequence.edit:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.sequence.edit/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.diagram.sequence.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.diagram.sequence.edit --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.diagram.sequence.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.diagram.sequence.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.diagram.sequence.edit --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.diagram.sequence.edit --- [INFO] Resolving class path of org.eclipse.sirius.diagram.sequence.edit [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.diagram.sequence.edit --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.sequence.edit/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.diagram.sequence.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.sequence.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.diagram.sequence.edit --- [INFO] Compiling 64 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.sequence.edit/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.diagram.sequence.edit --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.diagram.sequence.edit --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.diagram.sequence.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.sequence.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.diagram.sequence.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.diagram.sequence.edit --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.diagram.sequence.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.sequence.edit/target/org.eclipse.sirius.diagram.sequence.edit-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.diagram.sequence.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.sequence.edit/target/org.eclipse.sirius.diagram.sequence.edit-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.diagram.sequence.edit --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.diagram.sequence.edit --- [INFO] [INFO] -----< org.eclipse.sirius:org.eclipse.sirius.diagram.sequence.ui >------ [INFO] Building org.eclipse.sirius.diagram.sequence.ui 7.4.1-SNAPSHOT [51/141] [INFO] from plugins/org.eclipse.sirius.diagram.sequence.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.diagram.sequence.ui:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.sequence.ui/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.diagram.sequence.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.diagram.sequence.ui --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.diagram.sequence.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.diagram.sequence.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.diagram.sequence.ui --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.diagram.sequence.ui --- [INFO] Resolving class path of org.eclipse.sirius.diagram.sequence.ui [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.diagram.sequence.ui --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.sequence.ui/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.diagram.sequence.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.sequence.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.diagram.sequence.ui --- [INFO] Compiling 104 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.sequence.ui/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.diagram.sequence.ui --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.diagram.sequence.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.diagram.sequence.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.sequence.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.diagram.sequence.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.diagram.sequence.ui --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.diagram.sequence.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.sequence.ui/target/org.eclipse.sirius.diagram.sequence.ui-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.diagram.sequence.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.diagram.sequence.ui/target/org.eclipse.sirius.diagram.sequence.ui-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.diagram.sequence.ui --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.diagram.sequence.ui --- [INFO] [INFO] -------------< org.eclipse.sirius:org.eclipse.sirius.doc >-------------- [INFO] Building org.eclipse.sirius.doc 7.4.1-SNAPSHOT [52/141] [INFO] from plugins/org.eclipse.sirius.doc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.doc:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.doc/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.doc --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.doc --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.doc --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.doc --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.doc --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.doc --- [INFO] Resolving class path of org.eclipse.sirius.doc [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.doc --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.doc/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.doc --- [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.doc --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.doc --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.doc --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.doc --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.doc/target/org.eclipse.sirius.doc-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.doc/target/org.eclipse.sirius.doc-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.doc --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.doc --- [INFO] [INFO] ------------< org.eclipse.sirius:org.eclipse.sirius.editor >------------ [INFO] Building org.eclipse.sirius.editor 7.4.1-SNAPSHOT [53/141] [INFO] from plugins/org.eclipse.sirius.editor/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.editor:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.editor --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.editor --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.editor --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.editor --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.editor --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.editor --- [INFO] Resolving class path of org.eclipse.sirius.editor [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.editor --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.editor --- [INFO] Compiling 427 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.editor --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.editor --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.editor --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.editor --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor/target/org.eclipse.sirius.editor-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor/target/org.eclipse.sirius.editor-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.editor --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.editor --- [INFO] [INFO] --------< org.eclipse.sirius:org.eclipse.sirius.editor.diagram >-------- [INFO] Building org.eclipse.sirius.editor.diagram 7.4.1-SNAPSHOT [54/141] [INFO] from plugins/org.eclipse.sirius.editor.diagram/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.editor.diagram:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.diagram/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.editor.diagram --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.editor.diagram --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.editor.diagram --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.editor.diagram --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.editor.diagram --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.editor.diagram --- [INFO] Resolving class path of org.eclipse.sirius.editor.diagram [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.editor.diagram --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.diagram/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.editor.diagram --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.diagram/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.editor.diagram --- [INFO] Compiling 355 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.diagram/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.editor.diagram --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.editor.diagram --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.editor.diagram --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.diagram/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.editor.diagram --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.editor.diagram --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.editor.diagram --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.diagram/target/org.eclipse.sirius.editor.diagram-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.editor.diagram --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.diagram/target/org.eclipse.sirius.editor.diagram-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.editor.diagram --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.editor.diagram --- [INFO] [INFO] -------< org.eclipse.sirius:org.eclipse.sirius.editor.sequence >-------- [INFO] Building org.eclipse.sirius.editor.sequence 7.4.1-SNAPSHOT [55/141] [INFO] from plugins/org.eclipse.sirius.editor.sequence/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.editor.sequence:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.sequence/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.editor.sequence --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.editor.sequence --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.editor.sequence --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.editor.sequence --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.editor.sequence --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.editor.sequence --- [INFO] Resolving class path of org.eclipse.sirius.editor.sequence [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.editor.sequence --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.sequence/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.editor.sequence --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.sequence/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.editor.sequence --- [INFO] Compiling 103 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.sequence/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.editor.sequence --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.editor.sequence --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.editor.sequence --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.sequence/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.editor.sequence --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.editor.sequence --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.editor.sequence --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.sequence/target/org.eclipse.sirius.editor.sequence-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.editor.sequence --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.sequence/target/org.eclipse.sirius.editor.sequence-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.editor.sequence --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.editor.sequence --- [INFO] [INFO] -----------< org.eclipse.sirius:org.eclipse.sirius.table.ui >----------- [INFO] Building org.eclipse.sirius.table.ui 7.4.1-SNAPSHOT [56/141] [INFO] from plugins/org.eclipse.sirius.table.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.table.ui:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.table.ui/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.table.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.table.ui --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.table.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.table.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.table.ui --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.table.ui --- [INFO] Resolving class path of org.eclipse.sirius.table.ui [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.table.ui --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.table.ui/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.table.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.table.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.table.ui --- [INFO] Compiling 210 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.table.ui/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.table.ui --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.table.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.table.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.table.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.table.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.table.ui --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.table.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.table.ui/target/org.eclipse.sirius.table.ui-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.table.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.table.ui/target/org.eclipse.sirius.table.ui-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.table.ui --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.table.ui --- [INFO] [INFO] ---------< org.eclipse.sirius:org.eclipse.sirius.editor.table >--------- [INFO] Building org.eclipse.sirius.editor.table 7.4.1-SNAPSHOT [57/141] [INFO] from plugins/org.eclipse.sirius.editor.table/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.editor.table:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.table/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.editor.table --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.editor.table --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.editor.table --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.editor.table --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.editor.table --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.editor.table --- [INFO] Resolving class path of org.eclipse.sirius.editor.table [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.editor.table --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.table/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.editor.table --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.table/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.editor.table --- [INFO] Compiling 84 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.table/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.editor.table --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.editor.table --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.editor.table --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.table/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.editor.table --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.editor.table --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.editor.table --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.table/target/org.eclipse.sirius.editor.table-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.editor.table --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.table/target/org.eclipse.sirius.editor.table-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.editor.table --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.editor.table --- [INFO] [INFO] -----------< org.eclipse.sirius:org.eclipse.sirius.tree.ui >------------ [INFO] Building org.eclipse.sirius.tree.ui 7.4.1-SNAPSHOT [58/141] [INFO] from plugins/org.eclipse.sirius.tree.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tree.ui:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tree.ui/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tree.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tree.ui --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tree.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tree.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tree.ui --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tree.ui --- [INFO] Resolving class path of org.eclipse.sirius.tree.ui [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tree.ui --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tree.ui/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tree.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tree.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tree.ui --- [INFO] Compiling 79 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tree.ui/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.tree.ui --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tree.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tree.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tree.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.tree.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tree.ui --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tree.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tree.ui/target/org.eclipse.sirius.tree.ui-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tree.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tree.ui/target/org.eclipse.sirius.tree.ui-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tree.ui --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tree.ui --- [INFO] [INFO] ---------< org.eclipse.sirius:org.eclipse.sirius.editor.tree >---------- [INFO] Building org.eclipse.sirius.editor.tree 7.4.1-SNAPSHOT [59/141] [INFO] from plugins/org.eclipse.sirius.editor.tree/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.editor.tree:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.tree/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.editor.tree --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.editor.tree --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.editor.tree --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.editor.tree --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.editor.tree --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.editor.tree --- [INFO] Resolving class path of org.eclipse.sirius.editor.tree [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.editor.tree --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.tree/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.editor.tree --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.tree/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.editor.tree --- [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.tree/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.editor.tree --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.editor.tree --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.editor.tree --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.tree/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.editor.tree --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.editor.tree --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.editor.tree --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.tree/target/org.eclipse.sirius.editor.tree-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.editor.tree --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.tree/target/org.eclipse.sirius.editor.tree-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.editor.tree --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.editor.tree --- [INFO] [INFO] ---------< org.eclipse.sirius:org.eclipse.sirius.eef.adapters >--------- [INFO] Building org.eclipse.sirius.eef.adapters 7.4.1-SNAPSHOT [60/141] [INFO] from plugins/org.eclipse.sirius.eef.adapters/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.eef.adapters:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.eef.adapters/pom.xml [WARNING] [fc78ecf2-a29c-4346-b863-c6be2c0bbbf1][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.emf.eef.runtime,1.5.1.201601141612. [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.eef.adapters --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.eef.adapters --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.eef.adapters --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.eef.adapters --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.eef.adapters --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.eef.adapters --- [INFO] Resolving class path of org.eclipse.sirius.eef.adapters [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.eef.adapters --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.eef.adapters/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.eef.adapters --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.eef.adapters/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.eef.adapters --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.eef.adapters/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.eef.adapters --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.eef.adapters --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.eef.adapters --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.eef.adapters/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.eef.adapters --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.eef.adapters --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.eef.adapters --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.eef.adapters/target/org.eclipse.sirius.eef.adapters-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.eef.adapters --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.eef.adapters/target/org.eclipse.sirius.eef.adapters-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.eef.adapters --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.eef.adapters --- [INFO] [INFO] ---------< org.eclipse.sirius:org.eclipse.sirius.interpreter >---------- [INFO] Building org.eclipse.sirius.interpreter 7.4.1-SNAPSHOT [61/141] [INFO] from plugins/org.eclipse.sirius.interpreter/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.interpreter:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.interpreter/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.interpreter --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.interpreter --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.interpreter --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.interpreter --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.interpreter --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.interpreter --- [INFO] Resolving class path of org.eclipse.sirius.interpreter [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.interpreter --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.interpreter/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.interpreter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.interpreter/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.interpreter --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.interpreter/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.interpreter --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.interpreter --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.interpreter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.interpreter/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.interpreter --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.interpreter --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.interpreter --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.interpreter/target/org.eclipse.sirius.interpreter-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.interpreter --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.interpreter/target/org.eclipse.sirius.interpreter-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.interpreter --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.interpreter --- [INFO] [INFO] ---------< org.eclipse.sirius:org.eclipse.sirius.table.ui.ext >--------- [INFO] Building org.eclipse.sirius.table.ui.ext 7.4.1-SNAPSHOT [62/141] [INFO] from plugins/org.eclipse.sirius.table.ui.ext/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.table.ui.ext:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.table.ui.ext/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.table.ui.ext --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.table.ui.ext --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.table.ui.ext --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.table.ui.ext --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.table.ui.ext --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.table.ui.ext --- [INFO] Resolving class path of org.eclipse.sirius.table.ui.ext [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.table.ui.ext --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.table.ui.ext/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.table.ui.ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.table.ui.ext/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.table.ui.ext --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.table.ui.ext/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.table.ui.ext --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.table.ui.ext --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.table.ui.ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.table.ui.ext/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.table.ui.ext --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.table.ui.ext --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.table.ui.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.table.ui.ext/target/org.eclipse.sirius.table.ui.ext-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.table.ui.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.table.ui.ext/target/org.eclipse.sirius.table.ui.ext-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.table.ui.ext --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.table.ui.ext --- [INFO] [INFO] ---------< org.eclipse.sirius:org.eclipse.sirius.tree.ui.ext >---------- [INFO] Building org.eclipse.sirius.tree.ui.ext 7.4.1-SNAPSHOT [63/141] [INFO] from plugins/org.eclipse.sirius.tree.ui.ext/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tree.ui.ext:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tree.ui.ext/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tree.ui.ext --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tree.ui.ext --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tree.ui.ext --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tree.ui.ext --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tree.ui.ext --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tree.ui.ext --- [INFO] Resolving class path of org.eclipse.sirius.tree.ui.ext [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tree.ui.ext --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tree.ui.ext/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tree.ui.ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tree.ui.ext/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tree.ui.ext --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tree.ui.ext/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.tree.ui.ext --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tree.ui.ext --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tree.ui.ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tree.ui.ext/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.tree.ui.ext --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tree.ui.ext --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tree.ui.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tree.ui.ext/target/org.eclipse.sirius.tree.ui.ext-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tree.ui.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tree.ui.ext/target/org.eclipse.sirius.tree.ui.ext-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tree.ui.ext --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tree.ui.ext --- [INFO] [INFO] ------------< org.eclipse.sirius:org.eclipse.sirius.ui.ext >------------ [INFO] Building org.eclipse.sirius.ui.ext 7.4.1-SNAPSHOT [64/141] [INFO] from plugins/org.eclipse.sirius.ui.ext/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.ui.ext:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui.ext/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.ui.ext --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.ui.ext --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.ui.ext --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.ui.ext --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.ui.ext --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.ui.ext --- [INFO] Resolving class path of org.eclipse.sirius.ui.ext [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.ui.ext --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui.ext/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.ui.ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui.ext/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.ui.ext --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui.ext/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.ui.ext --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.ui.ext --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.ui.ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui.ext/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.ui.ext --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.ui.ext --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.ui.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui.ext/target/org.eclipse.sirius.ui.ext-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.ui.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui.ext/target/org.eclipse.sirius.ui.ext-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.ui.ext --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.ui.ext --- [INFO] [INFO] ----------< org.eclipse.sirius:org.eclipse.sirius.ui.editor >----------- [INFO] Building org.eclipse.sirius.ui.editor 7.4.1-SNAPSHOT [65/141] [INFO] from plugins/org.eclipse.sirius.ui.editor/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.ui.editor:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui.editor/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.ui.editor --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.ui.editor --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.ui.editor --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.ui.editor --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.ui.editor --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.ui.editor --- [INFO] Resolving class path of org.eclipse.sirius.ui.editor [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.ui.editor --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui.editor/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.ui.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui.editor/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.ui.editor --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui.editor/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.ui.editor --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.ui.editor --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.ui.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui.editor/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.ui.editor --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.ui.editor --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.ui.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui.editor/target/org.eclipse.sirius.ui.editor-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.ui.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui.editor/target/org.eclipse.sirius.ui.editor-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.ui.editor --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.ui.editor --- [INFO] [INFO] -----< org.eclipse.sirius:org.eclipse.sirius.tests.junit.support >------ [INFO] Building org.eclipse.sirius.tests.junit.support 7.4.1-SNAPSHOT [66/141] [INFO] from plugins/org.eclipse.sirius.tests.junit.support/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.junit.support:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.junit.support/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.junit.support --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tests.junit.support --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests.junit.support --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests.junit.support --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.junit.support --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tests.junit.support --- [INFO] Resolving class path of org.eclipse.sirius.tests.junit.support [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.junit.support --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.junit.support/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.junit.support --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.junit.support/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tests.junit.support --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.junit.support/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.tests.junit.support --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tests.junit.support --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tests.junit.support --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.junit.support/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.tests.junit.support --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests.junit.support --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.junit.support --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.junit.support/target/org.eclipse.sirius.tests.junit.support-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tests.junit.support --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.junit.support/target/org.eclipse.sirius.tests.junit.support-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests.junit.support --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.junit.support --- [INFO] [INFO] -----< org.eclipse.sirius:org.eclipse.sirius.tests.swtbot.support >----- [INFO] Building org.eclipse.sirius.tests.swtbot.support 7.4.1-SNAPSHOT [67/141] [INFO] from plugins/org.eclipse.sirius.tests.swtbot.support/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.swtbot.support:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.swtbot.support/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.swtbot.support --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tests.swtbot.support --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests.swtbot.support --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests.swtbot.support --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.swtbot.support --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tests.swtbot.support --- [INFO] Resolving class path of org.eclipse.sirius.tests.swtbot.support [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.swtbot.support --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.swtbot.support/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.swtbot.support --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.swtbot.support/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tests.swtbot.support --- [INFO] Compiling 129 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.swtbot.support/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.tests.swtbot.support --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tests.swtbot.support --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tests.swtbot.support --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.swtbot.support/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.tests.swtbot.support --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests.swtbot.support --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.swtbot.support --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.swtbot.support/target/org.eclipse.sirius.tests.swtbot.support-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tests.swtbot.support --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.swtbot.support/target/org.eclipse.sirius.tests.swtbot.support-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests.swtbot.support --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.swtbot.support --- [INFO] [INFO] ------< org.eclipse.sirius:org.eclipse.sirius.sample.basicfamily >------ [INFO] Building org.eclipse.sirius.sample.basicfamily 1.0.0-SNAPSHOT [68/141] [INFO] from plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.sample.basicfamily:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.sample.basicfamily --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.sample.basicfamily --- [INFO] The project's OSGi version is 1.0.0.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.sample.basicfamily --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.sample.basicfamily --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.sample.basicfamily --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.sample.basicfamily --- [INFO] Resolving class path of org.eclipse.sirius.sample.basicfamily [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.sample.basicfamily --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.sample.basicfamily --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.sample.basicfamily --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.sample.basicfamily --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.sample.basicfamily --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.sample.basicfamily --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.sample.basicfamily --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.sample.basicfamily --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.sample.basicfamily --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily/target/org.eclipse.sirius.sample.basicfamily-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.sample.basicfamily --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily/target/org.eclipse.sirius.sample.basicfamily-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.sample.basicfamily --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.sample.basicfamily --- [INFO] [INFO] ---< org.eclipse.sirius:org.eclipse.sirius.sample.basicfamily.edit >---- [INFO] Building org.eclipse.sirius.sample.basicfamily.edit 1.0.0-SNAPSHOT [69/141] [INFO] from plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.sample.basicfamily.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.edit/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.sample.basicfamily.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.sample.basicfamily.edit --- [INFO] The project's OSGi version is 1.0.0.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.sample.basicfamily.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.sample.basicfamily.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.sample.basicfamily.edit --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.sample.basicfamily.edit --- [INFO] Resolving class path of org.eclipse.sirius.sample.basicfamily.edit [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.sample.basicfamily.edit --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.edit/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.sample.basicfamily.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.sample.basicfamily.edit --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.edit/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.sample.basicfamily.edit --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.sample.basicfamily.edit --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.sample.basicfamily.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.sample.basicfamily.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.sample.basicfamily.edit --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.sample.basicfamily.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.edit/target/org.eclipse.sirius.sample.basicfamily.edit-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.sample.basicfamily.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.edit/target/org.eclipse.sirius.sample.basicfamily.edit-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.sample.basicfamily.edit --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.sample.basicfamily.edit --- [INFO] [INFO] --< org.eclipse.sirius:org.eclipse.sirius.sample.basicfamily.editor >--- [INFO] Building org.eclipse.sirius.sample.basicfamily.editor 1.0.0-SNAPSHOT [70/141] [INFO] from plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.editor/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.sample.basicfamily.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.editor/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.sample.basicfamily.editor --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.sample.basicfamily.editor --- [INFO] The project's OSGi version is 1.0.0.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.sample.basicfamily.editor --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.sample.basicfamily.editor --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.sample.basicfamily.editor --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.sample.basicfamily.editor --- [INFO] Resolving class path of org.eclipse.sirius.sample.basicfamily.editor [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.sample.basicfamily.editor --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.editor/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.sample.basicfamily.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.editor/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.sample.basicfamily.editor --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.editor/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.sample.basicfamily.editor --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.sample.basicfamily.editor --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.sample.basicfamily.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.editor/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.sample.basicfamily.editor --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.sample.basicfamily.editor --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.sample.basicfamily.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.editor/target/org.eclipse.sirius.sample.basicfamily.editor-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.sample.basicfamily.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.editor/target/org.eclipse.sirius.sample.basicfamily.editor-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.sample.basicfamily.editor --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.sample.basicfamily.editor --- [INFO] [INFO] --< org.eclipse.sirius:org.eclipse.sirius.sample.basicfamily.design >--- [INFO] Building org.eclipse.sirius.sample.basicfamily.design 1.0.0-SNAPSHOT [71/141] [INFO] from plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.design/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.sample.basicfamily.design:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.design/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.sample.basicfamily.design --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.sample.basicfamily.design --- [INFO] The project's OSGi version is 1.0.0.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.sample.basicfamily.design --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.sample.basicfamily.design --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.sample.basicfamily.design --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.sample.basicfamily.design --- [INFO] Resolving class path of org.eclipse.sirius.sample.basicfamily.design [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.sample.basicfamily.design --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.design/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.sample.basicfamily.design --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.design/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.sample.basicfamily.design --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.design/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.sample.basicfamily.design --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.sample.basicfamily.design --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.sample.basicfamily.design --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.design/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.sample.basicfamily.design --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.sample.basicfamily.design --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.sample.basicfamily.design --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.design/target/org.eclipse.sirius.sample.basicfamily.design-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.sample.basicfamily.design --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.design/target/org.eclipse.sirius.sample.basicfamily.design-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.sample.basicfamily.design --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.sample.basicfamily.design --- [INFO] [INFO] --------< org.eclipse.sirius:org.eclipse.sirius.samples.family >-------- [INFO] Building org.eclipse.sirius.samples.family 7.4.1-SNAPSHOT [72/141] [INFO] from plugins/org.eclipse.sirius.samples.family/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.samples.family:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.samples.family --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.samples.family --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.samples.family --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.samples.family --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.samples.family --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.samples.family --- [INFO] Resolving class path of org.eclipse.sirius.samples.family [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.samples.family --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.samples.family --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.samples.family --- [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.samples.family --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.samples.family --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.samples.family --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.samples.family --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.samples.family --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.samples.family --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/target/org.eclipse.sirius.samples.family-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.samples.family --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.samples.family/target/org.eclipse.sirius.samples.family-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.samples.family --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.samples.family --- [INFO] [INFO] ----< org.eclipse.sirius:org.eclipse.sirius.common.interpreter.aql >---- [INFO] Building org.eclipse.sirius.common.interpreter.aql 7.4.1-SNAPSHOT [73/141] [INFO] from plugins/org.eclipse.sirius.common.interpreter.aql/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.common.interpreter.aql:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.interpreter.aql/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.common.interpreter.aql --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.common.interpreter.aql --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.common.interpreter.aql --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.common.interpreter.aql --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.common.interpreter.aql --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.common.interpreter.aql --- [INFO] Resolving class path of org.eclipse.sirius.common.interpreter.aql [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.common.interpreter.aql --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.interpreter.aql/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.common.interpreter.aql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.interpreter.aql/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.common.interpreter.aql --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.interpreter.aql/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.common.interpreter.aql --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.common.interpreter.aql --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.common.interpreter.aql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.interpreter.aql/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.common.interpreter.aql --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.common.interpreter.aql --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.common.interpreter.aql --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.interpreter.aql/target/org.eclipse.sirius.common.interpreter.aql-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.common.interpreter.aql --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.common.interpreter.aql/target/org.eclipse.sirius.common.interpreter.aql-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.common.interpreter.aql --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.common.interpreter.aql --- [INFO] [INFO] ----------< org.eclipse.sirius:org.eclipse.sirius.properties >---------- [INFO] Building org.eclipse.sirius.properties 7.4.1-SNAPSHOT [74/141] [INFO] from plugins/org.eclipse.sirius.properties/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.properties:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.properties --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.properties --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.properties --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.properties --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.properties --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.properties --- [INFO] Resolving class path of org.eclipse.sirius.properties [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.properties --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.properties --- [INFO] Compiling 187 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.properties --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.properties --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.properties --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.properties --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties/target/org.eclipse.sirius.properties-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties/target/org.eclipse.sirius.properties-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.properties --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.properties --- [INFO] [INFO] -------< org.eclipse.sirius:org.eclipse.sirius.properties.edit >-------- [INFO] Building org.eclipse.sirius.properties.edit 7.4.1-SNAPSHOT [75/141] [INFO] from plugins/org.eclipse.sirius.properties.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.properties.edit:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.edit/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.properties.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.properties.edit --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.properties.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.properties.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.properties.edit --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.properties.edit --- [INFO] Resolving class path of org.eclipse.sirius.properties.edit [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.properties.edit --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.edit/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.properties.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.properties.edit --- [INFO] Compiling 188 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.edit/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.properties.edit --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.properties.edit --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.properties.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.properties.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.properties.edit --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.properties.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.edit/target/org.eclipse.sirius.properties.edit-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.properties.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.edit/target/org.eclipse.sirius.properties.edit-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.properties.edit --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.properties.edit --- [INFO] [INFO] --< org.eclipse.sirius:org.eclipse.sirius.properties.ext.widgets.reference >-- [INFO] Building org.eclipse.sirius.properties.ext.widgets.reference 7.4.1-SNAPSHOT [76/141] [INFO] from plugins/org.eclipse.sirius.properties.ext.widgets.reference/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.properties.ext.widgets.reference:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.ext.widgets.reference/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.properties.ext.widgets.reference --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.properties.ext.widgets.reference --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.properties.ext.widgets.reference --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.properties.ext.widgets.reference --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.properties.ext.widgets.reference --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.properties.ext.widgets.reference --- [INFO] Resolving class path of org.eclipse.sirius.properties.ext.widgets.reference [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.properties.ext.widgets.reference --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.ext.widgets.reference/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.properties.ext.widgets.reference --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.ext.widgets.reference/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.properties.ext.widgets.reference --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.ext.widgets.reference/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.properties.ext.widgets.reference --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.properties.ext.widgets.reference --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.properties.ext.widgets.reference --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.ext.widgets.reference/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.properties.ext.widgets.reference --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.properties.ext.widgets.reference --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.properties.ext.widgets.reference --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.ext.widgets.reference/target/org.eclipse.sirius.properties.ext.widgets.reference-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.properties.ext.widgets.reference --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.ext.widgets.reference/target/org.eclipse.sirius.properties.ext.widgets.reference-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.properties.ext.widgets.reference --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.properties.ext.widgets.reference --- [INFO] [INFO] --< org.eclipse.sirius:org.eclipse.sirius.properties.ext.widgets.reference.edit >-- [INFO] Building org.eclipse.sirius.properties.ext.widgets.reference.edit 7.4.1-SNAPSHOT [77/141] [INFO] from plugins/org.eclipse.sirius.properties.ext.widgets.reference.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.properties.ext.widgets.reference.edit:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.ext.widgets.reference.edit/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.properties.ext.widgets.reference.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.properties.ext.widgets.reference.edit --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.properties.ext.widgets.reference.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.properties.ext.widgets.reference.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.properties.ext.widgets.reference.edit --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.properties.ext.widgets.reference.edit --- [INFO] Resolving class path of org.eclipse.sirius.properties.ext.widgets.reference.edit [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.properties.ext.widgets.reference.edit --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.ext.widgets.reference.edit/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.properties.ext.widgets.reference.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.ext.widgets.reference.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.properties.ext.widgets.reference.edit --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.ext.widgets.reference.edit/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.properties.ext.widgets.reference.edit --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.properties.ext.widgets.reference.edit --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.properties.ext.widgets.reference.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.ext.widgets.reference.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.properties.ext.widgets.reference.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.properties.ext.widgets.reference.edit --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.properties.ext.widgets.reference.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.ext.widgets.reference.edit/target/org.eclipse.sirius.properties.ext.widgets.reference.edit-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.properties.ext.widgets.reference.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.ext.widgets.reference.edit/target/org.eclipse.sirius.properties.ext.widgets.reference.edit-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.properties.ext.widgets.reference.edit --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.properties.ext.widgets.reference.edit --- [INFO] [INFO] ---< org.eclipse.sirius:org.eclipse.sirius.properties.defaultrules >---- [INFO] Building org.eclipse.sirius.properties.defaultrules 7.4.1-SNAPSHOT [78/141] [INFO] from plugins/org.eclipse.sirius.properties.defaultrules/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.properties.defaultrules:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.defaultrules/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.properties.defaultrules --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.properties.defaultrules --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.properties.defaultrules --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.properties.defaultrules --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.properties.defaultrules --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.properties.defaultrules --- [INFO] Resolving class path of org.eclipse.sirius.properties.defaultrules [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.properties.defaultrules --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.defaultrules/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.properties.defaultrules --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.defaultrules/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.properties.defaultrules --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.defaultrules/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.properties.defaultrules --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.properties.defaultrules --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.properties.defaultrules --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.defaultrules/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.properties.defaultrules --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.properties.defaultrules --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.properties.defaultrules --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.defaultrules/target/org.eclipse.sirius.properties.defaultrules-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.properties.defaultrules --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.defaultrules/target/org.eclipse.sirius.properties.defaultrules-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.properties.defaultrules --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.properties.defaultrules --- [INFO] [INFO] -------< org.eclipse.sirius:org.eclipse.sirius.properties.core >-------- [INFO] Building org.eclipse.sirius.properties.core 7.4.1-SNAPSHOT [79/141] [INFO] from plugins/org.eclipse.sirius.properties.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.properties.core:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.core/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.properties.core --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.properties.core --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.properties.core --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.properties.core --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.properties.core --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.properties.core --- [INFO] Resolving class path of org.eclipse.sirius.properties.core [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.properties.core --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.core/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.properties.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.core/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.properties.core --- [INFO] Compiling 65 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.core/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.properties.core --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.properties.core --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.properties.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.core/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.properties.core --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.properties.core --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.properties.core --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.core/target/org.eclipse.sirius.properties.core-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.properties.core --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.properties.core/target/org.eclipse.sirius.properties.core-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.properties.core --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.properties.core --- [INFO] [INFO] ------< org.eclipse.sirius:org.eclipse.sirius.editor.properties >------- [INFO] Building org.eclipse.sirius.editor.properties 7.4.1-SNAPSHOT [80/141] [INFO] from plugins/org.eclipse.sirius.editor.properties/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.editor.properties:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.properties/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.editor.properties --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.editor.properties --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.editor.properties --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.editor.properties --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.editor.properties --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.editor.properties --- [INFO] Resolving class path of org.eclipse.sirius.editor.properties [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.editor.properties --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.properties/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.editor.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.editor.properties --- [INFO] Compiling 437 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.properties/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.editor.properties --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.editor.properties --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.editor.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.editor.properties --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.editor.properties --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.editor.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.properties/target/org.eclipse.sirius.editor.properties-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.editor.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.properties/target/org.eclipse.sirius.editor.properties-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.editor.properties --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.editor.properties --- [INFO] [INFO] --< org.eclipse.sirius:org.eclipse.sirius.editor.properties.ext.widgets.reference >-- [INFO] Building org.eclipse.sirius.editor.properties.ext.widgets.reference 7.4.1-SNAPSHOT [81/141] [INFO] from plugins/org.eclipse.sirius.editor.properties.ext.widgets.reference/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.editor.properties.ext.widgets.reference:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.properties.ext.widgets.reference/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.editor.properties.ext.widgets.reference --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.editor.properties.ext.widgets.reference --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.editor.properties.ext.widgets.reference --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.editor.properties.ext.widgets.reference --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.editor.properties.ext.widgets.reference --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.editor.properties.ext.widgets.reference --- [INFO] Resolving class path of org.eclipse.sirius.editor.properties.ext.widgets.reference [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.editor.properties.ext.widgets.reference --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.properties.ext.widgets.reference/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.editor.properties.ext.widgets.reference --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.properties.ext.widgets.reference/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.editor.properties.ext.widgets.reference --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.properties.ext.widgets.reference/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.editor.properties.ext.widgets.reference --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.editor.properties.ext.widgets.reference --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.editor.properties.ext.widgets.reference --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.properties.ext.widgets.reference/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.editor.properties.ext.widgets.reference --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.editor.properties.ext.widgets.reference --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.editor.properties.ext.widgets.reference --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.properties.ext.widgets.reference/target/org.eclipse.sirius.editor.properties.ext.widgets.reference-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.editor.properties.ext.widgets.reference --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.editor.properties.ext.widgets.reference/target/org.eclipse.sirius.editor.properties.ext.widgets.reference-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.editor.properties.ext.widgets.reference --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.editor.properties.ext.widgets.reference --- [INFO] [INFO] --------< org.eclipse.sirius:org.eclipse.sirius.ui.properties >--------- [INFO] Building org.eclipse.sirius.ui.properties 7.4.1-SNAPSHOT [82/141] [INFO] from plugins/org.eclipse.sirius.ui.properties/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.ui.properties:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui.properties/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.ui.properties --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.ui.properties --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.ui.properties --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.ui.properties --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.ui.properties --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.ui.properties --- [INFO] Resolving class path of org.eclipse.sirius.ui.properties [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.ui.properties --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui.properties/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.ui.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.ui.properties --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui.properties/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.ui.properties --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.ui.properties --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.ui.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.ui.properties --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.ui.properties --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.ui.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui.properties/target/org.eclipse.sirius.ui.properties-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.ui.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui.properties/target/org.eclipse.sirius.ui.properties-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.ui.properties --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.ui.properties --- [INFO] [INFO] --< org.eclipse.sirius:org.eclipse.sirius.ui.properties.ext.widgets.reference >-- [INFO] Building org.eclipse.sirius.ui.properties.ext.widgets.reference 7.4.1-SNAPSHOT [83/141] [INFO] from plugins/org.eclipse.sirius.ui.properties.ext.widgets.reference/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.ui.properties.ext.widgets.reference:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui.properties.ext.widgets.reference/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.ui.properties.ext.widgets.reference --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.ui.properties.ext.widgets.reference --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.ui.properties.ext.widgets.reference --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.ui.properties.ext.widgets.reference --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.ui.properties.ext.widgets.reference --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.ui.properties.ext.widgets.reference --- [INFO] Resolving class path of org.eclipse.sirius.ui.properties.ext.widgets.reference [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.ui.properties.ext.widgets.reference --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui.properties.ext.widgets.reference/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.ui.properties.ext.widgets.reference --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui.properties.ext.widgets.reference/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.ui.properties.ext.widgets.reference --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui.properties.ext.widgets.reference/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.ui.properties.ext.widgets.reference --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.ui.properties.ext.widgets.reference --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.ui.properties.ext.widgets.reference --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui.properties.ext.widgets.reference/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.ui.properties.ext.widgets.reference --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.ui.properties.ext.widgets.reference --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.ui.properties.ext.widgets.reference --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui.properties.ext.widgets.reference/target/org.eclipse.sirius.ui.properties.ext.widgets.reference-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.ui.properties.ext.widgets.reference --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.ui.properties.ext.widgets.reference/target/org.eclipse.sirius.ui.properties.ext.widgets.reference-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.ui.properties.ext.widgets.reference --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.ui.properties.ext.widgets.reference --- [INFO] [INFO] ------< org.eclipse.sirius:org.eclipse.sirius.sample.properties >------- [INFO] Building org.eclipse.sirius.sample.properties 7.4.1-SNAPSHOT [84/141] [INFO] from plugins/org.eclipse.sirius.sample.properties/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.sample.properties:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.properties/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.sample.properties --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.sample.properties --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.sample.properties --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.sample.properties --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.sample.properties --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.sample.properties --- [INFO] Resolving class path of org.eclipse.sirius.sample.properties [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.sample.properties --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.properties/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.sample.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.sample.properties --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.properties/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.sample.properties --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.sample.properties --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.sample.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.sample.properties --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.sample.properties --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.sample.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.properties/target/org.eclipse.sirius.sample.properties-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.sample.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.properties/target/org.eclipse.sirius.sample.properties-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.sample.properties --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.sample.properties --- [INFO] [INFO] --< org.eclipse.sirius:org.eclipse.sirius.sample.properties.checkbox >-- [INFO] Building org.eclipse.sirius.sample.properties.checkbox 7.4.1-SNAPSHOT [85/141] [INFO] from plugins/org.eclipse.sirius.sample.properties.checkbox/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.sample.properties.checkbox:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.properties.checkbox/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.sample.properties.checkbox --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.sample.properties.checkbox --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.sample.properties.checkbox --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.sample.properties.checkbox --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.sample.properties.checkbox --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.sample.properties.checkbox --- [INFO] Resolving class path of org.eclipse.sirius.sample.properties.checkbox [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.sample.properties.checkbox --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.properties.checkbox/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.sample.properties.checkbox --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.properties.checkbox/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.sample.properties.checkbox --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.properties.checkbox/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.sample.properties.checkbox --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.sample.properties.checkbox --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.sample.properties.checkbox --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.properties.checkbox/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.sample.properties.checkbox --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.sample.properties.checkbox --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.sample.properties.checkbox --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.properties.checkbox/target/org.eclipse.sirius.sample.properties.checkbox-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.sample.properties.checkbox --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.properties.checkbox/target/org.eclipse.sirius.sample.properties.checkbox-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.sample.properties.checkbox --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.sample.properties.checkbox --- [INFO] [INFO] ---< org.eclipse.sirius:org.eclipse.sirius.sample.properties.radio >---- [INFO] Building org.eclipse.sirius.sample.properties.radio 7.4.1-SNAPSHOT [86/141] [INFO] from plugins/org.eclipse.sirius.sample.properties.radio/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.sample.properties.radio:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.properties.radio/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.sample.properties.radio --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.sample.properties.radio --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.sample.properties.radio --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.sample.properties.radio --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.sample.properties.radio --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.sample.properties.radio --- [INFO] Resolving class path of org.eclipse.sirius.sample.properties.radio [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.sample.properties.radio --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.properties.radio/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.sample.properties.radio --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.properties.radio/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.sample.properties.radio --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.properties.radio/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.sample.properties.radio --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.sample.properties.radio --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.sample.properties.radio --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.properties.radio/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.sample.properties.radio --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.sample.properties.radio --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.sample.properties.radio --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.properties.radio/target/org.eclipse.sirius.sample.properties.radio-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.sample.properties.radio --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.properties.radio/target/org.eclipse.sirius.sample.properties.radio-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.sample.properties.radio --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.sample.properties.radio --- [INFO] [INFO] --< org.eclipse.sirius:org.eclipse.sirius.sample.properties.textarea >-- [INFO] Building org.eclipse.sirius.sample.properties.textarea 7.4.1-SNAPSHOT [87/141] [INFO] from plugins/org.eclipse.sirius.sample.properties.textarea/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.sample.properties.textarea:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.properties.textarea/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.sample.properties.textarea --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.sample.properties.textarea --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.sample.properties.textarea --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.sample.properties.textarea --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.sample.properties.textarea --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.sample.properties.textarea --- [INFO] Resolving class path of org.eclipse.sirius.sample.properties.textarea [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.sample.properties.textarea --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.properties.textarea/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.sample.properties.textarea --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.properties.textarea/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.sample.properties.textarea --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.properties.textarea/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.sample.properties.textarea --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.sample.properties.textarea --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.sample.properties.textarea --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.properties.textarea/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.sample.properties.textarea --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.sample.properties.textarea --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.sample.properties.textarea --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.properties.textarea/target/org.eclipse.sirius.sample.properties.textarea-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.sample.properties.textarea --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.properties.textarea/target/org.eclipse.sirius.sample.properties.textarea-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.sample.properties.textarea --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.sample.properties.textarea --- [INFO] [INFO] -----< org.eclipse.sirius:org.eclipse.sirius.tests.ui.properties >------ [INFO] Building org.eclipse.sirius.tests.ui.properties 7.4.1-SNAPSHOT [88/141] [INFO] from plugins/org.eclipse.sirius.tests.ui.properties/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.ui.properties:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.ui.properties/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.ui.properties --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tests.ui.properties --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests.ui.properties --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests.ui.properties --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.ui.properties --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tests.ui.properties --- [INFO] Resolving class path of org.eclipse.sirius.tests.ui.properties [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.ui.properties --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.ui.properties/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.ui.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.ui.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tests.ui.properties --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.ui.properties/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tests.ui.properties --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tests.ui.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.ui.properties/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests.ui.properties --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.ui.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.ui.properties/target/org.eclipse.sirius.tests.ui.properties-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tests.ui.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.ui.properties/target/org.eclipse.sirius.tests.ui.properties-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests.ui.properties --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.ui.properties --- [INFO] [INFO] -------------< org.eclipse.sirius:org.eclipse.sirius.aql >-------------- [INFO] Building org.eclipse.sirius.aql 7.4.1-SNAPSHOT [89/141] [INFO] from packaging/org.eclipse.sirius.aql/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.aql:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.aql/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.aql --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.aql/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.aql --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.aql --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.aql --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.aql --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.aql --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.aql/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.aql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.aql/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.aql --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.aql --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.sirius.aql --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.aql/target/org.eclipse.sirius.aql-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.aql --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sirius.aql --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.sirius.aql --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.aql/target/org.eclipse.sirius.aql-7.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.aql --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.sirius.aql --- [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.aql:xml:p2metadata:7.4.1-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.aql:xml:p2artifacts:7.4.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ---------< org.eclipse.sirius:org.eclipse.sirius.doc.feature >---------- [INFO] Building org.eclipse.sirius.doc.feature 7.4.1-SNAPSHOT [90/141] [INFO] from packaging/org.eclipse.sirius.doc.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.doc.feature:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.doc.feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.doc.feature --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.doc.feature/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.doc.feature --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.doc.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.doc.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.doc.feature --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.doc.feature --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.doc.feature/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.doc.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.doc.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.doc.feature --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.doc.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.sirius.doc.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.doc.feature/target/org.eclipse.sirius.doc.feature-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.doc.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sirius.doc.feature --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.sirius.doc.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.doc.feature/target/org.eclipse.sirius.doc.feature-7.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.doc.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.sirius.doc.feature --- [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.doc.feature:xml:p2metadata:7.4.1-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.doc.feature:xml:p2artifacts:7.4.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] -------< org.eclipse.sirius:org.eclipse.sirius.runtime.ide.eef >-------- [INFO] Building org.eclipse.sirius.runtime.ide.eef 7.4.1-SNAPSHOT [91/141] [INFO] from packaging/org.eclipse.sirius.runtime.ide.eef/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.runtime.ide.eef:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ide.eef/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.runtime.ide.eef --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ide.eef/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.runtime.ide.eef --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.runtime.ide.eef --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.runtime.ide.eef --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.runtime.ide.eef --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.runtime.ide.eef --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ide.eef/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.runtime.ide.eef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ide.eef/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.runtime.ide.eef --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.runtime.ide.eef --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.sirius.runtime.ide.eef --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ide.eef/target/org.eclipse.sirius.runtime.ide.eef-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.runtime.ide.eef --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sirius.runtime.ide.eef --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.sirius.runtime.ide.eef --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ide.eef/target/org.eclipse.sirius.runtime.ide.eef-7.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.runtime.ide.eef --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.sirius.runtime.ide.eef --- [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.runtime.ide.eef:xml:p2metadata:7.4.1-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.runtime.ide.eef:xml:p2artifacts:7.4.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ----< org.eclipse.sirius:org.eclipse.sirius.runtime.ide.ui.acceleo >---- [INFO] Building org.eclipse.sirius.runtime.ide.ui.acceleo 7.4.1-SNAPSHOT [92/141] [INFO] from packaging/org.eclipse.sirius.runtime.ide.ui.acceleo/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.runtime.ide.ui.acceleo:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ide.ui.acceleo/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.runtime.ide.ui.acceleo --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ide.ui.acceleo/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.runtime.ide.ui.acceleo --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.runtime.ide.ui.acceleo --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.runtime.ide.ui.acceleo --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.runtime.ide.ui.acceleo --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.runtime.ide.ui.acceleo --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ide.ui.acceleo/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.runtime.ide.ui.acceleo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ide.ui.acceleo/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.runtime.ide.ui.acceleo --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.runtime.ide.ui.acceleo --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.sirius.runtime.ide.ui.acceleo --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ide.ui.acceleo/target/org.eclipse.sirius.runtime.ide.ui.acceleo-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.runtime.ide.ui.acceleo --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sirius.runtime.ide.ui.acceleo --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.sirius.runtime.ide.ui.acceleo --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ide.ui.acceleo/target/org.eclipse.sirius.runtime.ide.ui.acceleo-7.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.runtime.ide.ui.acceleo --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.sirius.runtime.ide.ui.acceleo --- [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.runtime.ide.ui.acceleo:xml:p2metadata:7.4.1-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.runtime.ide.ui.acceleo:xml:p2artifacts:7.4.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --------< org.eclipse.sirius:org.eclipse.sirius.runtime.ide.ui >-------- [INFO] Building org.eclipse.sirius.runtime.ide.ui 7.4.1-SNAPSHOT [93/141] [INFO] from packaging/org.eclipse.sirius.runtime.ide.ui/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.runtime.ide.ui:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ide.ui/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.runtime.ide.ui --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ide.ui/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.runtime.ide.ui --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.runtime.ide.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.runtime.ide.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.runtime.ide.ui --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.runtime.ide.ui --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ide.ui/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.runtime.ide.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ide.ui/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.runtime.ide.ui --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.runtime.ide.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.sirius.runtime.ide.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ide.ui/target/org.eclipse.sirius.runtime.ide.ui-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.runtime.ide.ui --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sirius.runtime.ide.ui --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.sirius.runtime.ide.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ide.ui/target/org.eclipse.sirius.runtime.ide.ui-7.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.runtime.ide.ui --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.sirius.runtime.ide.ui --- [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.runtime.ide.ui:xml:p2metadata:7.4.1-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.runtime.ide.ui:xml:p2artifacts:7.4.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ------< org.eclipse.sirius:org.eclipse.sirius.runtime.ide.xtext >------- [INFO] Building org.eclipse.sirius.runtime.ide.xtext 7.4.1-SNAPSHOT [94/141] [INFO] from packaging/org.eclipse.sirius.runtime.ide.xtext/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.runtime.ide.xtext:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ide.xtext/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.runtime.ide.xtext --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ide.xtext/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.runtime.ide.xtext --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.runtime.ide.xtext --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.runtime.ide.xtext --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.runtime.ide.xtext --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.runtime.ide.xtext --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ide.xtext/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.runtime.ide.xtext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ide.xtext/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.runtime.ide.xtext --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.runtime.ide.xtext --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.sirius.runtime.ide.xtext --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ide.xtext/target/org.eclipse.sirius.runtime.ide.xtext-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.runtime.ide.xtext --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sirius.runtime.ide.xtext --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.sirius.runtime.ide.xtext --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.runtime.ide.xtext/target/org.eclipse.sirius.runtime.ide.xtext-7.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.runtime.ide.xtext --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.sirius.runtime.ide.xtext --- [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.runtime.ide.xtext:xml:p2metadata:7.4.1-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.runtime.ide.xtext:xml:p2artifacts:7.4.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] -----------< org.eclipse.sirius:org.eclipse.sirius.samples >------------ [INFO] Building org.eclipse.sirius.samples 7.4.1-SNAPSHOT [95/141] [INFO] from packaging/org.eclipse.sirius.samples/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.samples:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.samples/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.samples --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.samples/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.samples --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.samples --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.samples --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.samples --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.samples --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.samples/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.samples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.samples/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.samples --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.samples --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.sirius.samples --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.samples/target/org.eclipse.sirius.samples-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.samples --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sirius.samples --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.sirius.samples --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.samples/target/org.eclipse.sirius.samples-7.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.samples --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.sirius.samples --- [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.samples:xml:p2metadata:7.4.1-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.samples:xml:p2artifacts:7.4.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ----------< org.eclipse.sirius:org.eclipse.sirius.specifier >----------- [INFO] Building org.eclipse.sirius.specifier 7.4.1-SNAPSHOT [96/141] [INFO] from packaging/org.eclipse.sirius.specifier/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.specifier:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.specifier --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.specifier --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.specifier --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.specifier --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.specifier --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.specifier --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.specifier --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.specifier --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.specifier --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.sirius.specifier --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier/target/org.eclipse.sirius.specifier-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.specifier --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sirius.specifier --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.sirius.specifier --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier/target/org.eclipse.sirius.specifier-7.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.specifier --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.sirius.specifier --- [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.specifier:xml:p2metadata:7.4.1-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.specifier:xml:p2artifacts:7.4.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ---< org.eclipse.sirius:org.eclipse.sirius.specifier.ide.ui.acceleo >--- [INFO] Building org.eclipse.sirius.specifier.ide.ui.acceleo 7.4.1-SNAPSHOT [97/141] [INFO] from packaging/org.eclipse.sirius.specifier.ide.ui.acceleo/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.specifier.ide.ui.acceleo:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier.ide.ui.acceleo/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.specifier.ide.ui.acceleo --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier.ide.ui.acceleo/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.specifier.ide.ui.acceleo --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.specifier.ide.ui.acceleo --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.specifier.ide.ui.acceleo --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.specifier.ide.ui.acceleo --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.specifier.ide.ui.acceleo --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier.ide.ui.acceleo/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.specifier.ide.ui.acceleo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier.ide.ui.acceleo/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.specifier.ide.ui.acceleo --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.specifier.ide.ui.acceleo --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.sirius.specifier.ide.ui.acceleo --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier.ide.ui.acceleo/target/org.eclipse.sirius.specifier.ide.ui.acceleo-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.specifier.ide.ui.acceleo --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sirius.specifier.ide.ui.acceleo --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.sirius.specifier.ide.ui.acceleo --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier.ide.ui.acceleo/target/org.eclipse.sirius.specifier.ide.ui.acceleo-7.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.specifier.ide.ui.acceleo --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.sirius.specifier.ide.ui.acceleo --- [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.specifier.ide.ui.acceleo:xml:p2metadata:7.4.1-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.specifier.ide.ui.acceleo:xml:p2artifacts:7.4.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] -----< org.eclipse.sirius:org.eclipse.sirius.specifier.ide.ui.aql >----- [INFO] Building org.eclipse.sirius.specifier.ide.ui.aql 7.4.1-SNAPSHOT [98/141] [INFO] from packaging/org.eclipse.sirius.specifier.ide.ui.aql/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.specifier.ide.ui.aql:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier.ide.ui.aql/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.specifier.ide.ui.aql --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier.ide.ui.aql/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.specifier.ide.ui.aql --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.specifier.ide.ui.aql --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.specifier.ide.ui.aql --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.specifier.ide.ui.aql --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.specifier.ide.ui.aql --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier.ide.ui.aql/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.specifier.ide.ui.aql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier.ide.ui.aql/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.specifier.ide.ui.aql --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.specifier.ide.ui.aql --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.sirius.specifier.ide.ui.aql --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier.ide.ui.aql/target/org.eclipse.sirius.specifier.ide.ui.aql-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.specifier.ide.ui.aql --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sirius.specifier.ide.ui.aql --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.sirius.specifier.ide.ui.aql --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier.ide.ui.aql/target/org.eclipse.sirius.specifier.ide.ui.aql-7.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.specifier.ide.ui.aql --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.sirius.specifier.ide.ui.aql --- [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.specifier.ide.ui.aql:xml:p2metadata:7.4.1-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.specifier.ide.ui.aql:xml:p2artifacts:7.4.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] -------< org.eclipse.sirius:org.eclipse.sirius.specifier.ide.ui >------- [INFO] Building org.eclipse.sirius.specifier.ide.ui 7.4.1-SNAPSHOT [99/141] [INFO] from packaging/org.eclipse.sirius.specifier.ide.ui/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.specifier.ide.ui:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier.ide.ui/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.specifier.ide.ui --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier.ide.ui/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.specifier.ide.ui --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.specifier.ide.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.specifier.ide.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.specifier.ide.ui --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.specifier.ide.ui --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier.ide.ui/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.specifier.ide.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier.ide.ui/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.specifier.ide.ui --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.specifier.ide.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.sirius.specifier.ide.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier.ide.ui/target/org.eclipse.sirius.specifier.ide.ui-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.specifier.ide.ui --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sirius.specifier.ide.ui --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.sirius.specifier.ide.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier.ide.ui/target/org.eclipse.sirius.specifier.ide.ui-7.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.specifier.ide.ui --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.sirius.specifier.ide.ui --- [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.specifier.ide.ui:xml:p2metadata:7.4.1-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.specifier.ide.ui:xml:p2artifacts:7.4.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --------< org.eclipse.sirius:org.eclipse.sirius.tests.support >--------- [INFO] Building org.eclipse.sirius.tests.support 7.4.1-SNAPSHOT [100/141] [INFO] from packaging/org.eclipse.sirius.tests.support/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.support:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.tests.support/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.support --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.tests.support/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.tests.support --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests.support --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests.support --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.support --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.support --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.tests.support/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.support --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.tests.support/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests.support --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.support --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.sirius.tests.support --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.tests.support/target/org.eclipse.sirius.tests.support-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests.support --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sirius.tests.support --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.sirius.tests.support --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.tests.support/target/org.eclipse.sirius.tests.support-7.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.support --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.sirius.tests.support --- [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.tests.support:xml:p2metadata:7.4.1-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.tests.support:xml:p2artifacts:7.4.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] -----< org.eclipse.sirius:org.eclipse.sirius.interpreter.feature >------ [INFO] Building org.eclipse.sirius.interpreter.feature 7.4.1-SNAPSHOT [101/141] [INFO] from packaging/org.eclipse.sirius.interpreter.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.interpreter.feature:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.interpreter.feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.interpreter.feature --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.interpreter.feature/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.interpreter.feature --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.interpreter.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.interpreter.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.interpreter.feature --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.interpreter.feature --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.interpreter.feature/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.interpreter.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.interpreter.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.interpreter.feature --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.interpreter.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.sirius.interpreter.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.interpreter.feature/target/org.eclipse.sirius.interpreter.feature-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.interpreter.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sirius.interpreter.feature --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.sirius.interpreter.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.interpreter.feature/target/org.eclipse.sirius.interpreter.feature-7.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.interpreter.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.sirius.interpreter.feature --- [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.interpreter.feature:xml:p2metadata:7.4.1-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.interpreter.feature:xml:p2artifacts:7.4.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ------< org.eclipse.sirius:org.eclipse.sirius.properties.feature >------ [INFO] Building org.eclipse.sirius.properties.feature 7.4.1-SNAPSHOT [102/141] [INFO] from packaging/org.eclipse.sirius.properties.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.properties.feature:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.properties.feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.properties.feature --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.properties.feature/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.properties.feature --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.properties.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.properties.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.properties.feature --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.properties.feature --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.properties.feature/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.properties.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.properties.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.properties.feature --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.properties.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.sirius.properties.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.properties.feature/target/org.eclipse.sirius.properties.feature-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.properties.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sirius.properties.feature --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.sirius.properties.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.properties.feature/target/org.eclipse.sirius.properties.feature-7.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.properties.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.sirius.properties.feature --- [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.properties.feature:xml:p2metadata:7.4.1-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.properties.feature:xml:p2artifacts:7.4.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --< org.eclipse.sirius:org.eclipse.sirius.specifier.properties.feature >-- [INFO] Building org.eclipse.sirius.specifier.properties.feature 7.4.1-SNAPSHOT [103/141] [INFO] from packaging/org.eclipse.sirius.specifier.properties.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.specifier.properties.feature:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier.properties.feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.specifier.properties.feature --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier.properties.feature/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.specifier.properties.feature --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.specifier.properties.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.specifier.properties.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.specifier.properties.feature --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.specifier.properties.feature --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier.properties.feature/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.specifier.properties.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier.properties.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.specifier.properties.feature --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.specifier.properties.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.sirius.specifier.properties.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier.properties.feature/target/org.eclipse.sirius.specifier.properties.feature-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.specifier.properties.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sirius.specifier.properties.feature --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.sirius.specifier.properties.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.specifier.properties.feature/target/org.eclipse.sirius.specifier.properties.feature-7.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.specifier.properties.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.sirius.specifier.properties.feature --- [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.specifier.properties.feature:xml:p2metadata:7.4.1-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.specifier.properties.feature:xml:p2artifacts:7.4.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --< org.eclipse.sirius:org.eclipse.sirius.samples.properties.feature >-- [INFO] Building org.eclipse.sirius.samples.properties.feature 7.4.1-SNAPSHOT [104/141] [INFO] from packaging/org.eclipse.sirius.samples.properties.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.samples.properties.feature:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.samples.properties.feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.samples.properties.feature --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.samples.properties.feature/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.samples.properties.feature --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.samples.properties.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.samples.properties.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.samples.properties.feature --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.samples.properties.feature --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.samples.properties.feature/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.samples.properties.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.samples.properties.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.samples.properties.feature --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.samples.properties.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.sirius.samples.properties.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.samples.properties.feature/target/org.eclipse.sirius.samples.properties.feature-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.samples.properties.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sirius.samples.properties.feature --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.sirius.samples.properties.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.samples.properties.feature/target/org.eclipse.sirius.samples.properties.feature-7.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.samples.properties.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.sirius.samples.properties.feature --- [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.samples.properties.feature:xml:p2metadata:7.4.1-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.samples.properties.feature:xml:p2artifacts:7.4.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] -----< org.eclipse.sirius:org.eclipse.sirius.diagram.elk.feature >------ [INFO] Building org.eclipse.sirius.diagram.elk.feature 7.4.1-SNAPSHOT [105/141] [INFO] from packaging/org.eclipse.sirius.diagram.elk.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.diagram.elk.feature:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.diagram.elk.feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.diagram.elk.feature --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.diagram.elk.feature/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.diagram.elk.feature --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.diagram.elk.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.diagram.elk.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.diagram.elk.feature --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.diagram.elk.feature --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.diagram.elk.feature/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.diagram.elk.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.diagram.elk.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.diagram.elk.feature --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.diagram.elk.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.sirius.diagram.elk.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.diagram.elk.feature/target/org.eclipse.sirius.diagram.elk.feature-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.diagram.elk.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sirius.diagram.elk.feature --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.sirius.diagram.elk.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.diagram.elk.feature/target/org.eclipse.sirius.diagram.elk.feature-7.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.diagram.elk.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.sirius.diagram.elk.feature --- [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.diagram.elk.feature:xml:p2metadata:7.4.1-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.diagram.elk.feature:xml:p2artifacts:7.4.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ---< org.eclipse.sirius:org.eclipse.sirius.diagram.elk.sdk.feature >---- [INFO] Building org.eclipse.sirius.diagram.elk.sdk.feature 7.4.1-SNAPSHOT [106/141] [INFO] from packaging/org.eclipse.sirius.diagram.elk.sdk.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.diagram.elk.sdk.feature:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.diagram.elk.sdk.feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.diagram.elk.sdk.feature --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.diagram.elk.sdk.feature/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.diagram.elk.sdk.feature --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.diagram.elk.sdk.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.diagram.elk.sdk.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.diagram.elk.sdk.feature --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.diagram.elk.sdk.feature --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.diagram.elk.sdk.feature/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.diagram.elk.sdk.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.diagram.elk.sdk.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.diagram.elk.sdk.feature --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.diagram.elk.sdk.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.sirius.diagram.elk.sdk.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.diagram.elk.sdk.feature/target/org.eclipse.sirius.diagram.elk.sdk.feature-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.diagram.elk.sdk.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sirius.diagram.elk.sdk.feature --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.sirius.diagram.elk.sdk.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.diagram.elk.sdk.feature/target/org.eclipse.sirius.diagram.elk.sdk.feature-7.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.diagram.elk.sdk.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.sirius.diagram.elk.sdk.feature --- [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.diagram.elk.sdk.feature:xml:p2metadata:7.4.1-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.diagram.elk.sdk.feature:xml:p2artifacts:7.4.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --< org.eclipse.sirius:org.eclipse.sirius.sample.basicfamily.feature >-- [INFO] Building org.eclipse.sirius.sample.basicfamily.feature 7.4.1-SNAPSHOT [107/141] [INFO] from packaging/org.eclipse.sirius.sample.basicfamily.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.sample.basicfamily.feature:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.sample.basicfamily.feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.sample.basicfamily.feature --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.sample.basicfamily.feature/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.sample.basicfamily.feature --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.sample.basicfamily.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.sample.basicfamily.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.sample.basicfamily.feature --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.sample.basicfamily.feature --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.sample.basicfamily.feature/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.sample.basicfamily.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.sample.basicfamily.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.sample.basicfamily.feature --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.sample.basicfamily.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.sirius.sample.basicfamily.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.sample.basicfamily.feature/target/org.eclipse.sirius.sample.basicfamily.feature-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.sample.basicfamily.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sirius.sample.basicfamily.feature --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.sirius.sample.basicfamily.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.sample.basicfamily.feature/target/org.eclipse.sirius.sample.basicfamily.feature-7.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.sample.basicfamily.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.sirius.sample.basicfamily.feature --- [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.sample.basicfamily.feature:xml:p2metadata:7.4.1-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.sample.basicfamily.feature:xml:p2artifacts:7.4.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] -----< org.eclipse.sirius:org.eclipse.sirius.tests.sample.docbook >----- [INFO] Building org.eclipse.sirius.tests.sample.docbook 7.4.1-SNAPSHOT [108/141] [INFO] from plugins/org.eclipse.sirius.tests.sample.docbook/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.sample.docbook:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.docbook/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.sample.docbook --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tests.sample.docbook --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests.sample.docbook --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests.sample.docbook --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.sample.docbook --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tests.sample.docbook --- [INFO] Resolving class path of org.eclipse.sirius.tests.sample.docbook [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.sample.docbook --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.docbook/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.sample.docbook --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.docbook/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tests.sample.docbook --- [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.docbook/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.tests.sample.docbook --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tests.sample.docbook --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tests.sample.docbook --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.docbook/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.tests.sample.docbook --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests.sample.docbook --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.sample.docbook --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.docbook/target/org.eclipse.sirius.tests.sample.docbook-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tests.sample.docbook --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.docbook/target/org.eclipse.sirius.tests.sample.docbook-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests.sample.docbook --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.sample.docbook --- [INFO] [INFO] --< org.eclipse.sirius:org.eclipse.sirius.tests.sample.docbook.design >-- [INFO] Building org.eclipse.sirius.tests.sample.docbook.design 7.4.1-SNAPSHOT [109/141] [INFO] from plugins/org.eclipse.sirius.tests.sample.docbook.design/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.sample.docbook.design:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.docbook.design/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.sample.docbook.design --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tests.sample.docbook.design --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests.sample.docbook.design --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests.sample.docbook.design --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.sample.docbook.design --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tests.sample.docbook.design --- [INFO] Resolving class path of org.eclipse.sirius.tests.sample.docbook.design [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.sample.docbook.design --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.docbook.design/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.sample.docbook.design --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.docbook.design/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tests.sample.docbook.design --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.docbook.design/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.tests.sample.docbook.design --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tests.sample.docbook.design --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tests.sample.docbook.design --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.docbook.design/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.tests.sample.docbook.design --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests.sample.docbook.design --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.sample.docbook.design --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.docbook.design/target/org.eclipse.sirius.tests.sample.docbook.design-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tests.sample.docbook.design --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.docbook.design/target/org.eclipse.sirius.tests.sample.docbook.design-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests.sample.docbook.design --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.sample.docbook.design --- [INFO] [INFO] ----< org.eclipse.sirius:org.eclipse.sirius.tests.sample.component >---- [INFO] Building org.eclipse.sirius.tests.sample.component 7.4.1-SNAPSHOT [110/141] [INFO] from plugins/org.eclipse.sirius.tests.sample.component/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.sample.component:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.component/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.sample.component --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tests.sample.component --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests.sample.component --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests.sample.component --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.sample.component --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tests.sample.component --- [INFO] Resolving class path of org.eclipse.sirius.tests.sample.component [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.sample.component --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.component/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.sample.component --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.component/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tests.sample.component --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.component/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.tests.sample.component --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tests.sample.component --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tests.sample.component --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.component/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.tests.sample.component --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests.sample.component --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.sample.component --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.component/target/org.eclipse.sirius.tests.sample.component-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tests.sample.component --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.component/target/org.eclipse.sirius.tests.sample.component-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests.sample.component --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.sample.component --- [INFO] [INFO] --< org.eclipse.sirius:org.eclipse.sirius.tests.sample.component.design >-- [INFO] Building org.eclipse.sirius.tests.sample.component.design 7.4.1-SNAPSHOT [111/141] [INFO] from plugins/org.eclipse.sirius.tests.sample.component.design/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.sample.component.design:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.component.design/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.sample.component.design --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tests.sample.component.design --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests.sample.component.design --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests.sample.component.design --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.sample.component.design --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tests.sample.component.design --- [INFO] Resolving class path of org.eclipse.sirius.tests.sample.component.design [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.sample.component.design --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.component.design/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.sample.component.design --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.component.design/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tests.sample.component.design --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.component.design/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.tests.sample.component.design --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tests.sample.component.design --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tests.sample.component.design --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.component.design/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.tests.sample.component.design --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests.sample.component.design --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.sample.component.design --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.component.design/target/org.eclipse.sirius.tests.sample.component.design-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tests.sample.component.design --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.component.design/target/org.eclipse.sirius.tests.sample.component.design-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests.sample.component.design --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.sample.component.design --- [INFO] [INFO] ----< org.eclipse.sirius:org.eclipse.sirius.tests.sample.benchmark >---- [INFO] Building org.eclipse.sirius.tests.sample.benchmark 7.4.1-SNAPSHOT [112/141] [INFO] from plugins/org.eclipse.sirius.tests.sample.benchmark/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.sample.benchmark:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.benchmark/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.sample.benchmark --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tests.sample.benchmark --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests.sample.benchmark --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests.sample.benchmark --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.sample.benchmark --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tests.sample.benchmark --- [INFO] Resolving class path of org.eclipse.sirius.tests.sample.benchmark [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.sample.benchmark --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.benchmark/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.sample.benchmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.benchmark/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tests.sample.benchmark --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.benchmark/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.tests.sample.benchmark --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tests.sample.benchmark --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tests.sample.benchmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.benchmark/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.tests.sample.benchmark --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests.sample.benchmark --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.sample.benchmark --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.benchmark/target/org.eclipse.sirius.tests.sample.benchmark-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tests.sample.benchmark --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.benchmark/target/org.eclipse.sirius.tests.sample.benchmark-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests.sample.benchmark --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.sample.benchmark --- [INFO] [INFO] -----< org.eclipse.sirius:org.eclipse.sirius.sample.interactions >------ [INFO] Building org.eclipse.sirius.sample.interactions 7.4.1-SNAPSHOT [113/141] [INFO] from plugins/org.eclipse.sirius.sample.interactions/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.sample.interactions:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.interactions/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.sample.interactions --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.sample.interactions --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.sample.interactions --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.sample.interactions --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.sample.interactions --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.sample.interactions --- [INFO] Resolving class path of org.eclipse.sirius.sample.interactions [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.sample.interactions --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.interactions/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.sample.interactions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.interactions/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.sample.interactions --- [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.interactions/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.sample.interactions --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.sample.interactions --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.sample.interactions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.interactions/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.sample.interactions --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.sample.interactions --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.sample.interactions --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.interactions/target/org.eclipse.sirius.sample.interactions-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.sample.interactions --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.interactions/target/org.eclipse.sirius.sample.interactions-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.sample.interactions --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.sample.interactions --- [INFO] [INFO] ---< org.eclipse.sirius:org.eclipse.sirius.sample.interactions.edit >--- [INFO] Building org.eclipse.sirius.sample.interactions.edit 7.4.1-SNAPSHOT [114/141] [INFO] from plugins/org.eclipse.sirius.sample.interactions.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.sample.interactions.edit:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.interactions.edit/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.sample.interactions.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.sample.interactions.edit --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.sample.interactions.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.sample.interactions.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.sample.interactions.edit --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.sample.interactions.edit --- [INFO] Resolving class path of org.eclipse.sirius.sample.interactions.edit [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.sample.interactions.edit --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.interactions.edit/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.sample.interactions.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.interactions.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.sample.interactions.edit --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.interactions.edit/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.sample.interactions.edit --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.sample.interactions.edit --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.sample.interactions.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.interactions.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.sample.interactions.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.sample.interactions.edit --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.sample.interactions.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.interactions.edit/target/org.eclipse.sirius.sample.interactions.edit-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.sample.interactions.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.interactions.edit/target/org.eclipse.sirius.sample.interactions.edit-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.sample.interactions.edit --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.sample.interactions.edit --- [INFO] [INFO] ----< org.eclipse.sirius:org.eclipse.sirius.tests.sample.migration >---- [INFO] Building org.eclipse.sirius.tests.sample.migration 7.4.1-SNAPSHOT [115/141] [INFO] from plugins/org.eclipse.sirius.tests.sample.migration/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.sample.migration:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.migration/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.sample.migration --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tests.sample.migration --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests.sample.migration --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests.sample.migration --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.sample.migration --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tests.sample.migration --- [INFO] Resolving class path of org.eclipse.sirius.tests.sample.migration [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.sample.migration --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.migration/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.sample.migration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.migration/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tests.sample.migration --- [INFO] Compiling 88 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.migration/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.tests.sample.migration --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tests.sample.migration --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tests.sample.migration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.migration/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.tests.sample.migration --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests.sample.migration --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.sample.migration --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.migration/target/org.eclipse.sirius.tests.sample.migration-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tests.sample.migration --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.migration/target/org.eclipse.sirius.tests.sample.migration-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests.sample.migration --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.sample.migration --- [INFO] [INFO] --< org.eclipse.sirius:org.eclipse.sirius.sample.interactions.design >-- [INFO] Building org.eclipse.sirius.sample.interactions.design 7.4.1-SNAPSHOT [116/141] [INFO] from plugins/org.eclipse.sirius.sample.interactions.design/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.sample.interactions.design:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.interactions.design/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.sample.interactions.design --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.sample.interactions.design --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.sample.interactions.design --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.sample.interactions.design --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.sample.interactions.design --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.sample.interactions.design --- [INFO] Resolving class path of org.eclipse.sirius.sample.interactions.design [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.sample.interactions.design --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.interactions.design/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.sample.interactions.design --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.interactions.design/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.sample.interactions.design --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.interactions.design/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.sample.interactions.design --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.sample.interactions.design --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.sample.interactions.design --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.interactions.design/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.sample.interactions.design --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.sample.interactions.design --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.sample.interactions.design --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.interactions.design/target/org.eclipse.sirius.sample.interactions.design-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.sample.interactions.design --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.interactions.design/target/org.eclipse.sirius.sample.interactions.design-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.sample.interactions.design --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.sample.interactions.design --- [INFO] [INFO] --< org.eclipse.sirius:org.eclipse.sirius.sample.interactions.editor >-- [INFO] Building org.eclipse.sirius.sample.interactions.editor 7.4.1-SNAPSHOT [117/141] [INFO] from plugins/org.eclipse.sirius.sample.interactions.editor/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.sample.interactions.editor:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.interactions.editor/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.sample.interactions.editor --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.sample.interactions.editor --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.sample.interactions.editor --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.sample.interactions.editor --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.sample.interactions.editor --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.sample.interactions.editor --- [INFO] Resolving class path of org.eclipse.sirius.sample.interactions.editor [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.sample.interactions.editor --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.interactions.editor/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.sample.interactions.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.interactions.editor/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.sample.interactions.editor --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.interactions.editor/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.sample.interactions.editor --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.sample.interactions.editor --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.sample.interactions.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.interactions.editor/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.sample.interactions.editor --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.sample.interactions.editor --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.sample.interactions.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.interactions.editor/target/org.eclipse.sirius.sample.interactions.editor-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.sample.interactions.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.interactions.editor/target/org.eclipse.sirius.sample.interactions.editor-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.sample.interactions.editor --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.sample.interactions.editor --- [INFO] [INFO] -----< org.eclipse.sirius:org.eclipse.sirius.sample.ecore.design >------ [INFO] Building org.eclipse.sirius.sample.ecore.design 7.4.1-SNAPSHOT [118/141] [INFO] from plugins/org.eclipse.sirius.sample.ecore.design/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.sample.ecore.design:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.ecore.design/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.sample.ecore.design --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.sample.ecore.design --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.sample.ecore.design --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.sample.ecore.design --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.sample.ecore.design --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.sample.ecore.design --- [INFO] Resolving class path of org.eclipse.sirius.sample.ecore.design [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.sample.ecore.design --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.ecore.design/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.sample.ecore.design --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.ecore.design/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.sample.ecore.design --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.ecore.design/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.sample.ecore.design --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.sample.ecore.design --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.sample.ecore.design --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.ecore.design/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.sample.ecore.design --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.sample.ecore.design --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.sample.ecore.design --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.ecore.design/target/org.eclipse.sirius.sample.ecore.design-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.sample.ecore.design --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.sample.ecore.design/target/org.eclipse.sirius.sample.ecore.design-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.sample.ecore.design --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.sample.ecore.design --- [INFO] [INFO] --< org.eclipse.sirius:org.eclipse.sirius.tests.sample.migration.design >-- [INFO] Building org.eclipse.sirius.tests.sample.migration.design 7.4.1-SNAPSHOT [119/141] [INFO] from plugins/org.eclipse.sirius.tests.sample.migration.design/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.sample.migration.design:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.migration.design/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.sample.migration.design --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tests.sample.migration.design --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests.sample.migration.design --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests.sample.migration.design --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.sample.migration.design --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tests.sample.migration.design --- [INFO] Resolving class path of org.eclipse.sirius.tests.sample.migration.design [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.sample.migration.design --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.migration.design/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.sample.migration.design --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.migration.design/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tests.sample.migration.design --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.migration.design/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.tests.sample.migration.design --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tests.sample.migration.design --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tests.sample.migration.design --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.migration.design/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.tests.sample.migration.design --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests.sample.migration.design --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.sample.migration.design --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.migration.design/target/org.eclipse.sirius.tests.sample.migration.design-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tests.sample.migration.design --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.migration.design/target/org.eclipse.sirius.tests.sample.migration.design-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests.sample.migration.design --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.sample.migration.design --- [INFO] [INFO] ------< org.eclipse.sirius:org.eclipse.sirius.tests.sample.scxml >------ [INFO] Building org.eclipse.sirius.tests.sample.scxml 7.4.1-SNAPSHOT [120/141] [INFO] from plugins/org.eclipse.sirius.tests.sample.scxml/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.sample.scxml:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.scxml/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.sample.scxml --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tests.sample.scxml --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests.sample.scxml --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests.sample.scxml --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.sample.scxml --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tests.sample.scxml --- [INFO] Resolving class path of org.eclipse.sirius.tests.sample.scxml [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.sample.scxml --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.scxml/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.sample.scxml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.scxml/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tests.sample.scxml --- [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.scxml/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.tests.sample.scxml --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tests.sample.scxml --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tests.sample.scxml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.scxml/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.tests.sample.scxml --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests.sample.scxml --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.sample.scxml --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.scxml/target/org.eclipse.sirius.tests.sample.scxml-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tests.sample.scxml --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.scxml/target/org.eclipse.sirius.tests.sample.scxml-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests.sample.scxml --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.sample.scxml --- [INFO] [INFO] ---------< org.eclipse.sirius:org.eclipse.sirius.tests.junit >---------- [INFO] Building org.eclipse.sirius.tests.junit 7.4.1-SNAPSHOT [121/141] [INFO] from plugins/org.eclipse.sirius.tests.junit/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'skipTests' is unknown for plugin 'org.eclipse.acceleo.maven:3.5.2:acceleo-compile (acceleo-compile)' [WARNING] Parameter 'skipTests' is unknown for plugin 'org.eclipse.acceleo.maven:3.5.2:acceleo-compile (default)' [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.junit:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.junit/pom.xml [WARNING] [fc78ecf2-a29c-4346-b863-c6be2c0bbbf1][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.easymock,2.4.0.v20090202-0900 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.junit --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tests.junit --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests.junit --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests.junit --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.junit --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tests.junit --- [INFO] Resolving class path of org.eclipse.sirius.tests.junit [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.junit --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.junit/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.junit/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tests.junit --- [INFO] Compiling 696 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.junit/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- org.eclipse.acceleo.:3.5.2:acceleo-compile (acceleo-compile) @ org.eclipse.sirius.tests.junit --- [INFO] Acceleo maven stand alone build... [INFO] Starting packages registration... [INFO] Registering package 'org.eclipse.emf.ecore.EcorePackage'. [INFO] Starting the build sequence for the project '/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.junit'... [INFO] Mapping the pom.xml to AcceleoProject... [INFO] Adding jar dependencies... [INFO] Starting parsing... [INFO] Saving ouput file for '/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.junit/src/org/eclipse/sirius/tests/unit/common/interpreter/acceleo/mtl/AcceleoMtlInterpreterTestModule2.mtl'. [INFO] Saving ouput file for '/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.junit/src/org/eclipse/sirius/tests/unit/common/interpreter/acceleo/mtl/AcceleoMtlInterpreterTestModule.mtl'. [INFO] Build completed. [INFO] [INFO] --- org.eclipse.acceleo.:3.5.2:acceleo-compile (default) @ org.eclipse.sirius.tests.junit --- [INFO] Acceleo maven stand alone build... [INFO] Starting packages registration... [INFO] Registering package 'org.eclipse.emf.ecore.EcorePackage'. [INFO] Starting the build sequence for the project '/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.junit'... [INFO] Mapping the pom.xml to AcceleoProject... [INFO] Adding jar dependencies... [INFO] Starting parsing... [INFO] Build completed. [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tests.junit --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tests.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.junit/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests.junit --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.junit/target/org.eclipse.sirius.tests.junit-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tests.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.junit/target/org.eclipse.sirius.tests.junit-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests.junit --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.junit --- [INFO] [INFO] ----------< org.eclipse.sirius:org.eclipse.sirius.tests.tree >---------- [INFO] Building org.eclipse.sirius.tests.tree 7.4.1-SNAPSHOT [122/141] [INFO] from plugins/org.eclipse.sirius.tests.tree/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'skipTests' is unknown for plugin 'org.eclipse.acceleo.maven:3.5.2:acceleo-compile (acceleo-compile)' [WARNING] Parameter 'skipTests' is unknown for plugin 'org.eclipse.acceleo.maven:3.5.2:acceleo-compile (default)' [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.tree:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.tree/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.tree --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tests.tree --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests.tree --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests.tree --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.tree --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tests.tree --- [INFO] Resolving class path of org.eclipse.sirius.tests.tree [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.tree --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.tree/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.tree --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.tree/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tests.tree --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.tree/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- org.eclipse.acceleo.:3.5.2:acceleo-compile (acceleo-compile) @ org.eclipse.sirius.tests.tree --- [INFO] Acceleo maven stand alone build... [INFO] Starting packages registration... [INFO] Registering package 'org.eclipse.emf.ecore.EcorePackage'. [INFO] Starting the build sequence for the project '/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.tree'... [INFO] Mapping the pom.xml to AcceleoProject... [INFO] Adding jar dependencies... [INFO] Starting parsing... [INFO] Build completed. [INFO] [INFO] --- org.eclipse.acceleo.:3.5.2:acceleo-compile (default) @ org.eclipse.sirius.tests.tree --- [INFO] Acceleo maven stand alone build... [INFO] Starting packages registration... [INFO] Registering package 'org.eclipse.emf.ecore.EcorePackage'. [INFO] Starting the build sequence for the project '/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.tree'... [INFO] Mapping the pom.xml to AcceleoProject... [INFO] Adding jar dependencies... [INFO] Starting parsing... [INFO] Build completed. [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tests.tree --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tests.tree --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.tree/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests.tree --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.tree --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.tree/target/org.eclipse.sirius.tests.tree-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tests.tree --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.tree/target/org.eclipse.sirius.tests.tree-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests.tree --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.tree --- [INFO] [INFO] ---------< org.eclipse.sirius:org.eclipse.sirius.tests.swtbot >--------- [INFO] Building org.eclipse.sirius.tests.swtbot 7.4.1-SNAPSHOT [123/141] [INFO] from plugins/org.eclipse.sirius.tests.swtbot/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'skipTests' is unknown for plugin 'org.eclipse.acceleo.maven:3.5.2:acceleo-compile (acceleo-compile)' [WARNING] Parameter 'skipTests' is unknown for plugin 'org.eclipse.acceleo.maven:3.5.2:acceleo-compile (default)' [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.swtbot:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.swtbot/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.swtbot --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tests.swtbot --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests.swtbot --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests.swtbot --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.swtbot --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tests.swtbot --- [INFO] Resolving class path of org.eclipse.sirius.tests.swtbot [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.swtbot --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.swtbot/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.swtbot --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.swtbot/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tests.swtbot --- [INFO] Compiling 485 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.swtbot/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- org.eclipse.acceleo.:3.5.2:acceleo-compile (acceleo-compile) @ org.eclipse.sirius.tests.swtbot --- [INFO] Acceleo maven stand alone build... [INFO] Starting packages registration... [INFO] Registering package 'org.eclipse.emf.ecore.EcorePackage'. [INFO] Starting the build sequence for the project '/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.swtbot'... [INFO] Mapping the pom.xml to AcceleoProject... [INFO] Adding jar dependencies... [INFO] Starting parsing... [INFO] Build completed. [INFO] [INFO] --- org.eclipse.acceleo.:3.5.2:acceleo-compile (default) @ org.eclipse.sirius.tests.swtbot --- [INFO] Acceleo maven stand alone build... [INFO] Starting packages registration... [INFO] Registering package 'org.eclipse.emf.ecore.EcorePackage'. [INFO] Starting the build sequence for the project '/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.swtbot'... [INFO] Mapping the pom.xml to AcceleoProject... [INFO] Adding jar dependencies... [INFO] Starting parsing... [INFO] Build completed. [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tests.swtbot --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tests.swtbot --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.swtbot/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests.swtbot --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.swtbot --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.swtbot/target/org.eclipse.sirius.tests.swtbot-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tests.swtbot --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.swtbot/target/org.eclipse.sirius.tests.swtbot-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests.swtbot --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.swtbot --- [INFO] [INFO] --< org.eclipse.sirius:org.eclipse.sirius.tests.sample.scxml.design >--- [INFO] Building org.eclipse.sirius.tests.sample.scxml.design 7.4.1-SNAPSHOT [124/141] [INFO] from plugins/org.eclipse.sirius.tests.sample.scxml.design/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.sample.scxml.design:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.scxml.design/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.sample.scxml.design --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tests.sample.scxml.design --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests.sample.scxml.design --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests.sample.scxml.design --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.sample.scxml.design --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tests.sample.scxml.design --- [INFO] Resolving class path of org.eclipse.sirius.tests.sample.scxml.design [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.sample.scxml.design --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.scxml.design/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.sample.scxml.design --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.scxml.design/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tests.sample.scxml.design --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.scxml.design/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.tests.sample.scxml.design --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tests.sample.scxml.design --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tests.sample.scxml.design --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.scxml.design/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.tests.sample.scxml.design --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests.sample.scxml.design --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.sample.scxml.design --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.scxml.design/target/org.eclipse.sirius.tests.sample.scxml.design-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tests.sample.scxml.design --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.scxml.design/target/org.eclipse.sirius.tests.sample.scxml.design-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests.sample.scxml.design --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.sample.scxml.design --- [INFO] [INFO] ------------< org.eclipse.sirius:org.eclipse.sirius.tests >------------- [INFO] Building org.eclipse.sirius.tests 7.4.1-SNAPSHOT [125/141] [INFO] from packaging/org.eclipse.sirius.tests/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.tests/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.tests/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.tests --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.tests/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.tests/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.sirius.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.tests/target/org.eclipse.sirius.tests-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sirius.tests --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.sirius.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.tests/target/org.eclipse.sirius.tests-7.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.sirius.tests --- [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.tests:xml:p2metadata:7.4.1-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.tests:xml:p2artifacts:7.4.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ----< org.eclipse.sirius:org.eclipse.sirius.tests.rcptt.properties >---- [INFO] Building org.eclipse.sirius.tests.rcptt.properties 7.4.1-SNAPSHOT [126/141] [INFO] from plugins/org.eclipse.sirius.tests.rcptt.properties/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.rcptt.properties:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.rcptt.properties/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.rcptt.properties --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tests.rcptt.properties --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests.rcptt.properties --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests.rcptt.properties --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.rcptt.properties --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tests.rcptt.properties --- [INFO] Resolving class path of org.eclipse.sirius.tests.rcptt.properties [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.rcptt.properties --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.rcptt.properties/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.rcptt.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.rcptt.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tests.rcptt.properties --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.rcptt.properties/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.tests.rcptt.properties --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tests.rcptt.properties --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tests.rcptt.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.rcptt.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.tests.rcptt.properties --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests.rcptt.properties --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.rcptt.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.rcptt.properties/target/org.eclipse.sirius.tests.rcptt.properties-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tests.rcptt.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.rcptt.properties/target/org.eclipse.sirius.tests.rcptt.properties-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests.rcptt.properties --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.rcptt.properties --- [INFO] [INFO] --< org.eclipse.sirius:org.eclipse.sirius.tests.rcptt.properties.edit >-- [INFO] Building org.eclipse.sirius.tests.rcptt.properties.edit 7.4.1-SNAPSHOT [127/141] [INFO] from plugins/org.eclipse.sirius.tests.rcptt.properties.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.rcptt.properties.edit:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.rcptt.properties.edit/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.rcptt.properties.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tests.rcptt.properties.edit --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests.rcptt.properties.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests.rcptt.properties.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.rcptt.properties.edit --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tests.rcptt.properties.edit --- [INFO] Resolving class path of org.eclipse.sirius.tests.rcptt.properties.edit [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.rcptt.properties.edit --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.rcptt.properties.edit/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.rcptt.properties.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.rcptt.properties.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tests.rcptt.properties.edit --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.rcptt.properties.edit/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.tests.rcptt.properties.edit --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tests.rcptt.properties.edit --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tests.rcptt.properties.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.rcptt.properties.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.tests.rcptt.properties.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests.rcptt.properties.edit --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.rcptt.properties.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.rcptt.properties.edit/target/org.eclipse.sirius.tests.rcptt.properties.edit-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tests.rcptt.properties.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.rcptt.properties.edit/target/org.eclipse.sirius.tests.rcptt.properties.edit-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests.rcptt.properties.edit --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.rcptt.properties.edit --- [INFO] [INFO] --< org.eclipse.sirius:org.eclipse.sirius.tests.rcptt.properties.samples >-- [INFO] Building org.eclipse.sirius.tests.rcptt.properties.samples 7.4.1-SNAPSHOT [128/141] [INFO] from plugins/org.eclipse.sirius.tests.rcptt.properties.samples/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.rcptt.properties.samples:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.rcptt.properties.samples --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tests.rcptt.properties.samples --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests.rcptt.properties.samples --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests.rcptt.properties.samples --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.rcptt.properties.samples --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tests.rcptt.properties.samples --- [INFO] Resolving class path of org.eclipse.sirius.tests.rcptt.properties.samples [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.rcptt.properties.samples --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.rcptt.properties.samples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tests.rcptt.properties.samples --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.tests.rcptt.properties.samples --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tests.rcptt.properties.samples --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tests.rcptt.properties.samples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.tests.rcptt.properties.samples --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests.rcptt.properties.samples --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.rcptt.properties.samples --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/target/org.eclipse.sirius.tests.rcptt.properties.samples-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tests.rcptt.properties.samples --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/target/org.eclipse.sirius.tests.rcptt.properties.samples-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests.rcptt.properties.samples --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.rcptt.properties.samples --- [INFO] [INFO] --< org.eclipse.sirius:org.eclipse.sirius.tests.rcptt.properties.editor >-- [INFO] Building org.eclipse.sirius.tests.rcptt.properties.editor 7.4.1-SNAPSHOT [129/141] [INFO] from plugins/org.eclipse.sirius.tests.rcptt.properties.editor/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.rcptt.properties.editor:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.rcptt.properties.editor/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.rcptt.properties.editor --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tests.rcptt.properties.editor --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests.rcptt.properties.editor --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests.rcptt.properties.editor --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.rcptt.properties.editor --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tests.rcptt.properties.editor --- [INFO] Resolving class path of org.eclipse.sirius.tests.rcptt.properties.editor [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.rcptt.properties.editor --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.rcptt.properties.editor/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.rcptt.properties.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.rcptt.properties.editor/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tests.rcptt.properties.editor --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.rcptt.properties.editor/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.tests.rcptt.properties.editor --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tests.rcptt.properties.editor --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tests.rcptt.properties.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.rcptt.properties.editor/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.tests.rcptt.properties.editor --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests.rcptt.properties.editor --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.rcptt.properties.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.rcptt.properties.editor/target/org.eclipse.sirius.tests.rcptt.properties.editor-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tests.rcptt.properties.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.rcptt.properties.editor/target/org.eclipse.sirius.tests.rcptt.properties.editor-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests.rcptt.properties.editor --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.rcptt.properties.editor --- [INFO] [INFO] -----< org.eclipse.sirius:org.eclipse.sirius.tests.rcptt.feature >------ [INFO] Building org.eclipse.sirius.tests.rcptt.feature 7.4.1-SNAPSHOT [130/141] [INFO] from packaging/org.eclipse.sirius.tests.rcptt.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.rcptt.feature:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.tests.rcptt.feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.rcptt.feature --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.tests.rcptt.feature/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.tests.rcptt.feature --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests.rcptt.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests.rcptt.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.rcptt.feature --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.rcptt.feature --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.tests.rcptt.feature/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.rcptt.feature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.tests.rcptt.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests.rcptt.feature --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.rcptt.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.sirius.tests.rcptt.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.tests.rcptt.feature/target/org.eclipse.sirius.tests.rcptt.feature-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests.rcptt.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sirius.tests.rcptt.feature --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.sirius.tests.rcptt.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.tests.rcptt.feature/target/org.eclipse.sirius.tests.rcptt.feature-7.4.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.rcptt.feature --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attached-p2-metadata) @ org.eclipse.sirius.tests.rcptt.feature --- [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.tests.rcptt.feature:xml:p2metadata:7.4.1-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.sirius:org.eclipse.sirius.tests.rcptt.feature:xml:p2artifacts:7.4.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ------------< org.eclipse.sirius:org.eclipse.sirius.update >------------ [INFO] Building org.eclipse.sirius.update 7.4.1-SNAPSHOT [131/141] [INFO] from packaging/org.eclipse.sirius.update/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.update:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.update/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.update --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.update --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- resources:3.2.0:copy-resources (copy-resources) @ org.eclipse.sirius.update --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.sirius.update --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.update/target [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.update --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.update --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.update/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.update --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.update/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:4.0.4:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.sirius.update --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [INFO] [INFO] --- tycho-p2-publisher:4.0.4:publish-products (default-publish-products) @ org.eclipse.sirius.update --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:4.0.4:publish-categories (default-publish-categories) @ org.eclipse.sirius.update --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:4.0.4:attach-artifacts (default-attach-artifacts) @ org.eclipse.sirius.update --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:4.0.4:assemble-repository (default-assemble-repository) @ org.eclipse.sirius.update --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.update --- [INFO] [INFO] --- tycho-p2-repository:4.0.4:archive-repository (default-archive-repository) @ org.eclipse.sirius.update --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.update/target/org.eclipse.sirius.update-7.4.1-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.update --- [INFO] [INFO] --< org.eclipse.sirius:org.eclipse.sirius.sample.basicfamily.update >--- [INFO] Building org.eclipse.sirius.sample.basicfamily.update 7.4.1-SNAPSHOT [132/141] [INFO] from packaging/org.eclipse.sirius.sample.basicfamily.update/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.sample.basicfamily.update:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.sample.basicfamily.update/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.sample.basicfamily.update --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.sample.basicfamily.update --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- resources:3.2.0:copy-resources (copy-resources) @ org.eclipse.sirius.sample.basicfamily.update --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.sirius.sample.basicfamily.update --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.sample.basicfamily.update/target [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.sample.basicfamily.update --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.sample.basicfamily.update --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.sample.basicfamily.update/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.sample.basicfamily.update --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.sample.basicfamily.update/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:4.0.4:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.sirius.sample.basicfamily.update --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [INFO] [INFO] --- tycho-p2-publisher:4.0.4:publish-products (default-publish-products) @ org.eclipse.sirius.sample.basicfamily.update --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:4.0.4:publish-categories (default-publish-categories) @ org.eclipse.sirius.sample.basicfamily.update --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:4.0.4:attach-artifacts (default-attach-artifacts) @ org.eclipse.sirius.sample.basicfamily.update --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:4.0.4:assemble-repository (default-assemble-repository) @ org.eclipse.sirius.sample.basicfamily.update --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.sample.basicfamily.update --- [INFO] [INFO] --- tycho-p2-repository:4.0.4:archive-repository (default-archive-repository) @ org.eclipse.sirius.sample.basicfamily.update --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.sample.basicfamily.update/target/org.eclipse.sirius.sample.basicfamily.update-7.4.1-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.sample.basicfamily.update --- [INFO] [INFO] --< org.eclipse.sirius:org.eclipse.sirius.tests.sample.docbook.edit >--- [INFO] Building org.eclipse.sirius.tests.sample.docbook.edit 7.4.1-SNAPSHOT [133/141] [INFO] from plugins/org.eclipse.sirius.tests.sample.docbook.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.sample.docbook.edit:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.docbook.edit/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.sample.docbook.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tests.sample.docbook.edit --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests.sample.docbook.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests.sample.docbook.edit --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.sample.docbook.edit --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tests.sample.docbook.edit --- [INFO] Resolving class path of org.eclipse.sirius.tests.sample.docbook.edit [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.sample.docbook.edit --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.docbook.edit/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.sample.docbook.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.docbook.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tests.sample.docbook.edit --- [INFO] Compiling 109 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.docbook.edit/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.tests.sample.docbook.edit --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tests.sample.docbook.edit --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tests.sample.docbook.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.docbook.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.tests.sample.docbook.edit --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests.sample.docbook.edit --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.sample.docbook.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.docbook.edit/target/org.eclipse.sirius.tests.sample.docbook.edit-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tests.sample.docbook.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.docbook.edit/target/org.eclipse.sirius.tests.sample.docbook.edit-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests.sample.docbook.edit --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.sample.docbook.edit --- [INFO] [INFO] --< org.eclipse.sirius:org.eclipse.sirius.tests.sample.docbook.editor >-- [INFO] Building org.eclipse.sirius.tests.sample.docbook.editor 7.4.1-SNAPSHOT [134/141] [INFO] from plugins/org.eclipse.sirius.tests.sample.docbook.editor/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.sample.docbook.editor:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.docbook.editor/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.sample.docbook.editor --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tests.sample.docbook.editor --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests.sample.docbook.editor --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests.sample.docbook.editor --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.sample.docbook.editor --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tests.sample.docbook.editor --- [INFO] Resolving class path of org.eclipse.sirius.tests.sample.docbook.editor [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.sample.docbook.editor --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.docbook.editor/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.sample.docbook.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.docbook.editor/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tests.sample.docbook.editor --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.docbook.editor/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.tests.sample.docbook.editor --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tests.sample.docbook.editor --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tests.sample.docbook.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.docbook.editor/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.tests.sample.docbook.editor --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests.sample.docbook.editor --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.sample.docbook.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.docbook.editor/target/org.eclipse.sirius.tests.sample.docbook.editor-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tests.sample.docbook.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.docbook.editor/target/org.eclipse.sirius.tests.sample.docbook.editor-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests.sample.docbook.editor --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.sample.docbook.editor --- [INFO] [INFO] --< org.eclipse.sirius:org.eclipse.sirius.tests.sample.xtext.statemachine >-- [INFO] Building org.eclipse.sirius.tests.sample.xtext.statemachine 7.4.1-SNAPSHOT [135/141] [INFO] from plugins/org.eclipse.sirius.tests.sample.xtext.statemachine/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.sample.xtext.statemachine:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.sample.xtext.statemachine --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tests.sample.xtext.statemachine --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests.sample.xtext.statemachine --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests.sample.xtext.statemachine --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.sample.xtext.statemachine --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tests.sample.xtext.statemachine --- [INFO] Resolving class path of org.eclipse.sirius.tests.sample.xtext.statemachine [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.sample.xtext.statemachine --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.sample.xtext.statemachine --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tests.sample.xtext.statemachine --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.tests.sample.xtext.statemachine --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tests.sample.xtext.statemachine --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tests.sample.xtext.statemachine --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.tests.sample.xtext.statemachine --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests.sample.xtext.statemachine --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.sample.xtext.statemachine --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine/target/org.eclipse.sirius.tests.sample.xtext.statemachine-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tests.sample.xtext.statemachine --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine/target/org.eclipse.sirius.tests.sample.xtext.statemachine-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests.sample.xtext.statemachine --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.sample.xtext.statemachine --- [INFO] [INFO] --< org.eclipse.sirius:org.eclipse.sirius.tests.sample.xtext.statemachine.ide >-- [INFO] Building org.eclipse.sirius.tests.sample.xtext.statemachine.ide 7.4.1-SNAPSHOT [136/141] [INFO] from plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ide/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.sample.xtext.statemachine.ide:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ide/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ide --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ide --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ide --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ide --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ide --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ide --- [INFO] Resolving class path of org.eclipse.sirius.tests.sample.xtext.statemachine.ide [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ide --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ide/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ide/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ide --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ide/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ide --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ide --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ide/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ide --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ide --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ide/target/org.eclipse.sirius.tests.sample.xtext.statemachine.ide-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ide/target/org.eclipse.sirius.tests.sample.xtext.statemachine.ide-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ide --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ide --- [INFO] [INFO] --< org.eclipse.sirius:org.eclipse.sirius.tests.sample.xtext.statemachine.ui >-- [INFO] Building org.eclipse.sirius.tests.sample.xtext.statemachine.ui 7.4.1-SNAPSHOT [137/141] [INFO] from plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.sample.xtext.statemachine.ui:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ui/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ui --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ui --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ui --- [INFO] Resolving class path of org.eclipse.sirius.tests.sample.xtext.statemachine.ui [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ui --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ui/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ui --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ui/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ui --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ui --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ui/target/org.eclipse.sirius.tests.sample.xtext.statemachine.ui-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ui/target/org.eclipse.sirius.tests.sample.xtext.statemachine.ui-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ui --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.sample.xtext.statemachine.ui --- [INFO] [INFO] --< org.eclipse.sirius:org.eclipse.sirius.tests.sample.xtext.statemachine.design >-- [INFO] Building org.eclipse.sirius.tests.sample.xtext.statemachine.design 7.4.1-SNAPSHOT [138/141] [INFO] from plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.design/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.sample.xtext.statemachine.design:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.design/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.sample.xtext.statemachine.design --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tests.sample.xtext.statemachine.design --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests.sample.xtext.statemachine.design --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests.sample.xtext.statemachine.design --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.sample.xtext.statemachine.design --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tests.sample.xtext.statemachine.design --- [INFO] Resolving class path of org.eclipse.sirius.tests.sample.xtext.statemachine.design [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.sample.xtext.statemachine.design --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.design/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.sample.xtext.statemachine.design --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.design/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tests.sample.xtext.statemachine.design --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.design/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.sirius.tests.sample.xtext.statemachine.design --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tests.sample.xtext.statemachine.design --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tests.sample.xtext.statemachine.design --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.design/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.sirius.tests.sample.xtext.statemachine.design --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests.sample.xtext.statemachine.design --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.sample.xtext.statemachine.design --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.design/target/org.eclipse.sirius.tests.sample.xtext.statemachine.design-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tests.sample.xtext.statemachine.design --- Mar 28, 2024 4:35:47 AM java.util.jar.Attributes read WARNING: Duplicate name in Manifest: Bundle-Localization. Ensure that the manifest does not have duplicate entries, and that blank lines separate individual sections in both your manifest and in the META-INF/MANIFEST.MF entry in the jar file. [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.design/target/org.eclipse.sirius.tests.sample.xtext.statemachine.design-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests.sample.xtext.statemachine.design --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.sample.xtext.statemachine.design --- [INFO] [INFO] ------< org.eclipse.sirius:org.eclipse.sirius.tests.junit.xtext >------- [INFO] Building org.eclipse.sirius.tests.junit.xtext 7.4.1-SNAPSHOT [139/141] [INFO] from plugins/org.eclipse.sirius.tests.junit.xtext/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.junit.xtext:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.junit.xtext/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.junit.xtext --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.tests.junit.xtext --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.sirius.tests.junit.xtext --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.sirius.tests.junit.xtext --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.junit.xtext --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.sirius.tests.junit.xtext --- [INFO] Resolving class path of org.eclipse.sirius.tests.junit.xtext [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.junit.xtext --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.junit.xtext/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.junit.xtext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.junit.xtext/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.sirius.tests.junit.xtext --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.junit.xtext/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.sirius.tests.junit.xtext --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.sirius.tests.junit.xtext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.junit.xtext/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sirius.tests.junit.xtext --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.junit.xtext --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.junit.xtext/target/org.eclipse.sirius.tests.junit.xtext-7.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.sirius.tests.junit.xtext --- [INFO] Building jar: /home/jenkins/agent/workspace/sirius-canary/plugins/org.eclipse.sirius.tests.junit.xtext/target/org.eclipse.sirius.tests.junit.xtext-7.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.tests.junit.xtext --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.junit.xtext --- [INFO] [INFO] ---------< org.eclipse.sirius:org.eclipse.sirius.tests.update >--------- [INFO] Building org.eclipse.sirius.tests.update 7.4.1-SNAPSHOT [140/141] [INFO] from packaging/org.eclipse.sirius.tests.update/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.sirius:org.eclipse.sirius.tests.update:7.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.tests.update/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.tests.update --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.tests.update --- [INFO] The project's OSGi version is 7.4.1.202403280432 [INFO] [INFO] --- resources:3.2.0:copy-resources (copy-resources) @ org.eclipse.sirius.tests.update --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.sirius.tests.update --- [INFO] Deleting /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.tests.update/target [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.sirius.tests.update --- [INFO] [INFO] --- jacoco:0.8.7:prepare-agent (agent-for-ut) @ org.eclipse.sirius.tests.update --- [INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/agent/workspace/sirius-canary/.repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.tests.update/../../packaging/org.eclipse.sirius.parent/target/jacoco.exec,append=true [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.sirius.tests.update --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.tests.update/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:4.0.4:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.sirius.tests.update --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [INFO] [INFO] --- tycho-p2-publisher:4.0.4:publish-products (default-publish-products) @ org.eclipse.sirius.tests.update --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:4.0.4:publish-categories (default-publish-categories) @ org.eclipse.sirius.tests.update --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:4.0.4:attach-artifacts (default-attach-artifacts) @ org.eclipse.sirius.tests.update --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:4.0.4:assemble-repository (default-assemble-repository) @ org.eclipse.sirius.tests.update --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.sirius.tests.update --- [INFO] [INFO] --- tycho-p2-repository:4.0.4:archive-repository (default-archive-repository) @ org.eclipse.sirius.tests.update --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/sirius-canary/packaging/org.eclipse.sirius.tests.update/target/org.eclipse.sirius.tests.update-7.4.1-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (p2-metadata) @ org.eclipse.sirius.tests.update --- [INFO] [INFO] -------------< org.eclipse.sirius:org.eclipse.sirius.top >-------------- [INFO] Building org.eclipse.sirius.top 7.4.1-SNAPSHOT [141/141] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.sirius.top --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Sirius Parent 7.4.1-SNAPSHOT ....................... SUCCESS [ 4.348 s] [INFO] org.eclipse.sirius.ext.base 7.4.1-SNAPSHOT ......... SUCCESS [ 21.871 s] [INFO] org.eclipse.sirius.ext.e3 7.4.1-SNAPSHOT ........... SUCCESS [ 0.355 s] [INFO] org.eclipse.sirius.ext.emf 7.4.1-SNAPSHOT .......... SUCCESS [ 0.598 s] [INFO] org.eclipse.sirius.ext.emf.edit 7.4.1-SNAPSHOT ..... SUCCESS [ 0.536 s] [INFO] org.eclipse.sirius.ext.emf.tx 7.4.1-SNAPSHOT ....... SUCCESS [ 1.000 s] [INFO] org.eclipse.sirius.ext.gmf.notation 7.4.1-SNAPSHOT . SUCCESS [ 0.114 s] [INFO] org.eclipse.sirius.ext.ide 7.4.1-SNAPSHOT .......... SUCCESS [ 0.302 s] [INFO] org.eclipse.sirius.model 7.4.1-SNAPSHOT ............ SUCCESS [ 2.281 s] [INFO] org.eclipse.sirius.ecore.extender 7.4.1-SNAPSHOT ... SUCCESS [ 0.506 s] [INFO] org.eclipse.sirius.common 7.4.1-SNAPSHOT ........... SUCCESS [ 1.055 s] [INFO] org.eclipse.sirius 7.4.1-SNAPSHOT .................. SUCCESS [ 2.116 s] [INFO] org.eclipse.sirius.common.acceleo.aql 7.4.1-SNAPSHOT SUCCESS [ 0.586 s] [INFO] org.eclipse.sirius.common.acceleo.mtl 7.4.1-SNAPSHOT SUCCESS [ 1.290 s] [INFO] org.eclipse.sirius.common.interpreter 7.4.1-SNAPSHOT SUCCESS [ 0.235 s] [INFO] org.eclipse.sirius.common.ocl 7.4.1-SNAPSHOT ....... SUCCESS [ 0.324 s] [INFO] org.eclipse.sirius.diagram.model 7.4.1-SNAPSHOT .... SUCCESS [ 1.675 s] [INFO] org.eclipse.sirius.diagram 7.4.1-SNAPSHOT .......... SUCCESS [ 1.828 s] [INFO] org.eclipse.sirius.diagram.formatdata 7.4.1-SNAPSHOT SUCCESS [ 0.368 s] [INFO] org.eclipse.sirius.synchronizer 7.4.1-SNAPSHOT ..... SUCCESS [ 0.280 s] [INFO] org.eclipse.sirius.table.model 7.4.1-SNAPSHOT ...... SUCCESS [ 0.747 s] [INFO] org.eclipse.sirius.table 7.4.1-SNAPSHOT ............ SUCCESS [ 0.687 s] [INFO] org.eclipse.sirius.tree.model 7.4.1-SNAPSHOT ....... SUCCESS [ 0.564 s] [INFO] org.eclipse.sirius.tree 7.4.1-SNAPSHOT ............. SUCCESS [ 0.499 s] [INFO] org.eclipse.sirius.model.feature 7.4.1-SNAPSHOT .... SUCCESS [ 0.345 s] [INFO] org.eclipse.sirius.runtime 7.4.1-SNAPSHOT .......... SUCCESS [ 0.291 s] [INFO] org.eclipse.sirius.runtime.acceleo 7.4.1-SNAPSHOT .. SUCCESS [ 0.117 s] [INFO] org.eclipse.sirius.runtime.aql 7.4.1-SNAPSHOT ...... SUCCESS [ 0.152 s] [INFO] org.eclipse.sirius.runtime.ocl 7.4.1-SNAPSHOT ...... SUCCESS [ 0.145 s] [INFO] org.eclipse.sirius.headless.update 7.4.1-SNAPSHOT .. SUCCESS [ 2.362 s] [INFO] org.eclipse.sirius.ext.draw2d 7.4.1-SNAPSHOT ....... SUCCESS [ 0.999 s] [INFO] org.eclipse.sirius.ext.e3.ui 7.4.1-SNAPSHOT ........ SUCCESS [ 4.482 s] [INFO] org.eclipse.sirius.ext.emf.ui 7.4.1-SNAPSHOT ....... SUCCESS [ 0.642 s] [INFO] org.eclipse.sirius.ext.gef 7.4.1-SNAPSHOT .......... SUCCESS [ 0.496 s] [INFO] org.eclipse.sirius.ext.gmf.runtime 7.4.1-SNAPSHOT .. SUCCESS [ 1.615 s] [INFO] org.eclipse.sirius.ext.jface 7.4.1-SNAPSHOT ........ SUCCESS [ 0.314 s] [INFO] org.eclipse.sirius.ext.swt 7.4.1-SNAPSHOT .......... SUCCESS [ 0.359 s] [INFO] org.eclipse.sirius.common.acceleo.aql.ide 7.4.1-SNAPSHOT SUCCESS [ 0.317 s] [INFO] org.eclipse.sirius.common.acceleo.mtl.ide 7.4.1-SNAPSHOT SUCCESS [ 7.404 s] [INFO] org.eclipse.sirius.common.ui 7.4.1-SNAPSHOT ........ SUCCESS [ 1.289 s] [INFO] org.eclipse.sirius.common.ui.ext 7.4.1-SNAPSHOT .... SUCCESS [ 0.616 s] [INFO] org.eclipse.sirius.common.xtext 7.4.1-SNAPSHOT ..... SUCCESS [ 1.766 s] [INFO] org.eclipse.sirius.ui 7.4.1-SNAPSHOT ............... SUCCESS [ 2.822 s] [INFO] org.eclipse.sirius.diagram.ui 7.4.1-SNAPSHOT ....... SUCCESS [ 8.092 s] [INFO] org.eclipse.sirius.diagram.elk 7.4.1-SNAPSHOT ...... SUCCESS [ 1.575 s] [INFO] org.eclipse.sirius.diagram.elk.debug 7.4.1-SNAPSHOT SUCCESS [ 1.228 s] [INFO] org.eclipse.sirius.diagram.sequence.model 7.4.1-SNAPSHOT SUCCESS [ 0.878 s] [INFO] org.eclipse.sirius.diagram.ui.ext 7.4.1-SNAPSHOT ... SUCCESS [ 0.815 s] [INFO] org.eclipse.sirius.diagram.sequence 7.4.1-SNAPSHOT . SUCCESS [ 1.684 s] [INFO] org.eclipse.sirius.diagram.sequence.edit 7.4.1-SNAPSHOT SUCCESS [ 1.127 s] [INFO] org.eclipse.sirius.diagram.sequence.ui 7.4.1-SNAPSHOT SUCCESS [ 1.719 s] [INFO] org.eclipse.sirius.doc 7.4.1-SNAPSHOT .............. SUCCESS [ 1.554 s] [INFO] org.eclipse.sirius.editor 7.4.1-SNAPSHOT ........... SUCCESS [ 1.714 s] [INFO] org.eclipse.sirius.editor.diagram 7.4.1-SNAPSHOT ... SUCCESS [ 1.805 s] [INFO] org.eclipse.sirius.editor.sequence 7.4.1-SNAPSHOT .. SUCCESS [ 1.504 s] [INFO] org.eclipse.sirius.table.ui 7.4.1-SNAPSHOT ......... SUCCESS [ 1.188 s] [INFO] org.eclipse.sirius.editor.table 7.4.1-SNAPSHOT ..... SUCCESS [ 1.039 s] [INFO] org.eclipse.sirius.tree.ui 7.4.1-SNAPSHOT .......... SUCCESS [ 0.895 s] [INFO] org.eclipse.sirius.editor.tree 7.4.1-SNAPSHOT ...... SUCCESS [ 0.818 s] [INFO] org.eclipse.sirius.eef.adapters 7.4.1-SNAPSHOT ..... SUCCESS [ 1.044 s] [INFO] org.eclipse.sirius.interpreter 7.4.1-SNAPSHOT ...... SUCCESS [ 0.716 s] [INFO] org.eclipse.sirius.table.ui.ext 7.4.1-SNAPSHOT ..... SUCCESS [ 0.489 s] [INFO] org.eclipse.sirius.tree.ui.ext 7.4.1-SNAPSHOT ...... SUCCESS [ 0.503 s] [INFO] org.eclipse.sirius.ui.ext 7.4.1-SNAPSHOT ........... SUCCESS [ 0.434 s] [INFO] org.eclipse.sirius.ui.editor 7.4.1-SNAPSHOT ........ SUCCESS [ 0.665 s] [INFO] org.eclipse.sirius.tests.junit.support 7.4.1-SNAPSHOT SUCCESS [ 1.401 s] [INFO] org.eclipse.sirius.tests.swtbot.support 7.4.1-SNAPSHOT SUCCESS [ 1.806 s] [INFO] org.eclipse.sirius.sample.basicfamily 1.0.0-SNAPSHOT SUCCESS [ 0.298 s] [INFO] org.eclipse.sirius.sample.basicfamily.edit 1.0.0-SNAPSHOT SUCCESS [ 0.241 s] [INFO] org.eclipse.sirius.sample.basicfamily.editor 1.0.0-SNAPSHOT SUCCESS [ 0.459 s] [INFO] org.eclipse.sirius.sample.basicfamily.design 1.0.0-SNAPSHOT SUCCESS [ 0.272 s] [INFO] org.eclipse.sirius.samples.family 7.4.1-SNAPSHOT ... SUCCESS [ 0.229 s] [INFO] org.eclipse.sirius.common.interpreter.aql 7.4.1-SNAPSHOT SUCCESS [ 0.236 s] [INFO] org.eclipse.sirius.properties 7.4.1-SNAPSHOT ....... SUCCESS [ 0.753 s] [INFO] org.eclipse.sirius.properties.edit 7.4.1-SNAPSHOT .. SUCCESS [ 1.085 s] [INFO] org.eclipse.sirius.properties.ext.widgets.reference 7.4.1-SNAPSHOT SUCCESS [ 0.235 s] [INFO] org.eclipse.sirius.properties.ext.widgets.reference.edit 7.4.1-SNAPSHOT SUCCESS [ 0.519 s] [INFO] org.eclipse.sirius.properties.defaultrules 7.4.1-SNAPSHOT SUCCESS [ 0.201 s] [INFO] org.eclipse.sirius.properties.core 7.4.1-SNAPSHOT .. SUCCESS [ 0.524 s] [INFO] org.eclipse.sirius.editor.properties 7.4.1-SNAPSHOT SUCCESS [ 1.778 s] [INFO] org.eclipse.sirius.editor.properties.ext.widgets.reference 7.4.1-SNAPSHOT SUCCESS [ 0.792 s] [INFO] org.eclipse.sirius.ui.properties 7.4.1-SNAPSHOT .... SUCCESS [ 0.827 s] [INFO] org.eclipse.sirius.ui.properties.ext.widgets.reference 7.4.1-SNAPSHOT SUCCESS [ 0.644 s] [INFO] org.eclipse.sirius.sample.properties 7.4.1-SNAPSHOT SUCCESS [ 0.492 s] [INFO] org.eclipse.sirius.sample.properties.checkbox 7.4.1-SNAPSHOT SUCCESS [ 0.460 s] [INFO] org.eclipse.sirius.sample.properties.radio 7.4.1-SNAPSHOT SUCCESS [ 0.353 s] [INFO] org.eclipse.sirius.sample.properties.textarea 7.4.1-SNAPSHOT SUCCESS [ 0.402 s] [INFO] org.eclipse.sirius.tests.ui.properties 7.4.1-SNAPSHOT SUCCESS [ 1.178 s] [INFO] org.eclipse.sirius.aql 7.4.1-SNAPSHOT .............. SUCCESS [ 0.134 s] [INFO] org.eclipse.sirius.doc.feature 7.4.1-SNAPSHOT ...... SUCCESS [ 0.154 s] [INFO] org.eclipse.sirius.runtime.ide.eef 7.4.1-SNAPSHOT .. SUCCESS [ 0.310 s] [INFO] org.eclipse.sirius.runtime.ide.ui.acceleo 7.4.1-SNAPSHOT SUCCESS [ 0.191 s] [INFO] org.eclipse.sirius.runtime.ide.ui 7.4.1-SNAPSHOT ... SUCCESS [ 0.382 s] [INFO] org.eclipse.sirius.runtime.ide.xtext 7.4.1-SNAPSHOT SUCCESS [ 0.187 s] [INFO] org.eclipse.sirius.samples 7.4.1-SNAPSHOT .......... SUCCESS [ 0.273 s] [INFO] org.eclipse.sirius.specifier 7.4.1-SNAPSHOT ........ SUCCESS [ 0.600 s] [INFO] org.eclipse.sirius.specifier.ide.ui.acceleo 7.4.1-SNAPSHOT SUCCESS [ 0.194 s] [INFO] org.eclipse.sirius.specifier.ide.ui.aql 7.4.1-SNAPSHOT SUCCESS [ 0.103 s] [INFO] org.eclipse.sirius.specifier.ide.ui 7.4.1-SNAPSHOT . SUCCESS [ 0.395 s] [INFO] org.eclipse.sirius.tests.support 7.4.1-SNAPSHOT .... SUCCESS [ 0.380 s] [INFO] org.eclipse.sirius.interpreter.feature 7.4.1-SNAPSHOT SUCCESS [ 0.084 s] [INFO] org.eclipse.sirius.properties.feature 7.4.1-SNAPSHOT SUCCESS [ 0.199 s] [INFO] org.eclipse.sirius.specifier.properties.feature 7.4.1-SNAPSHOT SUCCESS [ 0.252 s] [INFO] org.eclipse.sirius.samples.properties.feature 7.4.1-SNAPSHOT SUCCESS [ 0.186 s] [INFO] org.eclipse.sirius.diagram.elk.feature 7.4.1-SNAPSHOT SUCCESS [ 0.242 s] [INFO] org.eclipse.sirius.diagram.elk.sdk.feature 7.4.1-SNAPSHOT SUCCESS [ 1.928 s] [INFO] org.eclipse.sirius.sample.basicfamily.feature 7.4.1-SNAPSHOT SUCCESS [ 0.104 s] [INFO] org.eclipse.sirius.tests.sample.docbook 7.4.1-SNAPSHOT SUCCESS [ 0.304 s] [INFO] org.eclipse.sirius.tests.sample.docbook.design 7.4.1-SNAPSHOT SUCCESS [ 0.391 s] [INFO] org.eclipse.sirius.tests.sample.component 7.4.1-SNAPSHOT SUCCESS [ 0.398 s] [INFO] org.eclipse.sirius.tests.sample.component.design 7.4.1-SNAPSHOT SUCCESS [ 0.955 s] [INFO] org.eclipse.sirius.tests.sample.benchmark 7.4.1-SNAPSHOT SUCCESS [ 0.194 s] [INFO] org.eclipse.sirius.sample.interactions 7.4.1-SNAPSHOT SUCCESS [ 0.261 s] [INFO] org.eclipse.sirius.sample.interactions.edit 7.4.1-SNAPSHOT SUCCESS [ 0.249 s] [INFO] org.eclipse.sirius.tests.sample.migration 7.4.1-SNAPSHOT SUCCESS [ 0.662 s] [INFO] org.eclipse.sirius.sample.interactions.design 7.4.1-SNAPSHOT SUCCESS [ 0.909 s] [INFO] org.eclipse.sirius.sample.interactions.editor 7.4.1-SNAPSHOT SUCCESS [ 0.483 s] [INFO] org.eclipse.sirius.sample.ecore.design 7.4.1-SNAPSHOT SUCCESS [ 1.095 s] [INFO] org.eclipse.sirius.tests.sample.migration.design 7.4.1-SNAPSHOT SUCCESS [ 1.041 s] [INFO] org.eclipse.sirius.tests.sample.scxml 7.4.1-SNAPSHOT SUCCESS [ 0.476 s] [INFO] org.eclipse.sirius.tests.junit 7.4.1-SNAPSHOT ...... SUCCESS [ 11.477 s] [INFO] org.eclipse.sirius.tests.tree 7.4.1-SNAPSHOT ....... SUCCESS [ 3.195 s] [INFO] org.eclipse.sirius.tests.swtbot 7.4.1-SNAPSHOT ..... SUCCESS [ 7.548 s] [INFO] org.eclipse.sirius.tests.sample.scxml.design 7.4.1-SNAPSHOT SUCCESS [ 0.399 s] [INFO] org.eclipse.sirius.tests 7.4.1-SNAPSHOT ............ SUCCESS [ 0.579 s] [INFO] org.eclipse.sirius.tests.rcptt.properties 7.4.1-SNAPSHOT SUCCESS [ 0.248 s] [INFO] org.eclipse.sirius.tests.rcptt.properties.edit 7.4.1-SNAPSHOT SUCCESS [ 0.227 s] [INFO] org.eclipse.sirius.tests.rcptt.properties.samples 7.4.1-SNAPSHOT SUCCESS [ 0.527 s] [INFO] org.eclipse.sirius.tests.rcptt.properties.editor 7.4.1-SNAPSHOT SUCCESS [ 1.103 s] [INFO] org.eclipse.sirius.tests.rcptt.feature 7.4.1-SNAPSHOT SUCCESS [ 0.287 s] [INFO] org.eclipse.sirius.update 7.4.1-SNAPSHOT ........... SUCCESS [ 19.274 s] [INFO] org.eclipse.sirius.sample.basicfamily.update 7.4.1-SNAPSHOT SUCCESS [ 0.415 s] [INFO] org.eclipse.sirius.tests.sample.docbook.edit 7.4.1-SNAPSHOT SUCCESS [ 1.196 s] [INFO] org.eclipse.sirius.tests.sample.docbook.editor 7.4.1-SNAPSHOT SUCCESS [ 0.946 s] [INFO] org.eclipse.sirius.tests.sample.xtext.statemachine 7.4.1-SNAPSHOT SUCCESS [ 1.104 s] [INFO] org.eclipse.sirius.tests.sample.xtext.statemachine.ide 7.4.1-SNAPSHOT SUCCESS [ 0.295 s] [INFO] org.eclipse.sirius.tests.sample.xtext.statemachine.ui 7.4.1-SNAPSHOT SUCCESS [ 0.791 s] [INFO] org.eclipse.sirius.tests.sample.xtext.statemachine.design 7.4.1-SNAPSHOT SUCCESS [ 0.476 s] [INFO] org.eclipse.sirius.tests.junit.xtext 7.4.1-SNAPSHOT SUCCESS [ 2.032 s] [INFO] org.eclipse.sirius.tests.update 7.4.1-SNAPSHOT ..... SUCCESS [ 3.133 s] [INFO] org.eclipse.sirius.top 7.4.1-SNAPSHOT .............. SUCCESS [ 0.013 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:23 min [INFO] Finished at: 2024-03-28T04:35:52Z [INFO] ------------------------------------------------------------------------ Finished: SUCCESS