Manually triggered by user pauline.deville@cea.fr for Gerrit: https://git.eclipse.org/r/c/papyrus/org.eclipse.papyrus/+/206870 Running as SYSTEM Agent centos-7-agent-6gb-tnsd8 is provisioned from template centos-7-agent-6gb --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "de02caf14dbfcb1d94e30c9c37462a09f82dcb33" jenkins/label: "centos-7-6gb" name: "centos-7-agent-6gb-tnsd8" namespace: "papyrus" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.papyrus.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-agent-6gb-tnsd8" - 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-agent-6gb-tnsd8" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.papyrus.svc.cluster.local/papyrus/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "6144Mi" requests: cpu: "1000m" memory: "6144Mi" 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-papyrus" 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-agent-6gb-tnsd8 (centos-7-6gb) in workspace /home/jenkins/agent/workspace/Papyrus-Gerrit-Master The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git > git init /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git > git --version # timeout=10 > git --version # 'git version 2.36.6' > git fetch --tags --force --progress -- https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git > git fetch --tags --force --progress -- https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git refs/changes/70/206870/2 # timeout=10 > git rev-parse 0284500a2566d0a9276d296c2ac59598d3873ff0^{commit} # timeout=10 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script Checking out Revision 0284500a2566d0a9276d296c2ac59598d3873ff0 (refs/changes/70/206870/2) > git config core.sparsecheckout # timeout=10 > git checkout -f 0284500a2566d0a9276d296c2ac59598d3873ff0 # timeout=10 Commit message: "[Releng] Update target platform for 2024-03" > git rev-parse FETCH_HEAD^{commit} # timeout=10 > git rev-list --no-walk 4631b32356daa599ee8908c4ae6218a5aa2d4260 # timeout=10 $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [Papyrus-Gerrit-Master] $ Xvnc -help Starting xvnc [Papyrus-Gerrit-Master] $ Xvnc :65 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Jan 10 2024 16:20:34 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12004000, The X.Org Foundation Tue Apr 2 15:46:51 2024 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5965 vncext: created VNC server for screen 0 [Papyrus-Gerrit-Master] $ /bin/sh -xe /tmp/jenkins2610784680331587369.sh + set +e + pwd /home/jenkins/agent/workspace/Papyrus-Gerrit-Master + '[' -f ../notUTF8.log ']' + echo 'All contributed files are UTF8 compliant' All contributed files are UTF8 compliant + '[' -f ../notLF.log ']' + echo 'All contributed files respect the Linux line endings' All contributed files respect the Linux line endings + cd .. + set -e + javac -version javac 17.0.2 [Papyrus-Gerrit-Master] $ /bin/sh -xe /tmp/jenkins10559780346841589706.sh + set +e + cd source + '[' -f ../EPL1.log ']' + cd .. + set -e [Papyrus-Gerrit-Master] $ /opt/tools/apache-maven/latest/bin/mvn -f source/releng/pom.xml -DGERRIT_BRANCH=master -DGERRIT_PATCHSET_REVISION=0284500a2566d0a9276d296c2ac59598d3873ff0 -DGERRIT_HOST=gerrit-local -DGERRIT_CHANGE_OWNER_EMAIL=pauline.deville@cea.fr -DGERRIT_CHANGE_URL=https://git.eclipse.org/r/c/papyrus/org.eclipse.papyrus/+/206870 -DGERRIT_PATCHSET_UPLOADER_EMAIL=pauline.deville@cea.fr -DGERRIT_EVENT_TYPE=patchset-created -DGERRIT_PROJECT=papyrus/org.eclipse.papyrus -DGERRIT_CHANGE_NUMBER=206870 -DGERRIT_SCHEME=ssh '-DGERRIT_PATCHSET_UPLOADER=\"Pauline Deville\" ' -DGERRIT_PORT=29418 -DGERRIT_CHANGE_PRIVATE_STATE=false -DGERRIT_REFSPEC=refs/changes/70/206870/2 "-DGERRIT_PATCHSET_UPLOADER_NAME=Pauline Deville" '-DGERRIT_CHANGE_OWNER=\"Pauline Deville\" ' -DGERRIT_CHANGE_COMMIT_MESSAGE=W1JlbGVuZ10gVXBkYXRlIHRhcmdldCBwbGF0Zm9ybSBmb3IgMjAyNC0wMwoKQ2hhbmdlLUlkOiBJMDBjMTU1ZGQ0YzdmODk2ODhhMjVhNDRkM2EyZmM2YzdjMmM3OWY3MgpTaWduZWQtb2ZmLWJ5OiBQYXVsaW5lIERFVklMTEUgPHBhdWxpbmUuZGV2aWxsZUBjZWEuZnI+ "-DGERRIT_NAME=Eclipse Gerrit" -DGERRIT_TOPIC= "-DGERRIT_CHANGE_SUBJECT=[Releng] Update target platform for 2024-03" -DGERRIT_CHANGE_WIP_STATE=false -DGERRIT_CHANGE_ID=I00c155dd4c7f89688a25a44d3a2fc6c7c2c79f72 -DGERRIT_EVENT_HASH=-836819659 -DGERRIT_VERSION=3.5.6 -DGERRIT_PATCHSET_NUMBER=2 "-DGERRIT_CHANGE_OWNER_NAME=Pauline Deville" -DskipAllTests=true -DbuildAll=true -Dmaven.repo.local=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/.repository clean verify 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.3 (88e4728c5da382f02c0459c918c2683048f95740) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] org.eclipse.papyrus.all.releng [pom] [INFO] org.eclipse.papyrus.main.releng [pom] [INFO] Papyrus Main Plugins [pom] [INFO] Papyrus EMF [pom] [INFO] Papyrus Infra [pom] [INFO] Papyrus Infra Core [pom] [INFO] org.eclipse.papyrus.infra.core.log [eclipse-plugin] [INFO] org.eclipse.papyrus.emf [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.ui [eclipse-plugin] [INFO] EMF Facet, the Papyrus Edition [pom] [INFO] Papyrus EMF Facet Editors [pom] [INFO] org.eclipse.papyrus.emf.facet.custom.doc [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.util.emf.catalog [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet.metamodel [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.util.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.util.pde.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.util.emf.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet.catalog [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.util.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.util.swt [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.common.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.common.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.util.emf.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet.sdk.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.custom.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.common.sdk.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.custom.sdk.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.query.java [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.tools [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.query.java.metamodel [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.query.java.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.util.jface.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.custom.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.widgets [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.widgets.celleditors [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.custom.sdk.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet.metamodel.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.query.ocl.metamodel [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.doc [eclipse-plugin] [INFO] Papyrus Infra Element Types Configurations [pom] [INFO] org.eclipse.papyrus.infra.types [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.core.architecture [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.architecture [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.types.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.core.architecture.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.architecture.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.aggregate.doc [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet.doc [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.query.java.sdk.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.query.ocl.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.util.emf.doc [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore [eclipse-plugin] [INFO] Papyrus Infra Architecture [pom] [INFO] org.eclipse.papyrus.infra.core.sashwindows.di [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.core [eclipse-plugin] [INFO] Papyrus Infra Services [pom] [INFO] org.eclipse.papyrus.infra.services.markerlistener [eclipse-plugin] [INFO] Papyrus EMF Infrastructure [pom] [INFO] org.eclipse.papyrus.infra.emf [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.architecture [eclipse-plugin] [INFO] Papyrus Infra Constraints [pom] [INFO] org.eclipse.papyrus.infra.constraints [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.architecture.representation [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.constraints.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.architecture.representation.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.core.sasheditor [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.core.sasheditor.di [eclipse-plugin] [INFO] Papyrus Infra One-file [pom] [INFO] Papyrus Views [pom] [INFO] Papyrus Properties View [pom] [INFO] org.eclipse.papyrus.views.properties.services [eclipse-plugin] [INFO] Papyrus Infra UI [pom] [INFO] org.eclipse.papyrus.infra.widgets.toolbox [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.labelprovider [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.widgets [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.ui [eclipse-plugin] [INFO] Papyrus Internationalization [pom] [INFO] org.eclipse.papyrus.infra.internationalization.common [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.gmf [eclipse-plugin] [INFO] Papyrus EMF Expressions Infrastructure [pom] [INFO] org.eclipse.papyrus.infra.emf.expressions [eclipse-plugin] [INFO] Papyrus Nattable [pom] [INFO] org.eclipse.papyrus.infra.nattable.model [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.internationalization [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.onefile [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.constraints.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.constraints.ui [eclipse-plugin] [INFO] Papyrus Editor Welcome Page [pom] [INFO] Papyrus Infra Properties Framework [pom] [INFO] org.eclipse.papyrus.infra.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.readonly [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.ui.emf [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.properties.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.editor.welcome [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.navigation [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.editor.welcome.nattable [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.appearance [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.diagram.common [eclipse-plugin] [INFO] Papyrus Infra Filters Model [pom] [INFO] org.eclipse.papyrus.infra.filters [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.types.core [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.types.rulebased [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.filters.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.types [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.properties.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.types.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.expressions.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.expressions.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.expressions.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.properties.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.architecture [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.controlmode [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.controlmode.history [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.decoration [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.edit.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.localizer [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.openelement [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.resourceloading [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.resourceloading.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.semantic [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.validation [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.viewersearch [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.viewlabelprovider [eclipse-plugin] [INFO] Papyrus Infra New-Child Model [pom] [INFO] org.eclipse.papyrus.infra.nattable.representation [eclipse-plugin] [INFO] Papyrus Diagram Infrastructure [pom] [INFO] Papyrus UML Diagram PaletteConfiguration [pom] [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.representation [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.internationalization.utils [eclipse-plugin] [INFO] Papyrus Infra Viewpoints [pom] [INFO] org.eclipse.papyrus.infra.viewpoints.policy [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.commands [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.newchild [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.newchild.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.newchild.editor [eclipse-plugin] [INFO] Papyrus Infra TextEdit [pom] [INFO] org.eclipse.papyrus.infra.textedit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.textedit.edit [eclipse-plugin] [INFO] Papyrus Infra Other Bundles [pom] [INFO] org.eclipse.papyrus.infra.guava [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.sync [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.style [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.tooling.runtime [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.common [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors [eclipse-plugin] [INFO] Papyrus Model Explorer View [pom] [INFO] org.eclipse.papyrus.views.modelexplorer [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.textedit.modelexplorer [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.textedit.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.textedit.representation [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.textedit.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.textedit.representation.architecture [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.textedit.representation.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.textedit.types [eclipse-plugin] [INFO] Papyrus UML [pom] [INFO] Papyrus UML Xtext Integration [pom] [INFO] org.eclipse.papyrus.uml.xtext.integration.core [eclipse-plugin] [INFO] org.eclipse.papyrus.extensionpoints.editors [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.textedit.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.types.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.types.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.nattable [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.common [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.controlmode [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.model.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.model.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.modelexplorer [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.views.config [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.views.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.representation.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.gmfdiag [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.ui.fonts [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.ui.architecture [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.ui.resources [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.onefile.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.newchild.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.hyperlink [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.psf [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.internationalization.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.internationalization.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.internationalization.controlmode [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.internationalization.readonly [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.editor.welcome.internationalization [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.canonical [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.controlmode [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.model [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.model.edit [eclipse-plugin] [INFO] Papyrus Diagram Expansion [pom] [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.dnd [eclipse-plugin] [INFO] Papyrus Diagram CSS Support [pom] [INFO] org.eclipse.papyrus.infra.gmfdiag.css [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.export [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.gef [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.preferences [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.navigation [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.hyperlink [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.menu [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.modelexplorer [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.outline [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.viewersearcher [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.welcome [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.widgets [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.representation.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.style.edit [eclipse-plugin] [INFO] Papyrus Diagram Assistants [pom] [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.css3.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.configuration [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.theme [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.views.modelexplorer.newchild [eclipse-plugin] [INFO] org.eclipse.papyrus.views.modelexplorer.resourceloading [eclipse-plugin] [INFO] org.eclipse.papyrus.views.modelexplorer.widgets [eclipse-plugin] [INFO] org.eclipse.papyrus.views.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.views.properties.model.xwt [eclipse-plugin] [INFO] Papyrus Validation View [pom] [INFO] org.eclipse.papyrus.views.validation [eclipse-plugin] [INFO] org.eclipse.papyrus.views.search [eclipse-plugin] [INFO] Papyrus References View [pom] [INFO] org.eclipse.papyrus.views.references [eclipse-plugin] [INFO] Papyrus Documentation View [pom] [INFO] Papyrus UML Internationalization [pom] [INFO] org.eclipse.papyrus.uml.internationalization.utils [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.internationalization.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.extensionpoints [eclipse-plugin] [INFO] Papyrus UML Tools [pom] [INFO] org.eclipse.papyrus.uml.tools.utils [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.tools [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.appearance [eclipse-plugin] [INFO] Papyrus UML Diagrams [pom] [INFO] org.eclipse.papyrus.uml.diagram.common [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.types.core [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.views.documentation [eclipse-plugin] [INFO] Papyrus Editor [pom] [INFO] org.eclipse.papyrus.eclipse.project.editors [eclipse-plugin] [INFO] org.eclipse.papyrus.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.editor.perspectiveconfiguration [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.commands [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.controlmode.profile [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.documentation.profile [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.filters [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.filters.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.icons [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.modelrepair [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.profile [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.import [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.export [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.navigation [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.oclconstraintevaluation [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.wizards [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.perspective [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.resourceloading.profile [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.search.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.service.types [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.service.types.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.service.validation [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.services.decoration [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.templaterepository [eclipse-plugin] [INFO] Papyrus UML ALF [pom] [INFO] org.eclipse.papyrus.uml.alf [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.alf.common [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.alf.common.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.alf.libraries [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.alf.to.fuml [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.alf.ui [eclipse-plugin] [INFO] Papyrus UML Architecture [pom] [INFO] org.eclipse.papyrus.uml.diagram.activity [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.communication [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.interactionoverview [eclipse-plugin] [INFO] Papyrus UML Nattable [pom] [INFO] org.eclipse.papyrus.uml.nattable.generic.config [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.deployment [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.clazz [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.component [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.composite [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.stereotype.edition [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.menu [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.sequence [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.clazz.config [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.statemachine [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.timing [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.usecase [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.profile [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.architecture [eclipse-plugin] [INFO] Papyrus UML Decorator Models [pom] [INFO] org.eclipse.papyrus.uml.decoratormodel [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode [eclipse-plugin] [INFO] Papyrus UML Properties [pom] [INFO] org.eclipse.papyrus.uml.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.decoratormodel.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.decoratormodel.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.common.groups [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.css [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.dnd [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.icons [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.linklf [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.modelexplorer [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.navigation [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.symbols [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.sequence.restrictions [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.symbols.properties [eclipse-plugin] [INFO] Papyrus UML Expressions Infrastructure [pom] [INFO] org.eclipse.papyrus.uml.expressions [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.expressions.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.expressions.properties [eclipse-plugin] [INFO] Papyrus UML Model Explorer [pom] [INFO] org.eclipse.papyrus.uml.modelexplorer [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.modelexplorer.widgets [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.generic [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.matrix [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.menu [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.richtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.stereotype.display [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.xtext.integration.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.xtext.integration [eclipse-plugin] [INFO] Papyrus UML Textual Edit [pom] [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.xtext.valuespecification [eclipse-plugin] [INFO] Papyrus UML Profile [pom] [INFO] org.eclipse.papyrus.uml.profile.drafter [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.profile.drafter.documentation [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.properties.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.common.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.collaborationuse.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.common.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.javaconstraint [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.message.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.message.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.parameter.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.parameter.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.port.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.port.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.property.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.property.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.state.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.state.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.transition.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.transition.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.xtext.integration.validation [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.internationalization [eclipse-plugin] [INFO] Papyrus M2M QvTo [pom] [INFO] org.eclipse.papyrus.uml.m2m.qvto.common [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes [eclipse-plugin] [INFO] org.eclipse.papyrus.plugins-doc [pom] [INFO] Papyrus - API migration documentation [eclipse-plugin] [INFO] Papyrus Copypaste UI doc [eclipse-plugin] [INFO] Papyrus Developer doc [eclipse-plugin] [INFO] Papyrus DSML Validation doc [eclipse-plugin] [INFO] Papyrus Infra doc [eclipse-plugin] [INFO] Papyrus Infra GmfDiag Common doc [eclipse-plugin] [INFO] Papyrus Infra GmfDiag Css doc [eclipse-plugin] [INFO] Papyrus Infra Expression doc [eclipse-plugin] [INFO] Papyrus Internationalization doc [eclipse-plugin] [INFO] Papyrus Infra Nattable doc [eclipse-plugin] [INFO] Papyrus Infra Newchild doc [eclipse-plugin] [INFO] Papyrus Infra Services ControlMode doc [eclipse-plugin] [INFO] Papyrus Infra Service decoration doc [eclipse-plugin] [INFO] Papyrus Infra Service decoration doc [eclipse-plugin] [INFO] Papyrus Infra Architecture doc [eclipse-plugin] [INFO] Papyrus Infra Types doc [eclipse-plugin] [INFO] Papyrus Req Reqif doc [eclipse-plugin] [INFO] Papyrus Uml DecoratorModel doc [eclipse-plugin] [INFO] Papyrus Uml Diagram Common doc [eclipse-plugin] [INFO] Papyrus Uml Diagram profile doc [eclipse-plugin] [INFO] Papyrus Uml doc [eclipse-plugin] [INFO] Papyrus Uml Search UI doc [eclipse-plugin] [INFO] Papyrus ModelRepair doc [eclipse-plugin] [INFO] Papyrus Uml Profile Assistants doc [eclipse-plugin] [INFO] Papyrus Uml Diagram Customization from a Profile doc [eclipse-plugin] [INFO] Papyrus Profile Types doc [eclipse-plugin] [INFO] Papyrus Uml Search UI doc [eclipse-plugin] [INFO] Papyrus Views Properties doc [eclipse-plugin] [INFO] Papyrus Views References doc [eclipse-plugin] [INFO] Papyrus Views References doc [eclipse-plugin] [INFO] Papyrus Views References doc [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.doc [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.architecture.doc [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.doc [eclipse-plugin] [INFO] Papyrus Toolsmiths Plug-in Builders doc [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc [eclipse-plugin] [INFO] Papyrus SDK [pom] [INFO] org.eclipse.papyrus.sdk [eclipse-plugin] [INFO] Papyrus Examples Plugins [pom] [INFO] org.eclipse.papyrus.examples.core [pom] [INFO] org.eclipse.papyrus.example.core.lifecycleevents [eclipse-plugin] [INFO] org.eclipse.papyrus.example.core.sashwindows.fulleditor [eclipse-plugin] [INFO] org.eclipse.papyrus.example.core.sashwindows.simpleeditor [eclipse-plugin] [INFO] org.eclipse.papyrus.examples.emf [pom] [INFO] org.eclipse.papyrus.outline.emftree [eclipse-plugin] [INFO] org.eclipse.papyrus.examples.infra [pom] [INFO] org.eclipse.papyrus.example.infra.servicesregistry.retrieval [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences [eclipse-plugin] [INFO] org.eclipse.papyrus.examples.others [pom] [INFO] org.eclipse.papyrus.example.text.instance [eclipse-plugin] [INFO] org.eclipse.papyrus.examples.uml [pom] [INFO] org.eclipse.papyrus.example.uml.comment.editor.newresource [eclipse-plugin] [INFO] org.eclipse.papyrus.example.uml.comment.editor.sharedresource [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.emftree [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textual.editors.example [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.disable.helper.advices.example [eclipse-plugin] [INFO] org.eclipse.papyrus.examples.uml.diagrams [eclipse-plugin] [INFO] org.eclipse.papyrus.example.uml.nattable.actions [eclipse-plugin] [INFO] org.eclipse.papyrus.example.uml.nattable.empty.line [eclipse-plugin] [INFO] org.eclipse.papyrus.example.uml.services.decorator [eclipse-plugin] [INFO] org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture [eclipse-plugin] [INFO] org.eclipse.papyrus.examples-user [pom] [INFO] org.eclipse.papyrus.examples.user.qvto [eclipse-plugin] [INFO] Papyrus Main Features [pom] [INFO] org.eclipse.papyrus.views.validation.feature [eclipse-feature] [INFO] org.eclipse.papyrus.views.modelexplorer.feature [eclipse-feature] [INFO] org.eclipse.papyrus.views.references.feature [eclipse-feature] [INFO] org.eclipse.papyrus.views.properties.feature [eclipse-feature] [INFO] org.eclipse.papyrus.views.documentation.feature [eclipse-feature] [INFO] org.eclipse.papyrus.views.search.feature [eclipse-feature] [INFO] org.eclipse.papyrus.views.feature [eclipse-feature] [INFO] org.eclipse.papyrus.doc.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.expressions.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.decoratormodel.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.architecture.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.xtext.integration.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.ui.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.tools.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.modelexplorer.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.diagram.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.properties.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.internationalization.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.textedit.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.search.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.nattable.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.diagram.css.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.alf.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.m2m.qvto.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.feature [eclipse-feature] [INFO] org.eclipse.papyrus.editor.feature [eclipse-feature] [INFO] org.eclipse.papyrus.emf.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.emf.expressions.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.emf.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.gmfdiag.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.internationalization.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.core.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.ui.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.viewpoints.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.widget.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.services.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.architecture.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.nattable.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.feature [eclipse-feature] [INFO] org.eclipse.papyrus.emf.facet.feature [eclipse-feature] [INFO] org.eclipse.papyrus.sdk.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.textedit.feature [eclipse-feature] [INFO] Papyrus Examples Features [pom] [INFO] org.eclipse.papyrus.user.examples.feature [eclipse-feature] [INFO] org.eclipse.papyrus.main.targetplatform [eclipse-target-definition] [INFO] org.eclipse.papyrus.toolsmiths.releng [pom] [INFO] Papyrus Toolsmiths Features [pom] [INFO] Papyrus Toolsmiths Plugins [pom] [INFO] org.eclipse.papyrus.dev.view.services.edit.request [eclipse-plugin] [INFO] org.eclipse.papyrus.architectureview [eclipse-plugin] [INFO] org.eclipse.papyrus.gmf-tooling [pom] [INFO] org.eclipse.papyrus.gmf.common [eclipse-plugin] [INFO] org.eclipse.papyrus.gmf.validate [eclipse-plugin] [INFO] org.eclipse.papyrus.gmf.codegen [eclipse-plugin] [INFO] org.eclipse.papyrus.dev.types [eclipse-plugin] [INFO] org.eclipse.papyrus.dev.pluginexplorer [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.commandstack [eclipse-plugin] [INFO] org.eclipse.papyrus.gmf.figureview [eclipse-plugin] [INFO] org.eclipse.papyrus.gmf.editpoliciesstates [eclipse-plugin] [INFO] org.eclipse.papyrus.gmf.editpartview [eclipse-plugin] [INFO] org.eclipse.papyrus.dev.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.debug [eclipse-plugin] [INFO] org.eclipse.papyrus.debug.feature [eclipse-feature] [INFO] org.eclipse.papyrus.gmf.codegen.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.mwe2.utils [eclipse-plugin] [INFO] org.eclipse.papyrus.gmf.codegen.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.gmf.codegen.xtend [eclipse-plugin] [INFO] org.eclipse.papyrus.gmf.codegen.xtend.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.codegen [eclipse-plugin] [INFO] Papyrus UML Assistants [pom] [INFO] org.eclipse.papyrus.uml.profile.types.generator [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.profile.assistants.generator [eclipse-plugin] [INFO] org.eclipse.papyrus.dev.assistants.codegen [eclipse-plugin] [INFO] org.eclipse.papyrus.diagramgen.feature [eclipse-feature] [INFO] org.eclipse.papyrus.tests.junit-framework [pom] [INFO] org.eclipse.papyrus.junit.framework [eclipse-plugin] [INFO] org.eclipse.papyrus.junit.utils [eclipse-plugin] [INFO] org.eclipse.papyrus.bundles.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.junit.feature [eclipse-feature] [INFO] org.eclipse.papyrus.releng.tools [eclipse-plugin] [INFO] org.eclipse.papyrus.dev.project.management [eclipse-plugin] [INFO] org.eclipse.papyrus.releng.feature [eclipse-feature] [INFO] org.eclipse.papyrus.toolsmiths.validations [pom] [INFO] org.eclipse.papyrus.toolsmiths.validation.common [eclipse-plugin] [INFO] Papyrus Toolsmithis - Builder [pom] [INFO] org.eclipse.papyrus.toolsmiths.plugin.builder [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.builder.feature [eclipse-feature] [INFO] org.eclipse.papyrus.toolsmiths.nattable [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.m2m.qvto.tests.tools [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature [eclipse-feature] [INFO] org.eclipse.papyrus.toolsmiths.expressions [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.types.ui.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.views.properties.toolsmiths [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.properties.generation [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.ecore [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.types.ui.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.profile-migration [pom] [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.profilemigration [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.palette [eclipse-plugin] [INFO] org.eclipse.papyrus.customization.nattableconfiguration [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.profile.newchildmenu.generator [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.profile.types.generator.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.profile.assistants.generator.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.assistants.feature [eclipse-feature] [INFO] org.eclipse.papyrus.toolsmiths.validation.newchild [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.architecture [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.profile [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.feature [eclipse-feature] [INFO] org.eclipse.papyrus.toolsmiths.targetplatform [eclipse-target-definition] [INFO] org.eclipse.papyrus.tests.releng [pom] [INFO] org.eclipse.papyrus.plugins.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.nattable.main.test [pom] [INFO] org.eclipse.papyrus.infra.nattable.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.editor.tests.releng [pom] [INFO] org.eclipse.papyrus.editor.integration.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.nattable.views.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.nattable.common.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.infra.nattable.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.core.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.core.clipboard.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.diagram.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.diagram.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.component.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.gmfdiag.canonical.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.dynamic.profile.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.common.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.composite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.sequence.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.deployment.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.wizards.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.profile.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.activity.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.timing.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.clazz.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.usecase.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.diagram.feature [eclipse-feature] [INFO] org.eclipse.papyrus.emf.facet.tests [pom] [INFO] org.eclipse.papyrus.emf.facet.architecture.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.emf.facet.feature [eclipse-feature] [INFO] org.eclipse.papyrus.toolsmiths.tests.releng [pom] [INFO] org.eclipse.papyrus.toolsmiths.validation.common.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.architecture.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.properties.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.profile.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.newchild.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.toolsmiths.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.decoratormodel.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.decoratormodel.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.decoratormodel.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.assistants.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.profile.types.generator.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.profile.assistants.generator.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.assistants.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.textedit.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.textedit.property.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.textedit.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.textedit.parameter.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.textedit.port.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.textedit.tests.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.tools.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.tools.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.tools.utils.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.tools.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.nattable.model.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.nattable.main.test [pom] [INFO] org.eclipse.papyrus.uml.nattable.generic.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.nattable.clazz.config.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.nattable.matrix.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.core.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.nattable.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.nattable.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.services.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.services.controlmode.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.services.resourceloading.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.services.edit.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.services.semantic.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.services.edit.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.infra.services.feature [eclipse-feature] [INFO] org.eclipse.papyrus.views.tests.releng [pom] [INFO] org.eclipse.papyrus.views.modelexplorer.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.views.documentation.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.views.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.profile.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.profile.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.modelexplorer.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.modelexplorer.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.service.types.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.properties.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.types.core.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.profile.drafter.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.modelrepair.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.filters.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.service.types.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.filters.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.ui.emf.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.emf.readonly.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.types.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.types.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.properties.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.properties.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.menu.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.viewpoints.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.viewpoints.policy.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.tools.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.editor.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.editor.welcome.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.welcome.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.commands.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.emf.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.types.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.common.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.emf.gmf.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.infra.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.core.sasheditor.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.core.sasheditor.di.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.infra.core.feature [eclipse-feature] [INFO] org.eclipse.papyrus.tests.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.emf.expressions.main.tests [pom] [INFO] org.eclipse.papyrus.infra.emf.expressions.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.infra.emf.expressions.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.internationalization.main.test [pom] [INFO] org.eclipse.papyrus.infra.internationalization.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.infra.internationalization.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.expressions.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.expressions.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.expressions.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.internationalization.main.test [pom] [INFO] org.eclipse.papyrus.uml.internationalization.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.internationalization.controlmode.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.internationalization.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.alf.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.alf.tests.feature [eclipse-feature] [INFO] Papyrus Tests Features [pom] [INFO] org.eclipse.papyrus.developer.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.bundles.tests [pom] [INFO] org.eclipse.papyrus.eclipse.project.editors.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.editors.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.core.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.nattable.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.services.labelprovider.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.architecture.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.ui.architecture.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.newchild.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.communication.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.statemachine.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.interactionoverview.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.dnd.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.properties.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.nattable.stereotype.display.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.nattable.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.textedit.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.validation.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.validation.tests.staticprofile [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.validation.tests.genvalidation [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.validation.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.architecture.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.alf.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.alf.backend.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.views.properties.toolsmiths.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.views.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.views.documentation.tests.releng [pom] [INFO] org.eclipse.papyrus.main.tests.releng [pom] [INFO] org.eclipse.papyrus.main.tests.targetplatform [eclipse-target-definition] [INFO] [INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.all.releng >--------- [INFO] Building org.eclipse.papyrus.all.releng 0.0.1-SNAPSHOT [1/735] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.all.releng --- [INFO] [INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.main.releng >--------- [INFO] Building org.eclipse.papyrus.main.releng 0.0.1-SNAPSHOT [2/735] [INFO] from main/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.main.releng --- [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.main.releng --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.main.releng --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.main.releng --- [INFO] [INFO] ----------< org.eclipse.papyrus:org.eclipse.papyrus.plugins >----------- [INFO] Building Papyrus Main Plugins 0.0.1-SNAPSHOT [3/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.plugins --- [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.plugins --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.plugins --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.plugins --- [INFO] [INFO] ------------< org.eclipse.papyrus:org.eclipse.papyrus-emf >------------- [INFO] Building Papyrus EMF 0.0.1-SNAPSHOT [4/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/emf/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus-emf --- [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus-emf --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus-emf --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus-emf --- [INFO] [INFO] -----------< org.eclipse.papyrus:org.eclipse.papyrus.infra >------------ [INFO] Building Papyrus Infra 0.0.1-SNAPSHOT [5/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra --- [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra --- [INFO] [INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.infra-core >--------- [INFO] Building Papyrus Infra Core 0.0.1-SNAPSHOT [6/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/core/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra-core --- [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-core --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra-core --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra-core --- [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra.core.log >------- [INFO] Building org.eclipse.papyrus.infra.core.log 2.0.0-SNAPSHOT [7/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/core/org.eclipse.papyrus.infra.core.log/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving target definition file:/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.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@12a4937c [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/.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=) [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.ui.ide 3.17.200.v20200808-0622 to osgi.bundle; org.eclipse.e4.core.commands [0.11.0,1.0.0).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.ui.ide 3.17.200.v20200808-0622 to osgi.bundle; org.eclipse.e4.core.commands [0.11.0,1.0.0).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.ui.ide 3.17.200.v20200808-0622 to osgi.bundle; org.eclipse.e4.core.commands [0.11.0,1.0.0).] [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.log:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/core/org.eclipse.papyrus.infra.core.log/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.log --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.log --- [INFO] The project's OSGi version is 2.0.0.202404021546 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.log --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.log --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.log --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.log --- [INFO] Resolving class path of org.eclipse.papyrus.infra.core.log [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core.log --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/core/org.eclipse.papyrus.infra.core.log/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.core.log --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/core/org.eclipse.papyrus.infra.core.log/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.core.log --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.log --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.log --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/core/org.eclipse.papyrus.infra.core.log/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.core.log --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.log --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 8 were skipped [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.core.log --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/core/org.eclipse.papyrus.infra.core.log/target/org.eclipse.papyrus.infra.core.log-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.log --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/core/org.eclipse.papyrus.infra.core.log/target/org.eclipse.papyrus.infra.core.log-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.log --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.core.log --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.core.log --- [INFO] [INFO] ------------< org.eclipse.papyrus:org.eclipse.papyrus.emf >------------- [INFO] Building org.eclipse.papyrus.emf 2.0.0-SNAPSHOT [8/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/emf/org.eclipse.papyrus.emf/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/emf/org.eclipse.papyrus.emf/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf --- [INFO] The project's OSGi version is 2.0.0.202404021546 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf --- [INFO] Resolving class path of org.eclipse.papyrus.emf [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/emf/org.eclipse.papyrus.emf/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/emf/org.eclipse.papyrus.emf/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/emf/org.eclipse.papyrus.emf/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 55 were skipped [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/emf/org.eclipse.papyrus.emf/target/org.eclipse.papyrus.emf-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/emf/org.eclipse.papyrus.emf/target/org.eclipse.papyrus.emf-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf --- [INFO] [INFO] -----------< org.eclipse.papyrus:org.eclipse.papyrus.emf.ui >----------- [INFO] Building org.eclipse.papyrus.emf.ui 2.0.0-SNAPSHOT [9/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/emf/org.eclipse.papyrus.emf.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/emf/org.eclipse.papyrus.emf.ui/pom.xml [WARNING] [cb7fc3d1-c898-45e4-9ebc-3122008dae4c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.3] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.logging,1.1.1.v201101211721. [WARNING] [cb7fc3d1-c898-45e4-9ebc-3122008dae4c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.nebula.widgets.cdatetime,1.0.0.201703081533. [WARNING] [cb7fc3d1-c898-45e4-9ebc-3122008dae4c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.nebula.cwt,1.0.0.201703081533. [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.ui --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.ui --- [INFO] The project's OSGi version is 2.0.0.202404021546 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.ui --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.ui --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.ui --- [INFO] Resolving class path of org.eclipse.papyrus.emf.ui [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/emf/org.eclipse.papyrus.emf.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.ui --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/emf/org.eclipse.papyrus.emf.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.ui --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.ui --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/emf/org.eclipse.papyrus.emf.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.ui --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.ui --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 69 were skipped [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/emf/org.eclipse.papyrus.emf.ui/target/org.eclipse.papyrus.emf.ui-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/emf/org.eclipse.papyrus.emf.ui/target/org.eclipse.papyrus.emf.ui-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.ui --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.ui --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.ui --- [INFO] [INFO] -----------< org.eclipse.papyrus:org.eclipse.papyrus.facet >------------ [INFO] Building EMF Facet, the Papyrus Edition 0.0.1-SNAPSHOT [10/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.facet --- [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.facet --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.facet --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.facet --- [INFO] [INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.facet-editor >-------- [INFO] Building Papyrus EMF Facet Editors 0.0.1-SNAPSHOT [11/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/editor/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.facet-editor --- [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.facet-editor --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.facet-editor --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.facet-editor --- [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.doc >---- [INFO] Building org.eclipse.papyrus.emf.facet.custom.doc 2.0.0-SNAPSHOT [12/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] The project's OSGi version is 2.0.0.202404021546 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.custom.doc [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.custom.doc --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 10 were skipped [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/target/org.eclipse.papyrus.emf.facet.custom.doc-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/target/org.eclipse.papyrus.emf.facet.custom.doc-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.catalog >-- [INFO] Building org.eclipse.papyrus.emf.facet.util.emf.catalog 2.0.0-SNAPSHOT [13/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.catalog:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] The project's OSGi version is 2.0.0.202404021546 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.util.emf.catalog [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 10 were skipped [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/target/org.eclipse.papyrus.emf.facet.util.emf.catalog-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/target/org.eclipse.papyrus.emf.facet.util.emf.catalog-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.metamodel >-- [INFO] Building org.eclipse.papyrus.emf.facet.efacet.metamodel 2.0.0-SNAPSHOT [14/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] The project's OSGi version is 2.0.0.202404021546 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.efacet.metamodel [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] Compiling 110 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src/org/eclipse/papyrus/emf/facet/efacet/metamodel/v0_2_0/efacet/internal/EFacetValidator.java:[28] import org.eclipse.papyrus.emf.facet.efacet.metamodel.v0_2_0.efacet.Facet; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.emf.facet.efacet.metamodel.v0_2_0.efacet.Facet is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src/org/eclipse/papyrus/emf/facet/efacet/metamodel/v0_2_0/efacet/internal/EFacetValidator.java:[30] import org.eclipse.papyrus.emf.facet.efacet.metamodel.v0_2_0.efacet.FacetSet; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.emf.facet.efacet.metamodel.v0_2_0.efacet.FacetSet is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src-gen/org/eclipse/papyrus/emf/facet/efacet/metamodel/v0_2_0/efacet/impl/FacetImpl.java:[27] import org.eclipse.emf.common.util.ECollections; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.util.ECollections is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src-gen/org/eclipse/papyrus/emf/facet/efacet/metamodel/v0_2_0/efacet/impl/FacetImpl.java:[396] allTypedElements = new EcoreEList.UnmodifiableEList(this,EFacetPackage.eINSTANCE.getFacet_AllTypedElements(),allTypedElements.size(), allTypedElements.toArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EcoreEList.UnmodifiableEList needs unchecked conversion to conform to EList [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src-gen/org/eclipse/papyrus/emf/facet/efacet/metamodel/v0_2_0/efacet/impl/FacetImpl.java:[396] allTypedElements = new EcoreEList.UnmodifiableEList(this,EFacetPackage.eINSTANCE.getFacet_AllTypedElements(),allTypedElements.size(), allTypedElements.toArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ EcoreEList.UnmodifiableEList is a raw type. References to generic type EcoreEList.UnmodifiableEList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src-gen/org/eclipse/papyrus/emf/facet/efacet/metamodel/v0_2_0/efacet/impl/FacetImpl.java:[415] allFacetOperations = new EcoreEList.UnmodifiableEList(this,EFacetPackage.eINSTANCE.getFacet_AllFacetOperations(),allFacetOperations.size(), allFacetOperations.toArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EcoreEList.UnmodifiableEList needs unchecked conversion to conform to EList [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src-gen/org/eclipse/papyrus/emf/facet/efacet/metamodel/v0_2_0/efacet/impl/FacetImpl.java:[415] allFacetOperations = new EcoreEList.UnmodifiableEList(this,EFacetPackage.eINSTANCE.getFacet_AllFacetOperations(),allFacetOperations.size(), allFacetOperations.toArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ EcoreEList.UnmodifiableEList is a raw type. References to generic type EcoreEList.UnmodifiableEList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src-gen/org/eclipse/papyrus/emf/facet/efacet/metamodel/v0_2_0/efacet/impl/FacetImpl.java:[434] allFacetElements = new EcoreEList.UnmodifiableEList(this,EFacetPackage.eINSTANCE.getFacet_AllFacetElements(),allFacetElements.size(), allFacetElements.toArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EcoreEList.UnmodifiableEList needs unchecked conversion to conform to EList [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src-gen/org/eclipse/papyrus/emf/facet/efacet/metamodel/v0_2_0/efacet/impl/FacetImpl.java:[434] allFacetElements = new EcoreEList.UnmodifiableEList(this,EFacetPackage.eINSTANCE.getFacet_AllFacetElements(),allFacetElements.size(), allFacetElements.toArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ EcoreEList.UnmodifiableEList is a raw type. References to generic type EcoreEList.UnmodifiableEList should be parameterized 9 problems (9 warnings) [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 12 were skipped [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/target/org.eclipse.papyrus.emf.facet.efacet.metamodel-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/target/org.eclipse.papyrus.emf.facet.efacet.metamodel-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.core >----- [INFO] Building org.eclipse.papyrus.emf.facet.util.core 2.0.0-SNAPSHOT [15/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] The project's OSGi version is 2.0.0.202404021546 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.util.core [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/src/org/eclipse/papyrus/emf/facet/util/core/internal/exported/FileUtils.java:[103] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") 1 problem (1 warning) [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.util.core --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 11 were skipped [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/target/org.eclipse.papyrus.emf.facet.util.core-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/target/org.eclipse.papyrus.emf.facet.util.core-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.pde.core >--- [INFO] Building org.eclipse.papyrus.emf.facet.util.pde.core 2.0.0-SNAPSHOT [16/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.pde.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] The project's OSGi version is 2.0.0.202404021546 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.util.pde.core [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/org/eclipse/papyrus/emf/facet/util/pde/core/internal/Activator.java:[18] @SuppressWarnings("PMD.UseSingleton") ^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.UseSingleton") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/org/eclipse/papyrus/emf/facet/util/pde/core/internal/Activator.java:[27] @SuppressWarnings("PMD.SignatureDeclareThrowsException") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/org/eclipse/papyrus/emf/facet/util/pde/core/internal/Activator.java:[37] @SuppressWarnings("PMD.SignatureDeclareThrowsException") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException") 3 problems (3 warnings) [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 52 were skipped [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/target/org.eclipse.papyrus.emf.facet.util.pde.core-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/target/org.eclipse.papyrus.emf.facet.util.pde.core-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] [INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet >------ [INFO] Building org.eclipse.papyrus.emf.facet.efacet 2.0.0-SNAPSHOT [17/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] The project's OSGi version is 2.0.0.202404021546 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.efacet [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.efacet --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 10 were skipped [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/target/org.eclipse.papyrus.emf.facet.efacet-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/target/org.eclipse.papyrus.emf.facet.efacet-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.core >--- [INFO] Building org.eclipse.papyrus.emf.facet.util.emf.core 2.0.0-SNAPSHOT [18/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] The project's OSGi version is 2.0.0.202404021546 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.util.emf.core [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/org/eclipse/papyrus/emf/facet/util/emf/core/internal/preferences/PreferenceInitializer.java:[31] IEclipsePreferences preferenceNode = new DefaultScope().getNode(Activator.PLUGIN_ID); ^^^^^^^^^^^^^^ The constructor DefaultScope() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/org/eclipse/papyrus/emf/facet/util/emf/core/internal/preferences/PreferenceInitializer.java:[31] IEclipsePreferences preferenceNode = new DefaultScope().getNode(Activator.PLUGIN_ID); ^^^^^^^ Discouraged access: The method 'AbstractScope.getNode(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/.repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/org/eclipse/papyrus/emf/facet/util/emf/core/internal/registry/BrowserRegistry.java:[150] IEclipsePreferences preferenceNode = new InstanceScope().getNode(Activator.PLUGIN_ID); ^^^^^^^^^^^^^^^ The constructor InstanceScope() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/org/eclipse/papyrus/emf/facet/util/emf/core/internal/registry/BrowserRegistry.java:[150] IEclipsePreferences preferenceNode = new InstanceScope().getNode(Activator.PLUGIN_ID); ^^^^^^^ Discouraged access: The method 'AbstractScope.getNode(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/.repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/org/eclipse/papyrus/emf/facet/util/emf/core/internal/registry/BrowserRegistry.java:[173] IEclipsePreferences preferenceNode = new InstanceScope().getNode(Activator.PLUGIN_ID); ^^^^^^^^^^^^^^^ The constructor InstanceScope() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/org/eclipse/papyrus/emf/facet/util/emf/core/internal/registry/BrowserRegistry.java:[173] IEclipsePreferences preferenceNode = new InstanceScope().getNode(Activator.PLUGIN_ID); ^^^^^^^ Discouraged access: The method 'AbstractScope.getNode(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/.repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/org/eclipse/papyrus/emf/facet/util/emf/core/internal/registry/BrowserRegistry.java:[196] IEclipsePreferences preferenceNode = new InstanceScope().getNode(Activator.PLUGIN_ID); ^^^^^^^^^^^^^^^ The constructor InstanceScope() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/org/eclipse/papyrus/emf/facet/util/emf/core/internal/registry/BrowserRegistry.java:[196] IEclipsePreferences preferenceNode = new InstanceScope().getNode(Activator.PLUGIN_ID); ^^^^^^^ Discouraged access: The method 'AbstractScope.getNode(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/.repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/org/eclipse/papyrus/emf/facet/util/emf/core/internal/catalog/CatalogSetManager.java:[165] result.add((T) catalogManager); ^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ICatalogManager to T [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/org/eclipse/papyrus/emf/facet/util/emf/core/internal/serialization/SerializationService.java:[29] ISerializer serializer = (ISerializer) ISerializationRegistry.INSTANCE .getSerializerFor(instanceValue.getClass()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ISerializer to ISerializer 10 problems (10 warnings) [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 56 were skipped [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/target/org.eclipse.papyrus.emf.facet.util.emf.core-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/target/org.eclipse.papyrus.emf.facet.util.emf.core-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.catalog >-- [INFO] Building org.eclipse.papyrus.emf.facet.efacet.catalog 2.0.0-SNAPSHOT [19/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.catalog:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] The project's OSGi version is 2.0.0.202404021546 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.efacet.catalog [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 10 were skipped [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/target/org.eclipse.papyrus.emf.facet.efacet.catalog-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/target/org.eclipse.papyrus.emf.facet.efacet.catalog-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.core >---- [INFO] Building org.eclipse.papyrus.emf.facet.efacet.core 3.0.0-SNAPSHOT [20/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.core:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] The project's OSGi version is 3.0.0.202404021546 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.efacet.core [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] Compiling 86 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/FacetActions2Impl.java:[78] ICatalogSetManager2.INSTANCE.registerModelDeclaration(file); ^^^^^^^^ The field ICatalogSetManager2.INSTANCE is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/FacetManagerContext.java:[142] result = (T) derivedResult; ^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from DerivedTypedElement to T [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/FacetManagerContext.java:[407] final T element = (T) feature; ^^^^^^^^^^^ Type safety: Unchecked cast from ETypedElement to T [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/DerivedTypedElementManager.java:[39] import org.eclipse.papyrus.emf.facet.efacet.core.internal.query.DerivedTypedElementImplementationFactoryRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DerivedTypedElementImplementationFactoryRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/DerivedTypedElementManager.java:[42] import org.eclipse.papyrus.emf.facet.efacet.core.query.IDerivedTypedElementImplementation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IDerivedTypedElementImplementation is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/DerivedTypedElementManager.java:[141] IDerivedTypedElementImplementation evaluator2 = null; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IDerivedTypedElementImplementation is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/DerivedTypedElementManager.java:[148] evaluator2 = DerivedTypedElementImplementationFactoryRegistry.INSTANCE.getEvaluatorFor(query, this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DerivedTypedElementImplementationFactoryRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/DerivedTypedElementManager.java:[148] evaluator2 = DerivedTypedElementImplementationFactoryRegistry.INSTANCE.getEvaluatorFor(query, this); ^^^^^^^^ The field DerivedTypedElementImplementationFactoryRegistry.INSTANCE is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/DerivedTypedElementManager.java:[148] evaluator2 = DerivedTypedElementImplementationFactoryRegistry.INSTANCE.getEvaluatorFor(query, this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getEvaluatorFor(Query, IDerivedTypedElementManager) from the type DerivedTypedElementImplementationFactoryRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/Messages.java:[18] @SuppressWarnings("PMD") ^^^^^ Unsupported @SuppressWarnings("PMD") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/FacetManager.java:[669] return (List) cache.get(classs); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from List to List 11 problems (11 warnings) [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.efacet.core --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 56 were skipped [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/target/org.eclipse.papyrus.emf.facet.efacet.core-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/target/org.eclipse.papyrus.emf.facet.efacet.core-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.ui >------ [INFO] Building org.eclipse.papyrus.emf.facet.util.ui 3.0.0-SNAPSHOT [21/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] The project's OSGi version is 3.0.0.202404021546 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.util.ui [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] Compiling 67 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/tree/ExtendedTree.java:[48] private final ExtendedTreeMenu treeMenu; ^^^^^^^ IDialog is a raw type. References to generic type IDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/tree/ExtendedTree.java:[65] final List> menuItems) { ^^^^^^^ IDialog is a raw type. References to generic type IDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/tree/ExtendedTree.java:[96] this.treeMenu = new ExtendedTreeMenu(parent, this, menuItems); ^^^^^^^ IDialog is a raw type. References to generic type IDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/tree/ExtendedTree.java:[158] public AbstractTreeItem getFirstTreeItem() { ^^^^^^^ IDialog is a raw type. References to generic type IDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/tree/ExtendedTree.java:[159] AbstractTreeItem result = null; ^^^^^^^ IDialog is a raw type. References to generic type IDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/tree/ExtendedTree.java:[169] public ExtendedTreeMenu getTreeMenu() { ^^^^^^^ IDialog is a raw type. References to generic type IDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/tree/item/AbstractTreeItem.java:[107] public abstract IDialog onItemMouseSelection(); ^^^^^^^ IDialog is a raw type. References to generic type IDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/Activator.java:[19] @SuppressWarnings("PMD.UseSingleton") ^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.UseSingleton") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/Activator.java:[28] @SuppressWarnings("PMD.SignatureDeclareThrowsException") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/Activator.java:[38] @SuppressWarnings({ "PMD.SignatureDeclareThrowsException", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/Activator.java:[39] "PMD.NullAssignment" }) ^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.NullAssignment") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/sync/generated/SynchronizedOkDialog.java:[23] @SuppressWarnings("PMD.ExcessivePublicCount") ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.ExcessivePublicCount") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/tree/menu/AbstractTreeMenuItem.java:[94] newTreeItem = getAssociatedTreeItemClass().newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class> is deprecated since version 9 13 problems (13 warnings) [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.util.ui --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 63 were skipped [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/target/org.eclipse.papyrus.emf.facet.util.ui-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/target/org.eclipse.papyrus.emf.facet.util.ui-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.swt >----- [INFO] Building org.eclipse.papyrus.emf.facet.util.swt 2.0.0-SNAPSHOT [22/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.swt:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] The project's OSGi version is 2.0.0.202404021546 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.util.swt [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.util.swt --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 63 were skipped [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/target/org.eclipse.papyrus.emf.facet.util.swt-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/target/org.eclipse.papyrus.emf.facet.util.swt-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.core >---- [INFO] Building org.eclipse.papyrus.emf.facet.common.core 2.0.0-SNAPSHOT [23/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] The project's OSGi version is 2.0.0.202404021546 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.common.core [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.common.core --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 8 were skipped [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/target/org.eclipse.papyrus.emf.facet.common.core-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/target/org.eclipse.papyrus.emf.facet.common.core-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.ui >----- [INFO] Building org.eclipse.papyrus.emf.facet.common.ui 2.0.0-SNAPSHOT [24/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] The project's OSGi version is 2.0.0.202404021546 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.common.ui [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/wrappers/SortableTree.java:[17] import org.eclipse.jface.viewers.ViewerSorter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/wrappers/SortableTree.java:[29] public void setSorter(final ViewerSorter viewerSorter) { ^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/wrappers/SortableTree.java:[30] this.treeViewer.setSorter(viewerSorter); ^^^^^^^^^^^^^^^^^^^^^^^ The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/wrappers/SortableWidget.java:[16] import org.eclipse.jface.viewers.ViewerSorter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/wrappers/SortableWidget.java:[22] void setSorter(ViewerSorter viewerSorter); ^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/wrappers/SortableTable.java:[17] import org.eclipse.jface.viewers.ViewerSorter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/wrappers/SortableTable.java:[29] public void setSorter(final ViewerSorter viewerSorter) { ^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/wrappers/SortableTable.java:[30] this.tableViewer.setSorter(viewerSorter); ^^^^^^^^^^^^^^^^^^^^^^^ The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/PersistableColumn.java:[26] import org.eclipse.jface.viewers.ViewerSorter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/PersistableColumn.java:[98] PersistableColumn.getColumnWidths().put(uniqueID, new Integer(column.getWidth())); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Integer(int) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/PersistableColumn.java:[155] private static ViewerSorter getViewerSorter(final ColumnLabelProvider columnLabelProvider) { ^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/PersistableColumn.java:[156] return new ViewerSorter() { ^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/PersistableColumn.java:[156] return new ViewerSorter() { @Override public int compare(final Viewer viewer, final Object e1, final Object e2) { String text1 = columnLabelProvider.getText(e1); String text2 = columnLabelProvider.getText(e2); if (text1 == null) { return -1; } int compare = text1.compareTo(text2); SortableWidget sortableWidget = SortableWidgetFactory.createSortableWidget(viewer); if (sortableWidget.getSortDirection() == SWT.DOWN) { compare = compare * -1; } return compare; } }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor ViewerSorter() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/PersistableColumn.java:[174] private static void addSorter(final Column column, final ViewerSorter viewerSorter, ^^^^^^^^^^^^ The type ViewerSorter is deprecated 14 problems (14 warnings) [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.common.ui --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 63 were skipped [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/target/org.eclipse.papyrus.emf.facet.common.ui-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/target/org.eclipse.papyrus.emf.facet.common.ui-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.ui >---- [INFO] Building org.eclipse.papyrus.emf.facet.util.emf.ui 3.0.0-SNAPSHOT [25/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] The project's OSGi version is 3.0.0.202404021546 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.util.emf.ui [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/preference/pages/DefaultBrowserPreferencePage.java:[42] new InstanceScope(), ^^^^^^^^^^^^^^^ The constructor InstanceScope() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/exported/util/wizard/page/SynchronizedSelectEClassifierWizardPage.java:[31] SynchronizedWizardPage implements ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ISelectEClassifierWizardPage is a raw type. References to generic type ISelectEClassifierWizardPage should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/exported/util/wizard/page/SynchronizedSelectEClassifierWizardPage.java:[32] ISelectEClassifierWizardPage { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ISelectEClassifierWizardPage is a raw type. References to generic type ISelectEClassifierWizardPage should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/exported/util/wizard/page/SynchronizedSelectEClassifierWizardPage.java:[46] final ISelectEClassifierWizardPage object, final Display display) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ISelectEClassifierWizardPage is a raw type. References to generic type ISelectEClassifierWizardPage should be parameterized 5. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/utils/ImageProvider.java (at line 43) @SuppressWarnings("static-method") ^^^^^^^^^^^^^^^ At least one of the problems in category 'static-method' is not analysed due to a compiler option being ignored 6. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/utils/ImageProvider.java (at line 57) @SuppressWarnings("static-method") ^^^^^^^^^^^^^^^ At least one of the problems in category 'static-method' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/view/PackageRegistryView.java:[64] && new Boolean(Platform.getDebugOption(PackageRegistryView.DEBUG_ID)).booleanValue(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Boolean(String) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/exported/util/wizard/SelectETypeWizardImpl.java:[38] import org.eclipse.swt.widgets.Shell; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.widgets.Shell is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/dialogs/UriSelectionDialog.java:[93] shell.setImage(ImageProvider.getInstance().getEmfFacetLogo()); ^^^^^^^^^^^^^ The method getInstance() from the type ImageProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/dialogs/UriSelectionDialog.java:[93] shell.setImage(ImageProvider.getInstance().getEmfFacetLogo()); ^^^^^^^^^^^^^^^^^ The method getEmfFacetLogo() from the type ImageProvider is deprecated 10 problems (0 errors, 8 warnings, 2 infos) [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 103 were skipped [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/target/org.eclipse.papyrus.emf.facet.util.emf.ui-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/target/org.eclipse.papyrus.emf.facet.util.emf.ui-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.sdk.ui >--- [INFO] Building org.eclipse.papyrus.emf.facet.efacet.sdk.ui 3.0.0-SNAPSHOT [26/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.sdk.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] The project's OSGi version is 3.0.0.202404021546 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.efacet.sdk.ui [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] Compiling 116 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/sync/generated/SynchronizedENamedElementWidget.java:[20] @SuppressWarnings("PMD.ExcessivePublicCount") ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.ExcessivePublicCount") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/Activator.java:[19] @SuppressWarnings("PMD.UseSingleton") ^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.UseSingleton") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/Activator.java:[28] @SuppressWarnings("PMD.SignatureDeclareThrowsException") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/Activator.java:[38] @SuppressWarnings("PMD.SignatureDeclareThrowsException") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/wizard/page/CreateFacetSetWizardPage.java:[87] final IPath containerFullPath = getContainerFullPath(); ^^^^^^^^^^^^^^^^^ The value of the local variable containerFullPath is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/sync/generated/SynchronizedGetOrCreateFilteredFacetSetWidget.java:[23] @SuppressWarnings("PMD.ExcessivePublicCount") ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.ExcessivePublicCount") 7. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/widget/creation/AddParameterInOperationWidget.java (at line 87) @SuppressWarnings("static-method") ^^^^^^^^^^^^^^^ At least one of the problems in category 'static-method' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/sync/generated/SynchronizedCreateQueryWidget.java:[20] @SuppressWarnings("PMD.ExcessivePublicCount") ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.ExcessivePublicCount") 9. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/widget/creation/AddOperationInFacetWidget.java (at line 85) @SuppressWarnings("static-method") ^^^^^^^^^^^^^^^ At least one of the problems in category 'static-method' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/sync/generated/SynchronizedDerivedTypedElementWidget.java:[20] @SuppressWarnings("PMD.ExcessivePublicCount") ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.ExcessivePublicCount") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/sync/generated/SynchronizedETypedElementWidget.java:[20] @SuppressWarnings("PMD.ExcessivePublicCount") ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.ExcessivePublicCount") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/sync/generated/SynchronizedGetExtendedMetaclassWidget.java:[22] @SuppressWarnings("PMD.ExcessivePublicCount") ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.ExcessivePublicCount") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/sync/generated/SynchronizedFacetWidget.java:[22] @SuppressWarnings("PMD.ExcessivePublicCount") ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.ExcessivePublicCount") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/sync/generated/SynchronizedEStructuralFeatureWidget.java:[20] @SuppressWarnings("PMD.ExcessivePublicCount") ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.ExcessivePublicCount") 14 problems (0 errors, 12 warnings, 2 infos) [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 108 were skipped [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/target/org.eclipse.papyrus.emf.facet.efacet.sdk.ui-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/target/org.eclipse.papyrus.emf.facet.efacet.sdk.ui-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel >-- [INFO] Building org.eclipse.papyrus.emf.facet.custom.metamodel 2.0.0-SNAPSHOT [27/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] The project's OSGi version is 2.0.0.202404021546 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.custom.metamodel [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] Compiling 55 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custompt/impl/CustomptPackageImpl.java:[22] import org.eclipse.emf.edit.provider.StyledString; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.edit.provider.StyledString is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custompt/impl/CustomptFactoryImpl.java:[24] import org.eclipse.emf.edit.provider.StyledString; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.edit.provider.StyledString is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custompt/impl/CustomptFactoryImpl.java:[27] import org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custompt.*; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custompt is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/internal/treeproxy/impl/EObjectTreeElementImpl.java:[81] public Object getAdapter(Class key) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type EObjectTreeElementImpl needs unchecked conversion to conform to T from the type IAdaptable [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/internal/treeproxy/impl/EObjectTreeElementImpl.java:[81] public Object getAdapter(Class key) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/internal/treeproxy/impl/EStructuralFeatureTreeElementImpl.java:[64] public Object getAdapter(Class key) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type EStructuralFeatureTreeElementImpl needs unchecked conversion to conform to T from the type IAdaptable [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/internal/treeproxy/impl/EStructuralFeatureTreeElementImpl.java:[64] public Object getAdapter(Class key) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized 7 problems (7 warnings) [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 18 were skipped [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/target/org.eclipse.papyrus.emf.facet.custom.metamodel-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/target/org.eclipse.papyrus.emf.facet.custom.metamodel-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.core >---- [INFO] Building org.eclipse.papyrus.emf.facet.custom.core 4.0.0-SNAPSHOT [28/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.core:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] The project's OSGi version is 4.0.0.202404021546 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.custom.core [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/src/org/eclipse/papyrus/emf/facet/custom/core/internal/exported/CustomizationUtils.java:[137] result = (T) result.toString(); ^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from String to T 1 problem (1 warning) [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.custom.core --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 99 were skipped [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/target/org.eclipse.papyrus.emf.facet.custom.core-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/target/org.eclipse.papyrus.emf.facet.custom.core-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.sdk.core >-- [INFO] Building org.eclipse.papyrus.emf.facet.common.sdk.core 2.0.0-SNAPSHOT [29/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.sdk.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] The project's OSGi version is 2.0.0.202404021546 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.common.sdk.core [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 20 were skipped [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/target/org.eclipse.papyrus.emf.facet.common.sdk.core-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/target/org.eclipse.papyrus.emf.facet.common.sdk.core-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.sdk.core >-- [INFO] Building org.eclipse.papyrus.emf.facet.custom.sdk.core 2.0.0-SNAPSHOT [30/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.sdk.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] The project's OSGi version is 2.0.0.202404021546 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.custom.sdk.core [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/src/org/eclipse/papyrus/emf/facet/custom/sdk/core/internal/Activator.java:[21] @SuppressWarnings("PMD.UseSingleton") ^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.UseSingleton") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/src/org/eclipse/papyrus/emf/facet/custom/sdk/core/internal/Activator.java:[30] @SuppressWarnings("PMD.SignatureDeclareThrowsException") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/src/org/eclipse/papyrus/emf/facet/custom/sdk/core/internal/Activator.java:[40] @SuppressWarnings({ "PMD.SignatureDeclareThrowsException", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/src/org/eclipse/papyrus/emf/facet/custom/sdk/core/internal/Activator.java:[41] "PMD.NullAssignment" }) ^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.NullAssignment") 4 problems (4 warnings) [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 99 were skipped [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/target/org.eclipse.papyrus.emf.facet.custom.sdk.core-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/target/org.eclipse.papyrus.emf.facet.custom.sdk.core-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java >---- [INFO] Building org.eclipse.papyrus.emf.facet.query.java 2.0.0-SNAPSHOT [31/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] The project's OSGi version is 2.0.0.202404021546 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.query.java [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.query.java --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 10 were skipped [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/target/org.eclipse.papyrus.emf.facet.query.java-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/target/org.eclipse.papyrus.emf.facet.query.java-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] [INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.infra.tools >--------- [INFO] Building org.eclipse.papyrus.infra.tools 4.2.0-SNAPSHOT [32/735] [INFO] from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.tools:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/pom.xml [INFO] {osgi.os=linux, osgi.ws=gtk, org.eclipse.update.install.features=true, osgi.arch=x86_64} [ERROR] Cannot resolve project dependencies: [ERROR] Software being installed: org.eclipse.papyrus.infra.tools 4.2.0.qualifier [ERROR] Missing requirement: org.eclipse.papyrus.infra.tools 4.2.0.qualifier requires 'java.package; com.google.common.base [32.0.0,33.0.0)' but it could not be found [ERROR] [ERROR] See https://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] org.eclipse.papyrus.all.releng 0.0.1-SNAPSHOT ...... SUCCESS [ 0.165 s] [INFO] org.eclipse.papyrus.main.releng 0.0.1-SNAPSHOT ..... SUCCESS [ 0.069 s] [INFO] Papyrus Main Plugins 0.0.1-SNAPSHOT ................ SUCCESS [ 0.007 s] [INFO] Papyrus EMF 0.0.1-SNAPSHOT ......................... SUCCESS [ 0.060 s] [INFO] Papyrus Infra 0.0.1-SNAPSHOT ....................... SUCCESS [ 0.004 s] [INFO] Papyrus Infra Core 0.0.1-SNAPSHOT .................. SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.infra.core.log 2.0.0-SNAPSHOT .. SUCCESS [ 13.393 s] [INFO] org.eclipse.papyrus.emf 2.0.0-SNAPSHOT ............. SUCCESS [ 4.621 s] [INFO] org.eclipse.papyrus.emf.ui 2.0.0-SNAPSHOT .......... SUCCESS [ 5.913 s] [INFO] EMF Facet, the Papyrus Edition 0.0.1-SNAPSHOT ...... SUCCESS [ 0.003 s] [INFO] Papyrus EMF Facet Editors 0.0.1-SNAPSHOT ........... SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.emf.facet.custom.doc 2.0.0-SNAPSHOT SUCCESS [ 0.212 s] [INFO] org.eclipse.papyrus.emf.facet.util.emf.catalog 2.0.0-SNAPSHOT SUCCESS [ 0.408 s] [INFO] org.eclipse.papyrus.emf.facet.efacet.metamodel 2.0.0-SNAPSHOT SUCCESS [ 1.185 s] [INFO] org.eclipse.papyrus.emf.facet.util.core 2.0.0-SNAPSHOT SUCCESS [ 0.369 s] [INFO] org.eclipse.papyrus.emf.facet.util.pde.core 2.0.0-SNAPSHOT SUCCESS [ 0.655 s] [INFO] org.eclipse.papyrus.emf.facet.efacet 2.0.0-SNAPSHOT SUCCESS [ 0.601 s] [INFO] org.eclipse.papyrus.emf.facet.util.emf.core 2.0.0-SNAPSHOT SUCCESS [ 0.728 s] [INFO] org.eclipse.papyrus.emf.facet.efacet.catalog 2.0.0-SNAPSHOT SUCCESS [ 0.277 s] [INFO] org.eclipse.papyrus.emf.facet.efacet.core 3.0.0-SNAPSHOT SUCCESS [ 0.801 s] [INFO] org.eclipse.papyrus.emf.facet.util.ui 3.0.0-SNAPSHOT SUCCESS [ 0.797 s] [INFO] org.eclipse.papyrus.emf.facet.util.swt 2.0.0-SNAPSHOT SUCCESS [ 0.473 s] [INFO] org.eclipse.papyrus.emf.facet.common.core 2.0.0-SNAPSHOT SUCCESS [ 0.236 s] [INFO] org.eclipse.papyrus.emf.facet.common.ui 2.0.0-SNAPSHOT SUCCESS [ 0.480 s] [INFO] org.eclipse.papyrus.emf.facet.util.emf.ui 3.0.0-SNAPSHOT SUCCESS [ 1.267 s] [INFO] org.eclipse.papyrus.emf.facet.efacet.sdk.ui 3.0.0-SNAPSHOT SUCCESS [ 1.397 s] [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel 2.0.0-SNAPSHOT SUCCESS [ 0.439 s] [INFO] org.eclipse.papyrus.emf.facet.custom.core 4.0.0-SNAPSHOT SUCCESS [ 0.767 s] [INFO] org.eclipse.papyrus.emf.facet.common.sdk.core 2.0.0-SNAPSHOT SUCCESS [ 0.270 s] [INFO] org.eclipse.papyrus.emf.facet.custom.sdk.core 2.0.0-SNAPSHOT SUCCESS [ 0.617 s] [INFO] org.eclipse.papyrus.emf.facet.query.java 2.0.0-SNAPSHOT SUCCESS [ 0.220 s] [INFO] org.eclipse.papyrus.infra.tools 4.2.0-SNAPSHOT ..... FAILURE [ 0.022 s] [INFO] org.eclipse.papyrus.emf.facet.query.java.metamodel 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.query.java.core 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.util.jface.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.custom.ui 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.widgets 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.widgets.celleditors 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.custom.sdk.ui 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.efacet.metamodel.edit 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.query.ocl.metamodel 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.edit 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.editor 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.doc 2.0.0-SNAPSHOT ... SKIPPED [INFO] Papyrus Infra Element Types Configurations 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.types 5.0.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.papyrus.infra.core.architecture 3.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.architecture 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.types.edit 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.core.architecture.edit 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.architecture.edit 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.aggregate.doc 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.efacet.doc 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.efacet.edit 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.efacet.editor 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.efacet.ui 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.query.java.sdk.ui 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.query.ocl.core 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.util.emf.doc 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Infra Architecture 0.0.1-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.papyrus.infra.core.sashwindows.di 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.core 4.4.0-SNAPSHOT ...... SKIPPED [INFO] Papyrus Infra Services 0.0.1-SNAPSHOT .............. SKIPPED [INFO] org.eclipse.papyrus.infra.services.markerlistener 3.0.0-SNAPSHOT SKIPPED [INFO] Papyrus EMF Infrastructure 0.0.1-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.papyrus.infra.emf 4.4.0-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.papyrus.infra.services.edit 4.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.architecture 3.3.0-SNAPSHOT SKIPPED [INFO] Papyrus Infra Constraints 0.0.1-SNAPSHOT ........... SKIPPED [INFO] org.eclipse.papyrus.infra.constraints 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.architecture.representation 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.constraints.edit 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.architecture.representation.edit 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.core.sasheditor 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.core.sasheditor.di 3.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Infra One-file 0.0.1-SNAPSHOT .............. SKIPPED [INFO] Papyrus Views 0.0.1-SNAPSHOT ....................... SKIPPED [INFO] Papyrus Properties View 0.0.1-SNAPSHOT ............. SKIPPED [INFO] org.eclipse.papyrus.views.properties.services 1.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Infra UI 0.0.1-SNAPSHOT .................... SKIPPED [INFO] org.eclipse.papyrus.infra.widgets.toolbox 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.labelprovider 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.widgets 4.3.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.papyrus.infra.ui 3.5.100-SNAPSHOT ...... SKIPPED [INFO] Papyrus Internationalization 0.0.1-SNAPSHOT ........ SKIPPED [INFO] org.eclipse.papyrus.infra.internationalization.common 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.gmf 2.1.0-SNAPSHOT ... SKIPPED [INFO] Papyrus EMF Expressions Infrastructure 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.expressions 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Nattable 0.0.1-SNAPSHOT .................... SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.model 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.internationalization 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.onefile 3.1.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.papyrus.infra.constraints.editor 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.constraints.ui 3.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Editor Welcome Page 0.0.1-SNAPSHOT ......... SKIPPED [INFO] Papyrus Infra Properties Framework 0.0.1-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.infra.properties 4.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.readonly 4.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.ui.emf 3.1.100-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.infra.properties.ui 4.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.editor.welcome 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.navigation 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.editor.welcome.nattable 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.appearance 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.diagram.common 3.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Infra Filters Model 0.0.1-SNAPSHOT ......... SKIPPED [INFO] org.eclipse.papyrus.infra.filters 2.0.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.papyrus.infra.types.core 5.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.types.rulebased 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.filters.edit 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.types 5.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.properties.edit 4.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.types.ui 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.expressions.edit 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.expressions.editor 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.expressions.properties 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.properties.editor 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.architecture 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.controlmode 3.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.controlmode.history 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.decoration 3.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.edit.ui 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.localizer 3.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.openelement 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.resourceloading 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.resourceloading.ui 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.semantic 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.validation 4.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.viewersearch 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.viewlabelprovider 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Infra New-Child Model 0.0.1-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.representation 3.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Diagram Infrastructure 0.0.1-SNAPSHOT ...... SKIPPED [INFO] Papyrus UML Diagram PaletteConfiguration 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.representation 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.internationalization.utils 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Infra Viewpoints 0.0.1-SNAPSHOT ............ SKIPPED [INFO] org.eclipse.papyrus.infra.viewpoints.policy 4.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.commands 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.newchild 5.0.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.infra.newchild.edit 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.newchild.editor 4.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Infra TextEdit 0.0.1-SNAPSHOT .............. SKIPPED [INFO] org.eclipse.papyrus.infra.textedit 1.0.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.infra.textedit.edit 1.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Infra Other Bundles 0.0.1-SNAPSHOT ......... SKIPPED [INFO] org.eclipse.papyrus.infra.guava 1.0.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.papyrus.infra.sync 3.1.0-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.style 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.tooling.runtime 4.1.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.common 4.3.200-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Model Explorer View 0.0.1-SNAPSHOT ......... SKIPPED [INFO] org.eclipse.papyrus.views.modelexplorer 5.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.textedit.modelexplorer 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.textedit.properties 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.textedit.representation 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.textedit.ui 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.textedit.representation.architecture 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.textedit.representation.edit 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.textedit.types 1.0.0-SNAPSHOT SKIPPED [INFO] Papyrus UML 0.0.1-SNAPSHOT ......................... SKIPPED [INFO] Papyrus UML Xtext Integration 0.0.1-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.papyrus.uml.xtext.integration.core 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.extensionpoints.editors 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.textedit.xtext 1.1.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.types.editor 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.types.ui 4.0.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.infra.nattable 7.1.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.nattable 6.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.common 6.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.controlmode 3.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.model.edit 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.model.editor 6.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.modelexplorer 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.properties 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.views.config 6.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.views.editor 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.representation.edit 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.gmfdiag 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.ui.fonts 2.0.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.infra.ui.architecture 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.ui.resources 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.onefile.ui 2.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.newchild.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.hyperlink 4.0.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.infra.psf 2.0.0-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.papyrus.infra.internationalization.edit 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.internationalization.ui 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.internationalization.controlmode 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.internationalization.readonly 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.editor.welcome.internationalization 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.canonical 3.1.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.controlmode 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.css.model 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.css.model.edit 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Diagram Expansion 0.0.1-SNAPSHOT ........... SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.dnd 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Diagram CSS Support 0.0.1-SNAPSHOT ......... SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.css 3.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.export 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.gef 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.preferences 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.navigation 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.hyperlink 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.menu 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.modelexplorer 2.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.outline 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.properties 5.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.viewersearcher 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.welcome 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.widgets 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.representation.edit 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.style.edit 3.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Diagram Assistants 0.0.1-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant 2.1.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.edit 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.editor 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.ui 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.css3.xtext 4.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.css.properties 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.css.configuration 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.css.theme 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.modelexplorer.newchild 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.modelexplorer.resourceloading 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.modelexplorer.widgets 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.properties 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.properties.model.xwt 3.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Validation View 0.0.1-SNAPSHOT ............. SKIPPED [INFO] org.eclipse.papyrus.views.validation 3.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.search 3.1.0-SNAPSHOT .... SKIPPED [INFO] Papyrus References View 0.0.1-SNAPSHOT ............. SKIPPED [INFO] org.eclipse.papyrus.views.references 3.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Documentation View 0.0.1-SNAPSHOT .......... SKIPPED [INFO] Papyrus UML Internationalization 0.0.1-SNAPSHOT .... SKIPPED [INFO] org.eclipse.papyrus.uml.internationalization.utils 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.internationalization.edit 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.extensionpoints 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus UML Tools 0.0.1-SNAPSHOT ................... SKIPPED [INFO] org.eclipse.papyrus.uml.tools.utils 4.1.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.uml.tools 5.2.0-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.papyrus.uml.appearance 3.0.0-SNAPSHOT .. SKIPPED [INFO] Papyrus UML Diagrams 0.0.1-SNAPSHOT ................ SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.common 5.1.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.types.core 5.0.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.uml.ui 2.0.0-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.papyrus.views.documentation 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Editor 0.0.1-SNAPSHOT ...................... SKIPPED [INFO] org.eclipse.papyrus.eclipse.project.editors 3.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.editor 3.0.0-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.papyrus.editor.perspectiveconfiguration 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.commands 2.0.0-SNAPSHOT .... SKIPPED [INFO] org.eclipse.papyrus.uml.controlmode.profile 3.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.documentation.profile 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.filters 2.1.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.papyrus.uml.filters.edit 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.icons 2.0.0-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.papyrus.uml.modelrepair 3.1.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.uml.profile 4.2.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.papyrus.uml.import 2.0.0-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.papyrus.uml.export 2.1.0-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.papyrus.uml.navigation 2.0.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.uml.oclconstraintevaluation 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.wizards 4.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.perspective 2.0.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.uml.resourceloading.profile 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.search.ui 3.1.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.papyrus.uml.service.types 5.2.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.service.types.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.service.validation 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.services.decoration 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.templaterepository 3.0.0-SNAPSHOT SKIPPED [INFO] Papyrus UML ALF 0.0.1-SNAPSHOT ..................... SKIPPED [INFO] org.eclipse.papyrus.uml.alf 4.0.100-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.papyrus.uml.alf.common 3.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.alf.common.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.alf.libraries 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.alf.to.fuml 2.0.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.uml.alf.ui 4.0.0-SNAPSHOT ...... SKIPPED [INFO] Papyrus UML Architecture 0.0.1-SNAPSHOT ............ SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.activity 5.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.communication 6.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.interactionoverview 4.1.0-SNAPSHOT SKIPPED [INFO] Papyrus UML Nattable 0.0.1-SNAPSHOT ................ SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.generic.config 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.deployment 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.clazz 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.component 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.composite 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.stereotype.edition 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.menu 3.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.sequence 7.2.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.nattable 6.0.100-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.clazz.config 6.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.statemachine 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.timing 2.1.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.usecase 6.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.profile 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.architecture 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus UML Decorator Models 0.0.1-SNAPSHOT ........ SKIPPED [INFO] org.eclipse.papyrus.uml.decoratormodel 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus UML Properties 0.0.1-SNAPSHOT .............. SKIPPED [INFO] org.eclipse.papyrus.uml.properties 4.1.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.decoratormodel.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.decoratormodel.properties 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.common.groups 3.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.css 3.0.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.dnd 2.0.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.icons 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.linklf 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.modelexplorer 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.navigation 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.symbols 2.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.sequence.restrictions 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.symbols.properties 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus UML Expressions Infrastructure 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.expressions 3.0.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.uml.expressions.edit 3.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.expressions.properties 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus UML Model Explorer 0.0.1-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.papyrus.uml.modelexplorer 3.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.modelexplorer.widgets 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.generic 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.matrix 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.menu 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.properties 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.richtext 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.stereotype.display 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.xtext.integration.ui 3.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.xtext.integration 3.0.0-SNAPSHOT SKIPPED [INFO] Papyrus UML Textual Edit 0.0.1-SNAPSHOT ............ SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext 2.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.xtext.valuespecification 6.0.0-SNAPSHOT SKIPPED [INFO] Papyrus UML Profile 0.0.1-SNAPSHOT ................. SKIPPED [INFO] org.eclipse.papyrus.uml.profile.drafter 2.2.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.profile.drafter.documentation 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.properties.xtext 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.common.xtext 3.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.collaborationuse.xtext 3.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.common.xtext.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext 3.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.javaconstraint 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.message.xtext 3.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.message.xtext.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.parameter.xtext 3.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.parameter.xtext.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.port.xtext 2.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.port.xtext.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.property.xtext 3.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.property.xtext.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.state.xtext 3.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.state.xtext.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext 4.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.transition.xtext 2.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.transition.xtext.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.xtext.integration.validation 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.internationalization 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus M2M QvTo 0.0.1-SNAPSHOT .................... SKIPPED [INFO] org.eclipse.papyrus.uml.m2m.qvto.common 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.plugins-doc 0.0.1-SNAPSHOT ..... SKIPPED [INFO] Papyrus - API migration documentation 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Copypaste UI doc 2.0.0-SNAPSHOT ............ SKIPPED [INFO] Papyrus Developer doc 2.0.0-SNAPSHOT ............... SKIPPED [INFO] Papyrus DSML Validation doc 2.0.0-SNAPSHOT ......... SKIPPED [INFO] Papyrus Infra doc 2.0.0-SNAPSHOT ................... SKIPPED [INFO] Papyrus Infra GmfDiag Common doc 2.0.0-SNAPSHOT .... SKIPPED [INFO] Papyrus Infra GmfDiag Css doc 2.0.0-SNAPSHOT ....... SKIPPED [INFO] Papyrus Infra Expression doc 2.0.0-SNAPSHOT ........ SKIPPED [INFO] Papyrus Internationalization doc 2.0.0-SNAPSHOT .... SKIPPED [INFO] Papyrus Infra Nattable doc 2.0.0-SNAPSHOT .......... SKIPPED [INFO] Papyrus Infra Newchild doc 2.0.0-SNAPSHOT .......... SKIPPED [INFO] Papyrus Infra Services ControlMode doc 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Infra Service decoration doc 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Infra Service decoration doc 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Infra Architecture doc 2.0.0-SNAPSHOT ...... SKIPPED [INFO] Papyrus Infra Types doc 4.0.0-SNAPSHOT ............. SKIPPED [INFO] Papyrus Req Reqif doc 2.0.0-SNAPSHOT ............... SKIPPED [INFO] Papyrus Uml DecoratorModel doc 2.0.0-SNAPSHOT ...... SKIPPED [INFO] Papyrus Uml Diagram Common doc 2.0.0-SNAPSHOT ...... SKIPPED [INFO] Papyrus Uml Diagram profile doc 2.0.0-SNAPSHOT ..... SKIPPED [INFO] Papyrus Uml doc 2.0.0-SNAPSHOT ..................... SKIPPED [INFO] Papyrus Uml Search UI doc 2.0.0-SNAPSHOT ........... SKIPPED [INFO] Papyrus ModelRepair doc 2.0.0-SNAPSHOT ............. SKIPPED [INFO] Papyrus Uml Profile Assistants doc 2.0.0-SNAPSHOT .. SKIPPED [INFO] Papyrus Uml Diagram Customization from a Profile doc 0.7.0-SNAPSHOT SKIPPED [INFO] Papyrus Profile Types doc 1.0.0-SNAPSHOT ........... SKIPPED [INFO] Papyrus Uml Search UI doc 2.0.0-SNAPSHOT ........... SKIPPED [INFO] Papyrus Views Properties doc 2.0.0-SNAPSHOT ........ SKIPPED [INFO] Papyrus Views References doc 2.0.0-SNAPSHOT ........ SKIPPED [INFO] Papyrus Views References doc 2.0.0-SNAPSHOT ........ SKIPPED [INFO] Papyrus Views References doc 2.0.0-SNAPSHOT ........ SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.doc 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.architecture.doc 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.validation.doc 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Toolsmiths Plug-in Builders doc 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus SDK 0.0.1-SNAPSHOT ......................... SKIPPED [INFO] org.eclipse.papyrus.sdk 6.6.0-SNAPSHOT ............. SKIPPED [INFO] Papyrus Examples Plugins 1.0.1-SNAPSHOT ............ SKIPPED [INFO] org.eclipse.papyrus.examples.core 1.0.1-SNAPSHOT ... SKIPPED [INFO] org.eclipse.papyrus.example.core.lifecycleevents 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.example.core.sashwindows.fulleditor 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.example.core.sashwindows.simpleeditor 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.examples.emf 1.0.1-SNAPSHOT .... SKIPPED [INFO] org.eclipse.papyrus.outline.emftree 2.0.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.examples.infra 1.0.1-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.example.infra.servicesregistry.retrieval 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.examples.others 1.0.1-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.example.text.instance 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.examples.uml 1.0.1-SNAPSHOT .... SKIPPED [INFO] org.eclipse.papyrus.example.uml.comment.editor.newresource 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.example.uml.comment.editor.sharedresource 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.emftree 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textual.editors.example 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.disable.helper.advices.example 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.examples.uml.diagrams 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.example.uml.nattable.actions 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.example.uml.nattable.empty.line 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.example.uml.services.decorator 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.examples-user 1.0.1-SNAPSHOT ... SKIPPED [INFO] org.eclipse.papyrus.examples.user.qvto 2.1.0-SNAPSHOT SKIPPED [INFO] Papyrus Main Features 0.0.1-SNAPSHOT ............... SKIPPED [INFO] org.eclipse.papyrus.views.validation.feature 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.modelexplorer.feature 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.references.feature 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.properties.feature 3.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.documentation.feature 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.search.feature 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.feature 2.0.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.papyrus.doc.feature 3.1.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.papyrus.uml.expressions.feature 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.decoratormodel.feature 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.architecture.feature 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.xtext.integration.feature 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.ui.feature 1.2.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.uml.tools.feature 3.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.modelexplorer.feature 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.feature 4.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.properties.feature 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.internationalization.feature 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.feature 2.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.search.feature 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.feature 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.css.feature 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.css.feature 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.alf.feature 3.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.m2m.qvto.feature 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.feature 5.1.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.papyrus.editor.feature 2.0.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.emf.feature 1.1.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.papyrus.infra.emf.expressions.feature 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.feature 3.2.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.feature 3.0.200-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.internationalization.feature 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.core.feature 3.1.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.ui.feature 3.1.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.viewpoints.feature 3.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.widget.feature 3.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.feature 3.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.architecture.feature 1.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.feature 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.feature 3.3.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.papyrus.emf.facet.feature 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.sdk.feature 6.6.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.papyrus.infra.textedit.feature 1.1.0-SNAPSHOT SKIPPED [INFO] Papyrus Examples Features 0.0.1-SNAPSHOT ........... SKIPPED [INFO] org.eclipse.papyrus.user.examples.feature 0.0.3-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.main.targetplatform 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.releng 1.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Toolsmiths Features 0.0.1-SNAPSHOT ......... SKIPPED [INFO] Papyrus Toolsmiths Plugins 0.0.1-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.papyrus.dev.view.services.edit.request 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.architectureview 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.gmf-tooling 0.0.1-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.papyrus.gmf.common 2.0.0-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.papyrus.gmf.validate 1.2.0-SNAPSHOT .... SKIPPED [INFO] org.eclipse.papyrus.gmf.codegen 3.0.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.papyrus.dev.types 4.1.0-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.papyrus.dev.pluginexplorer 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.commandstack 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.gmf.figureview 2.0.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.gmf.editpoliciesstates 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.gmf.editpartview 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.dev.ui 1.1.0-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.css.debug 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.debug.feature 1.0.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.papyrus.gmf.codegen.edit 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.mwe2.utils 2.0.0-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.papyrus.gmf.codegen.ui 1.4.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.gmf.codegen.xtend 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.gmf.codegen.xtend.ui 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.codegen 2.0.0-SNAPSHOT ......... SKIPPED [INFO] Papyrus UML Assistants 0.0.1-SNAPSHOT .............. SKIPPED [INFO] org.eclipse.papyrus.uml.profile.types.generator 3.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.profile.assistants.generator 5.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.dev.assistants.codegen 2.1.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.diagramgen.feature 1.3.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.tests.junit-framework 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.junit.framework 2.2.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.junit.utils 3.3.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.papyrus.bundles.tests 3.1.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.papyrus.junit.feature 1.2.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.papyrus.releng.tools 3.2.0-SNAPSHOT .... SKIPPED [INFO] org.eclipse.papyrus.dev.project.management 2.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.releng.feature 1.2.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.validations 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.validation.common 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Toolsmithis - Builder 0.0.1-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.plugin.builder 1.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.builder.feature 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.nattable 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.m2m.qvto.tests.tools 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.expressions 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.types.ui.properties 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.properties.toolsmiths 3.2.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.properties.generation 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor 4.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.ecore 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.types.ui.properties 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.profile-migration 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.ui 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.profilemigration 1.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.edit 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.palette 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.customization.nattableconfiguration 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.editor 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths 2.1.0-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.feature 1.3.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.profile.newchildmenu.generator 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.profile.types.generator.ui 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.profile.assistants.generator.ui 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.assistants.feature 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.validation.newchild 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.validation.properties 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.validation.architecture 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.validation.profile 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.validation.feature 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.targetplatform 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.tests.releng 0.0.1-SNAPSHOT .... SKIPPED [INFO] org.eclipse.papyrus.plugins.tests.releng 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.tests.releng 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.main.test 1.2.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.editor.tests.releng 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.editor.integration.tests 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.views.tests 2.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.common.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.tests.infra.nattable.feature 1.4.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.core.tests.releng 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.core.clipboard.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.tests.releng 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.tests.releng 1.2.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.component.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.tests.releng 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.canonical.tests 2.1.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.dynamic.profile.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.common.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.composite.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.sequence.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.deployment.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.wizards.tests 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.profile.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.activity.tests 2.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.timing.tests 2.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.clazz.tests 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.usecase.tests 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.tests.uml.diagram.feature 1.2.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.tests 0.0.1-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.emf.facet.architecture.tests 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.tests.emf.facet.feature 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.tests.releng 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.validation.common.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.validation.architecture.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.validation.properties.tests 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.validation.profile.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.validation.newchild.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.tests 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.tests.toolsmiths.feature 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.css.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.decoratormodel.tests.releng 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.decoratormodel.tests 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode.tests 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.tests.uml.decoratormodel.feature 1.2.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.assistants.tests.releng 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.profile.types.generator.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.profile.assistants.generator.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.tests.uml.assistants.feature 1.2.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.tests.releng 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.property.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.parameter.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.port.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.tests.feature 1.2.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.tools.tests.releng 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.tools.tests 4.1.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.uml.tools.utils.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.tests.uml.tools.feature 1.2.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.model.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.main.test 1.2.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.generic.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.clazz.config.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.matrix.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.core.tests 4.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.tests.uml.nattable.feature 1.3.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.tests.releng 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.controlmode.tests 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.resourceloading.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.edit.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.semantic.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.edit.ui.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.tests.infra.services.feature 1.2.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.tests.releng 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.modelexplorer.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.documentation.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.tests.views.feature 1.2.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.profile.tests.releng 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.profile.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.modelexplorer.tests.releng 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.modelexplorer.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.service.types.tests 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.properties.tests 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.types.core.tests 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.profile.drafter.tests 2.2.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.modelrepair.tests 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.filters.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.service.types.ui.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.tests.uml.feature 1.2.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.filters.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.tests.releng 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.ui.emf.tests 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.ui.tests 2.0.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.tests 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.readonly.tests 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.types.tests.releng 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.types.tests 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.properties.tests.releng 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.properties.ui.tests 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.menu.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.viewpoints.tests.releng 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.viewpoints.policy.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.tools.tests 2.2.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.editor.tests.releng 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.editor.welcome.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.welcome.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.commands.tests 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.tests 2.1.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.types.ui.tests 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.common.tests 4.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.gmf.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.tests.infra.feature 1.2.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.core.sasheditor.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.core.sasheditor.di.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.tests.infra.core.feature 1.2.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.tests.feature 2.0.100-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.infra.emf.expressions.main.tests 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.expressions.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.tests.infra.emf.expressions.feature 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.internationalization.main.test 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.internationalization.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.tests.infra.internationalization.feature 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.expressions.tests.releng 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.expressions.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.tests.uml.expressions.feature 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.internationalization.main.test 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.internationalization.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.internationalization.controlmode.tests 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.tests.uml.internationalization.feature 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.alf.tests 2.0.100-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.uml.alf.tests.feature 1.2.0-SNAPSHOT SKIPPED [INFO] Papyrus Tests Features 0.0.1-SNAPSHOT .............. SKIPPED [INFO] org.eclipse.papyrus.developer.suite.tests 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.bundles.tests 0.0.1-SNAPSHOT ... SKIPPED [INFO] org.eclipse.papyrus.eclipse.project.editors.tests 3.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.editors.suite.tests 1.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.core.suite.tests 1.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.suite.tests 1.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.labelprovider.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.architecture.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.ui.architecture.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.suite.tests 1.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.newchild.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.suite.tests 1.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.communication.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.statemachine.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.interactionoverview.tests 2.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.suite.tests 1.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.dnd.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.properties.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.stereotype.display.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.suite.tests 1.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.suite.tests 1.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.validation.tests.releng 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.validation.tests.staticprofile 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.validation.tests.genvalidation 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.validation.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.architecture.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.suite.tests 1.1.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.uml.alf.tests.releng 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.alf.backend.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.properties.toolsmiths.tests 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.suite.tests 1.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.documentation.tests.releng 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.main.tests.releng 1.2.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.main.tests.targetplatform 0.0.1-SNAPSHOT SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:04 min [INFO] Finished at: 2024-04-02T15:47:57Z [INFO] ------------------------------------------------------------------------ [ERROR] Cannot resolve dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.tools:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/pom.xml: See log for details [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. Build step 'Invoke top-level Maven targets' marked build as failure Terminating xvnc. Sending e-mails to: quentin.lemenez@cea.fr Finished: FAILURE