Skip to content

Console Output

22:57:08 Started by timer
22:57:08 Running as SYSTEM
22:57:08 Agent centos-7-agent-6gb-x2lcl is provisioned from template centos-7-agent-6gb
22:57:08 ---
22:57:08 apiVersion: "v1"
22:57:08 kind: "Pod"
22:57:08 metadata:
22:57:08   labels:
22:57:08     jenkins: "slave"
22:57:08     jenkins/label-digest: "de02caf14dbfcb1d94e30c9c37462a09f82dcb33"
22:57:08     jenkins/label: "centos-7-6gb"
22:57:08   name: "centos-7-agent-6gb-x2lcl"
22:57:08   namespace: "papyrus"
22:57:08 spec:
22:57:08   containers:
22:57:08   - env:
22:57:08     - name: "JENKINS_SECRET"
22:57:08       value: "********"
22:57:08     - name: "JENKINS_TUNNEL"
22:57:08       value: "jenkins-discovery.papyrus.svc.cluster.local:50000"
22:57:08     - name: "JENKINS_AGENT_NAME"
22:57:08       value: "centos-7-agent-6gb-x2lcl"
22:57:08     - name: "JENKINS_REMOTING_JAVA_OPTS"
22:57:08       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
22:57:08         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
22:57:08     - name: "JAVA_TOOL_OPTIONS"
22:57:08       value: ""
22:57:08     - name: "_JAVA_OPTIONS"
22:57:08       value: ""
22:57:08     - name: "OPENJ9_JAVA_OPTIONS"
22:57:08       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
22:57:08     - name: "JENKINS_NAME"
22:57:08       value: "centos-7-agent-6gb-x2lcl"
22:57:08     - name: "JENKINS_AGENT_WORKDIR"
22:57:08       value: "/home/jenkins/agent"
22:57:08     - name: "JENKINS_URL"
22:57:08       value: "http://jenkins-ui.papyrus.svc.cluster.local/papyrus/"
22:57:08     image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc"
22:57:08     imagePullPolicy: "Always"
22:57:08     name: "jnlp"
22:57:08     resources:
22:57:08       limits:
22:57:08         cpu: "2000m"
22:57:08         memory: "6144Mi"
22:57:08       requests:
22:57:08         cpu: "1000m"
22:57:08         memory: "6144Mi"
22:57:08     tty: true
22:57:08     volumeMounts:
22:57:08     - mountPath: "/home/jenkins/.m2/toolchains.xml"
22:57:08       name: "m2-dir"
22:57:08       readOnly: true
22:57:08       subPath: "toolchains.xml"
22:57:08     - mountPath: "/home/jenkins/.mavenrc"
22:57:08       name: "m2-dir"
22:57:08       readOnly: true
22:57:08       subPath: ".mavenrc"
22:57:08     - mountPath: "/opt/tools"
22:57:08       name: "volume-0"
22:57:08       readOnly: false
22:57:08     - mountPath: "/home/jenkins"
22:57:08       name: "volume-2"
22:57:08       readOnly: false
22:57:08     - mountPath: "/home/jenkins/.m2/repository"
22:57:08       name: "volume-3"
22:57:08       readOnly: false
22:57:08     - mountPath: "/home/jenkins/.m2/settings-security.xml"
22:57:08       name: "m2-secret-dir"
22:57:08       readOnly: true
22:57:08       subPath: "settings-security.xml"
22:57:08     - mountPath: "/home/jenkins/.m2/wrapper"
22:57:08       name: "volume-4"
22:57:08       readOnly: false
22:57:08     - mountPath: "/home/jenkins/.m2/settings.xml"
22:57:08       name: "m2-secret-dir"
22:57:08       readOnly: true
22:57:08       subPath: "settings.xml"
22:57:08     - mountPath: "/home/jenkins/.ssh"
22:57:08       name: "volume-1"
22:57:08       readOnly: false
22:57:08       subPath: ""
22:57:08     - mountPath: "/home/jenkins/agent"
22:57:08       name: "workspace-volume"
22:57:08       readOnly: false
22:57:08     workingDir: "/home/jenkins/agent"
22:57:08   nodeSelector:
22:57:08     kubernetes.io/os: "linux"
22:57:08   restartPolicy: "Never"
22:57:08   volumes:
22:57:08   - name: "volume-0"
22:57:08     persistentVolumeClaim:
22:57:08       claimName: "tools-claim-jiro-papyrus"
22:57:08       readOnly: true
22:57:08   - name: "m2-secret-dir"
22:57:08     secret:
22:57:08       secretName: "m2-secret-dir"
22:57:08   - emptyDir:
22:57:08       medium: ""
22:57:08     name: "volume-2"
22:57:08   - configMap:
22:57:08       name: "m2-dir"
22:57:08     name: "m2-dir"
22:57:08   - configMap:
22:57:08       name: "known-hosts"
22:57:08     name: "volume-1"
22:57:08   - emptyDir:
22:57:08       medium: ""
22:57:08     name: "workspace-volume"
22:57:08   - emptyDir:
22:57:08       medium: ""
22:57:08     name: "volume-4"
22:57:08   - emptyDir:
22:57:08       medium: ""
22:57:08     name: "volume-3"
22:57:08 
22:57:08 Building remotely on centos-7-agent-6gb-x2lcl (centos-7-6gb) in workspace /home/jenkins/agent/workspace/Papyrus-Master
22:57:08 The recommended git tool is: NONE
22:57:10 No credentials specified
22:57:10 Cloning the remote Git repository
22:57:10 Cloning repository https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git
22:57:10  > git init /home/jenkins/agent/workspace/Papyrus-Master/source # timeout=10
22:57:10 Fetching upstream changes from https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git
22:57:10  > git --version # timeout=10
22:57:10  > git --version # 'git version 2.36.6'
22:57:10  > git fetch --tags --force --progress -- https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git +refs/heads/*:refs/remotes/origin/* # timeout=10
23:00:38  > git config remote.origin.url https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git # timeout=10
23:00:38  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
23:00:39 Avoid second fetch
23:00:39  > git rev-parse origin/master^{commit} # timeout=10
23:00:39 Checking out Revision 34ea60aa61da23bfaa8fae7d2106715848f8abdb (origin/master)
23:00:39  > git config core.sparsecheckout # timeout=10
23:00:39  > git checkout -f 34ea60aa61da23bfaa8fae7d2106715848f8abdb # timeout=10
23:00:45 Commit message: "[Releng] Update targetplatforms for Eclipse 2024-06 M2"
23:00:45  > git rev-list --no-walk 34ea60aa61da23bfaa8fae7d2106715848f8abdb # timeout=10
23:00:45 Cleaning workspace
23:00:45  > git rev-parse --verify HEAD # timeout=10
23:00:45 Resetting working tree
23:00:45  > git reset --hard # timeout=10
23:00:46  > git clean -fdx # timeout=10
23:00:46 [Papyrus-Master] $ /opt/tools/apache-maven/latest/bin/mvn -f source/releng/main/pom.xml -DSIGN=false -DBUILD_ALIAS= -Dmaven.repo.local=/home/jenkins/agent/workspace/Papyrus-Master/.repository clean verify
23:00:47 Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
23:00:47 Maven home: /opt/tools/apache-maven/latest
23:00:47 Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
23:00:47 Default locale: en_US, platform encoding: UTF-8
23:00:47 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
23:00:49 [INFO] Scanning for projects...
23:01:04 [INFO] Tycho Version:  4.0.3 (88e4728c5da382f02c0459c918c2683048f95740)
23:01:04 [INFO] Tycho Mode:     project
23:01:04 [INFO] Tycho Builder:  maven
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:20 [WARNING] No explicit target runtime environment configuration. Build is platform dependent.
23:01:26 [INFO] ------------------------------------------------------------------------
23:01:26 [INFO] Reactor Build Order:
23:01:26 [INFO] 
23:01:26 [INFO] org.eclipse.papyrus.main.releng                                    [pom]
23:01:26 [INFO] Papyrus Main Plugins                                               [pom]
23:01:26 [INFO] Papyrus EMF                                                        [pom]
23:01:26 [INFO] Papyrus Infra                                                      [pom]
23:01:26 [INFO] Papyrus Infra Core                                                 [pom]
23:01:26 [INFO] org.eclipse.papyrus.infra.core.log                      [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf                                 [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.ui                              [eclipse-plugin]
23:01:26 [INFO] EMF Facet, the Papyrus Edition                                     [pom]
23:01:26 [INFO] Papyrus EMF Facet Editors                                          [pom]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.custom.doc                [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.util.emf.catalog          [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.efacet.metamodel          [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.util.core                 [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.util.pde.core             [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.efacet                    [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.util.emf.core             [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.efacet.catalog            [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.efacet.core               [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.util.ui                   [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.util.swt                  [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.common.core               [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.common.ui                 [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.util.emf.ui               [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.efacet.sdk.ui             [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel          [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.custom.core               [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.common.sdk.core           [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.custom.sdk.core           [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.query.java                [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.tools                         [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.query.java.metamodel      [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.query.java.core           [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.util.jface.ui             [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.custom.ui                 [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.widgets                   [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.widgets.celleditors       [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.custom.sdk.ui             [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.efacet.metamodel.edit     [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.query.ocl.metamodel       [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.edit     [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.editor   [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.doc                       [eclipse-plugin]
23:01:26 [INFO] Papyrus Infra Element Types Configurations                         [pom]
23:01:26 [INFO] org.eclipse.papyrus.infra.types                         [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.core.architecture             [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.architecture              [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.types.edit                    [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.core.architecture.edit        [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.architecture.edit         [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.aggregate.doc             [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.efacet.doc                [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.efacet.edit               [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.efacet.editor             [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.efacet.ui                 [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.query.java.sdk.ui         [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.query.ocl.core            [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui          [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.util.emf.doc              [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore [eclipse-plugin]
23:01:26 [INFO] Papyrus Infra Architecture                                         [pom]
23:01:26 [INFO] org.eclipse.papyrus.infra.core.sashwindows.di           [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.core                          [eclipse-plugin]
23:01:26 [INFO] Papyrus Infra Services                                             [pom]
23:01:26 [INFO] org.eclipse.papyrus.infra.services.markerlistener       [eclipse-plugin]
23:01:26 [INFO] Papyrus EMF Infrastructure                                         [pom]
23:01:26 [INFO] org.eclipse.papyrus.infra.emf                           [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.services.edit                 [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.architecture                  [eclipse-plugin]
23:01:26 [INFO] Papyrus Infra Constraints                                          [pom]
23:01:26 [INFO] org.eclipse.papyrus.infra.constraints                   [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.architecture.representation   [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.constraints.edit              [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.architecture.representation.edit [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.core.sasheditor               [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.core.sasheditor.di            [eclipse-plugin]
23:01:26 [INFO] Papyrus Infra One-file                                             [pom]
23:01:26 [INFO] Papyrus Views                                                      [pom]
23:01:26 [INFO] Papyrus Properties View                                            [pom]
23:01:26 [INFO] org.eclipse.papyrus.views.properties.services           [eclipse-plugin]
23:01:26 [INFO] Papyrus Infra UI                                                   [pom]
23:01:26 [INFO] org.eclipse.papyrus.infra.widgets.toolbox               [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.services.labelprovider        [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.widgets                       [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.ui                            [eclipse-plugin]
23:01:26 [INFO] Papyrus Internationalization                                       [pom]
23:01:26 [INFO] org.eclipse.papyrus.infra.internationalization.common   [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.emf.gmf                       [eclipse-plugin]
23:01:26 [INFO] Papyrus EMF Expressions Infrastructure                             [pom]
23:01:26 [INFO] org.eclipse.papyrus.infra.emf.expressions               [eclipse-plugin]
23:01:26 [INFO] Papyrus Nattable                                                   [pom]
23:01:26 [INFO] org.eclipse.papyrus.infra.nattable.model                [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.internationalization          [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.onefile                       [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.constraints.editor            [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.constraints.ui                [eclipse-plugin]
23:01:26 [INFO] Papyrus Editor Welcome Page                                        [pom]
23:01:26 [INFO] Papyrus Infra Properties Framework                                 [pom]
23:01:26 [INFO] org.eclipse.papyrus.infra.properties                    [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.emf.readonly                  [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.ui.emf                        [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.properties.ui                 [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.editor.welcome                [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.services.navigation           [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.editor.welcome.nattable       [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.emf.appearance                [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.emf.diagram.common            [eclipse-plugin]
23:01:26 [INFO] Papyrus Infra Filters Model                                        [pom]
23:01:26 [INFO] org.eclipse.papyrus.infra.filters                       [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.types.core                    [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.types.rulebased               [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.filters.edit                  [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.emf.types                     [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.properties.edit               [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.emf.types.ui                  [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.emf.expressions.edit          [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.emf.expressions.editor        [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.emf.expressions.properties    [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.properties.editor             [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.services.architecture         [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.services.controlmode          [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.services.controlmode.history  [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.services.decoration           [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.services.edit.ui              [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.services.localizer            [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.services.openelement          [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.services.resourceloading      [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.services.resourceloading.ui   [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.services.semantic             [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.services.validation           [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.services.viewersearch         [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.services.viewlabelprovider    [eclipse-plugin]
23:01:26 [INFO] Papyrus Infra New-Child Model                                      [pom]
23:01:26 [INFO] org.eclipse.papyrus.infra.nattable.representation       [eclipse-plugin]
23:01:26 [INFO] Papyrus Diagram Infrastructure                                     [pom]
23:01:26 [INFO] Papyrus UML Diagram PaletteConfiguration                           [pom]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration  [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.representation        [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.internationalization.utils    [eclipse-plugin]
23:01:26 [INFO] Papyrus Infra Viewpoints                                           [pom]
23:01:26 [INFO] org.eclipse.papyrus.infra.viewpoints.policy             [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.commands              [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.newchild                      [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.newchild.edit                 [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.newchild.editor               [eclipse-plugin]
23:01:26 [INFO] Papyrus Infra TextEdit                                             [pom]
23:01:26 [INFO] org.eclipse.papyrus.infra.textedit                      [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.textedit.edit                 [eclipse-plugin]
23:01:26 [INFO] Papyrus Infra Other Bundles                                        [pom]
23:01:26 [INFO] org.eclipse.papyrus.infra.guava                         [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.sync                          [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.style                 [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.tooling.runtime       [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.common                [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors [eclipse-plugin]
23:01:26 [INFO] Papyrus Model Explorer View                                        [pom]
23:01:26 [INFO] org.eclipse.papyrus.views.modelexplorer                 [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.textedit.modelexplorer        [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.textedit.properties           [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.textedit.representation       [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.textedit.ui                   [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.textedit.representation.architecture [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.textedit.representation.edit  [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.textedit.types                [eclipse-plugin]
23:01:26 [INFO] Papyrus UML                                                        [pom]
23:01:26 [INFO] Papyrus UML Xtext Integration                                      [pom]
23:01:26 [INFO] org.eclipse.papyrus.uml.xtext.integration.core          [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.extensionpoints.editors             [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.textedit.xtext                [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.types.editor                  [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.types.ui                      [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.nattable                      [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.emf.nattable                  [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.nattable.common               [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.nattable.controlmode          [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.nattable.model.edit           [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.nattable.model.editor         [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.nattable.modelexplorer        [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.nattable.properties           [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.nattable.views.config         [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.nattable.views.editor         [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.nattable.representation.edit  [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.nattable.gmfdiag              [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.ui.fonts                      [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.ui.architecture               [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.ui.resources                  [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.onefile.ui                    [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.newchild.ui                   [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.hyperlink                     [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.psf                           [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.internationalization.edit     [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.internationalization.ui       [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.internationalization.controlmode [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.internationalization.readonly [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.editor.welcome.internationalization [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.canonical             [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.controlmode           [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.model             [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.model.edit        [eclipse-plugin]
23:01:26 [INFO] Papyrus Diagram Expansion                                          [pom]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion             [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.dnd                   [eclipse-plugin]
23:01:26 [INFO] Papyrus Diagram CSS Support                                        [pom]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.css                   [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.export                [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.gef                   [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter        [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.preferences           [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.navigation            [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.hyperlink             [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.menu                  [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.modelexplorer         [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.outline               [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.properties            [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.viewersearcher        [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.welcome               [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.widgets               [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.representation.edit   [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.style.edit            [eclipse-plugin]
23:01:26 [INFO] Papyrus Diagram Assistants                                         [pom]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant             [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.edit        [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.editor      [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.ui          [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.css3.xtext            [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.properties        [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.configuration     [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.theme             [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui         [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.views.modelexplorer.newchild        [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.views.modelexplorer.resourceloading [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.views.modelexplorer.widgets         [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.views.properties                    [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.views.properties.model.xwt          [eclipse-plugin]
23:01:26 [INFO] Papyrus Validation View                                            [pom]
23:01:26 [INFO] org.eclipse.papyrus.views.validation                    [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.views.search                        [eclipse-plugin]
23:01:26 [INFO] Papyrus References View                                            [pom]
23:01:26 [INFO] org.eclipse.papyrus.views.references                    [eclipse-plugin]
23:01:26 [INFO] Papyrus Documentation View                                         [pom]
23:01:26 [INFO] Papyrus UML Internationalization                                   [pom]
23:01:26 [INFO] org.eclipse.papyrus.uml.internationalization.utils      [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.internationalization.edit       [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.extensionpoints                 [eclipse-plugin]
23:01:26 [INFO] Papyrus UML Tools                                                  [pom]
23:01:26 [INFO] org.eclipse.papyrus.uml.tools.utils                     [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.tools                           [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.appearance                      [eclipse-plugin]
23:01:26 [INFO] Papyrus UML Diagrams                                               [pom]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.common                  [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.types.core                      [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.ui                              [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.views.documentation                 [eclipse-plugin]
23:01:26 [INFO] Papyrus Editor                                                     [pom]
23:01:26 [INFO] org.eclipse.papyrus.eclipse.project.editors             [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.editor                              [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.editor.perspectiveconfiguration     [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.commands                        [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.controlmode.profile             [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.documentation.profile           [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.filters                         [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.filters.edit                    [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.icons                           [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.modelrepair                     [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.profile                         [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.import                          [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.export                          [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.navigation                      [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.oclconstraintevaluation         [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.wizards                 [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.perspective                     [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.resourceloading.profile         [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.search.ui                       [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.service.types                   [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.service.types.ui                [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.service.validation              [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.services.decoration             [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.templaterepository              [eclipse-plugin]
23:01:26 [INFO] Papyrus UML ALF                                                    [pom]
23:01:26 [INFO] org.eclipse.papyrus.uml.alf                             [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.alf.common                      [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.alf.common.ui                   [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.alf.libraries                   [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.alf.to.fuml                     [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.alf.ui                          [eclipse-plugin]
23:01:26 [INFO] Papyrus UML Architecture                                           [pom]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.activity                [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.communication           [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.interactionoverview     [eclipse-plugin]
23:01:26 [INFO] Papyrus UML Nattable                                               [pom]
23:01:26 [INFO] org.eclipse.papyrus.uml.nattable.generic.config         [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.deployment              [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.clazz                   [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.component               [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.composite               [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.nattable                        [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.nattable.clazz.config           [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.stereotype.edition      [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.menu                    [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.sequence                [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.statemachine            [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.timing                  [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.usecase                 [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.profile                 [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.architecture                    [eclipse-plugin]
23:01:26 [INFO] Papyrus UML Decorator Models                                       [pom]
23:01:26 [INFO] org.eclipse.papyrus.uml.decoratormodel                  [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode      [eclipse-plugin]
23:01:26 [INFO] Papyrus UML Properties                                             [pom]
23:01:26 [INFO] org.eclipse.papyrus.uml.properties                      [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.decoratormodel.ui               [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.decoratormodel.properties       [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.common.groups           [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.css                     [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.dnd                     [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.icons                   [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.linklf                  [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.modelexplorer           [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.navigation              [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.symbols                 [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.sequence.restrictions   [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.symbols.properties      [eclipse-plugin]
23:01:26 [INFO] Papyrus UML Expressions Infrastructure                             [pom]
23:01:26 [INFO] org.eclipse.papyrus.uml.expressions                     [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.expressions.edit                [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.expressions.properties          [eclipse-plugin]
23:01:26 [INFO] Papyrus UML Model Explorer                                         [pom]
23:01:26 [INFO] org.eclipse.papyrus.uml.modelexplorer                   [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.modelexplorer.widgets           [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.nattable.generic                [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.nattable.matrix                 [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.nattable.menu                   [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.nattable.properties             [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.nattable.richtext               [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.nattable.stereotype.display     [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.xtext.integration.ui            [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.nattable.xtext.integration      [eclipse-plugin]
23:01:26 [INFO] Papyrus UML Textual Edit                                           [pom]
23:01:26 [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.nattable.xtext.valuespecification [eclipse-plugin]
23:01:26 [INFO] Papyrus UML Profile                                                [pom]
23:01:26 [INFO] org.eclipse.papyrus.uml.profile.drafter                 [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.profile.drafter.documentation   [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.properties.xtext                [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.textedit.common.xtext           [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.textedit.collaborationuse.xtext [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.textedit.common.xtext.ui        [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.textedit.javaconstraint         [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.textedit.message.xtext          [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.textedit.message.xtext.ui       [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.textedit.parameter.xtext        [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.textedit.parameter.xtext.ui     [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.textedit.port.xtext             [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.textedit.port.xtext.ui          [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.textedit.property.xtext         [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.textedit.property.xtext.ui      [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.textedit.state.xtext            [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.textedit.state.xtext.ui         [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.textedit.transition.xtext       [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.textedit.transition.xtext.ui    [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.xtext.integration.validation    [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.internationalization            [eclipse-plugin]
23:01:26 [INFO] Papyrus M2M QvTo                                                   [pom]
23:01:26 [INFO] org.eclipse.papyrus.uml.m2m.qvto.common                 [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes      [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.plugins-doc                                    [pom]
23:01:26 [INFO] Papyrus - API migration documentation                   [eclipse-plugin]
23:01:26 [INFO] Papyrus Copypaste UI doc                                [eclipse-plugin]
23:01:26 [INFO] Papyrus Developer doc                                   [eclipse-plugin]
23:01:26 [INFO] Papyrus DSML Validation doc                             [eclipse-plugin]
23:01:26 [INFO] Papyrus Infra doc                                       [eclipse-plugin]
23:01:26 [INFO] Papyrus Infra GmfDiag Common doc                        [eclipse-plugin]
23:01:26 [INFO] Papyrus Infra GmfDiag Css doc                           [eclipse-plugin]
23:01:26 [INFO] Papyrus Infra Expression doc                            [eclipse-plugin]
23:01:26 [INFO] Papyrus Internationalization doc                        [eclipse-plugin]
23:01:26 [INFO] Papyrus Infra Nattable doc                              [eclipse-plugin]
23:01:26 [INFO] Papyrus Infra Newchild doc                              [eclipse-plugin]
23:01:26 [INFO] Papyrus Infra Services ControlMode doc                  [eclipse-plugin]
23:01:26 [INFO] Papyrus Infra Service decoration doc                    [eclipse-plugin]
23:01:26 [INFO] Papyrus Infra Service decoration doc                    [eclipse-plugin]
23:01:26 [INFO] Papyrus Infra Architecture doc                          [eclipse-plugin]
23:01:26 [INFO] Papyrus Infra Types doc                                 [eclipse-plugin]
23:01:26 [INFO] Papyrus Req Reqif doc                                   [eclipse-plugin]
23:01:26 [INFO] Papyrus Uml DecoratorModel doc                          [eclipse-plugin]
23:01:26 [INFO] Papyrus Uml Diagram Common doc                          [eclipse-plugin]
23:01:26 [INFO] Papyrus Uml Diagram profile doc                         [eclipse-plugin]
23:01:26 [INFO] Papyrus Uml doc                                         [eclipse-plugin]
23:01:26 [INFO] Papyrus Uml Search UI doc                               [eclipse-plugin]
23:01:26 [INFO] Papyrus ModelRepair doc                                 [eclipse-plugin]
23:01:26 [INFO] Papyrus Uml Profile Assistants doc                      [eclipse-plugin]
23:01:26 [INFO] Papyrus Uml Diagram Customization from a Profile doc    [eclipse-plugin]
23:01:26 [INFO] Papyrus Profile Types doc                               [eclipse-plugin]
23:01:26 [INFO] Papyrus Uml Search UI doc                               [eclipse-plugin]
23:01:26 [INFO] Papyrus Views Properties doc                            [eclipse-plugin]
23:01:26 [INFO] Papyrus Views References doc                            [eclipse-plugin]
23:01:26 [INFO] Papyrus Views References doc                            [eclipse-plugin]
23:01:26 [INFO] Papyrus Views References doc                            [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.doc     [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.toolsmiths.architecture.doc         [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.toolsmiths.validation.doc           [eclipse-plugin]
23:01:26 [INFO] Papyrus Toolsmiths Plug-in Builders doc                 [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc  [eclipse-plugin]
23:01:26 [INFO] Papyrus SDK                                                        [pom]
23:01:26 [INFO] org.eclipse.papyrus.sdk                                 [eclipse-plugin]
23:01:26 [INFO] Papyrus Examples Plugins                                           [pom]
23:01:26 [INFO] org.eclipse.papyrus.examples.core                                  [pom]
23:01:26 [INFO] org.eclipse.papyrus.example.core.lifecycleevents        [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.example.core.sashwindows.fulleditor [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.example.core.sashwindows.simpleeditor [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.examples.emf                                   [pom]
23:01:26 [INFO] org.eclipse.papyrus.outline.emftree                     [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.examples.infra                                 [pom]
23:01:26 [INFO] org.eclipse.papyrus.example.infra.servicesregistry.retrieval [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.examples.others                                [pom]
23:01:26 [INFO] org.eclipse.papyrus.example.text.instance               [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.examples.uml                                   [pom]
23:01:26 [INFO] org.eclipse.papyrus.example.uml.comment.editor.newresource [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.example.uml.comment.editor.sharedresource [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.emftree                 [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.textual.editors.example         [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.uml.disable.helper.advices.example  [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.examples.uml.diagrams               [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.example.uml.nattable.actions        [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.example.uml.nattable.empty.line     [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.example.uml.services.decorator      [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture [eclipse-plugin]
23:01:26 [INFO] org.eclipse.papyrus.examples-user                                  [pom]
23:01:26 [INFO] org.eclipse.papyrus.examples.user.qvto                  [eclipse-plugin]
23:01:26 [INFO] Papyrus Main Features                                              [pom]
23:01:26 [INFO] org.eclipse.papyrus.views.validation.feature           [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.views.modelexplorer.feature        [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.views.references.feature           [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.views.properties.feature           [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.views.documentation.feature        [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.views.search.feature               [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.views.feature                      [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.doc.feature                        [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.uml.expressions.feature            [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.uml.decoratormodel.feature         [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.uml.architecture.feature           [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.uml.xtext.integration.feature      [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.uml.ui.feature                     [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.uml.tools.feature                  [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.uml.modelexplorer.feature          [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.feature                [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.uml.properties.feature             [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.uml.internationalization.feature   [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.uml.textedit.feature               [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.uml.search.feature                 [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.uml.nattable.feature               [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.feature          [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.uml.diagram.css.feature            [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.uml.alf.feature                    [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.uml.m2m.qvto.feature               [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.uml.feature                        [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.editor.feature                     [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.infra.emf.expressions.feature      [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.infra.emf.feature                  [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.infra.gmfdiag.feature              [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.infra.internationalization.feature [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.infra.core.feature                 [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.infra.ui.feature                   [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.infra.viewpoints.feature           [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.infra.widget.feature               [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.infra.services.feature             [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.infra.architecture.feature         [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.infra.nattable.feature             [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.infra.feature                      [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.emf.feature                        [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.emf.facet.feature                  [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.sdk.feature                        [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.infra.textedit.feature             [eclipse-feature]
23:01:26 [INFO] Papyrus Examples Features                                          [pom]
23:01:26 [INFO] org.eclipse.papyrus.user.examples.feature              [eclipse-feature]
23:01:26 [INFO] org.eclipse.papyrus.main.targetplatform      [eclipse-target-definition]
23:01:26 [INFO] org.eclipse.papyrus.p2                              [eclipse-repository]
23:01:26 [INFO] 
23:01:26 [INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.main.releng >---------
23:01:26 [INFO] Building org.eclipse.papyrus.main.releng 0.0.1-SNAPSHOT          [1/487]
23:01:26 [INFO]   from pom.xml
23:01:26 [INFO] --------------------------------[ pom ]---------------------------------
23:01:26 [INFO] 
23:01:26 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.main.releng ---
23:01:26 [INFO] 
23:01:26 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.main.releng ---
23:01:26 [INFO] 
23:01:26 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.main.releng ---
23:01:26 [INFO] 
23:01:26 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.main.releng ---
23:01:26 [INFO] 
23:01:26 [INFO] ----------< org.eclipse.papyrus:org.eclipse.papyrus.plugins >-----------
23:01:26 [INFO] Building Papyrus Main Plugins 0.0.1-SNAPSHOT                     [2/487]
23:01:26 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master/source/plugins/pom.xml
23:01:26 [INFO] --------------------------------[ pom ]---------------------------------
23:01:26 [INFO] 
23:01:26 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.plugins ---
23:01:26 [INFO] 
23:01:26 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.plugins ---
23:01:26 [INFO] 
23:01:26 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.plugins ---
23:01:26 [INFO] 
23:01:26 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.plugins ---
23:01:26 [INFO] 
23:01:26 [INFO] ------------< org.eclipse.papyrus:org.eclipse.papyrus-emf >-------------
23:01:26 [INFO] Building Papyrus EMF 0.0.1-SNAPSHOT                              [3/487]
23:01:26 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master/source/plugins/emf/pom.xml
23:01:26 [INFO] --------------------------------[ pom ]---------------------------------
23:01:26 [INFO] 
23:01:26 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus-emf ---
23:01:26 [INFO] 
23:01:26 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus-emf ---
23:01:26 [INFO] 
23:01:26 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus-emf ---
23:01:26 [INFO] 
23:01:26 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus-emf ---
23:01:26 [INFO] 
23:01:26 [INFO] -----------< org.eclipse.papyrus:org.eclipse.papyrus.infra >------------
23:01:26 [INFO] Building Papyrus Infra 0.0.1-SNAPSHOT                            [4/487]
23:01:26 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master/source/plugins/infra/pom.xml
23:01:26 [INFO] --------------------------------[ pom ]---------------------------------
23:01:26 [INFO] 
23:01:26 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra ---
23:01:26 [INFO] 
23:01:26 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra ---
23:01:26 [INFO] 
23:01:26 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra ---
23:01:26 [INFO] 
23:01:26 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra ---
23:01:26 [INFO] 
23:01:26 [INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.infra-core >---------
23:01:26 [INFO] Building Papyrus Infra Core 0.0.1-SNAPSHOT                       [5/487]
23:01:26 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master/source/plugins/infra/core/pom.xml
23:01:26 [INFO] --------------------------------[ pom ]---------------------------------
23:01:26 [INFO] 
23:01:26 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra-core ---
23:01:26 [INFO] 
23:01:26 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-core ---
23:01:26 [INFO] 
23:01:26 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra-core ---
23:01:26 [INFO] 
23:01:26 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra-core ---
23:01:26 [INFO] 
23:01:26 [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra.core.log >-------
23:01:26 [INFO] Building org.eclipse.papyrus.infra.core.log 2.0.0-SNAPSHOT       [6/487]
23:01:26 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master/source/plugins/infra/core/org.eclipse.papyrus.infra.core.log/pom.xml
23:01:26 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
23:01:30 [INFO] Resolving target definition file:/home/jenkins/agent/workspace/Papyrus-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@16bf9b0a
23:01:30 [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
23:01:30 [INFO]     Cache location:         /home/jenkins/agent/workspace/Papyrus-Master/.repository/.cache/tycho
23:01:30 [INFO]     Transport mode:         online
23:01:30 [INFO]     Http Transport type:    Java11Client
23:01:30 [INFO]     Update mode:            cache first
23:01:30 [INFO]     Minimum cache duration: 60 minutes
23:01:30 [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
23:01:32 [INFO] ------------------------------------------------------------------------
23:01:32 [INFO] Reactor Summary:
23:01:32 [INFO] 
23:01:32 [INFO] org.eclipse.papyrus.main.releng 0.0.1-SNAPSHOT ..... SUCCESS [  0.271 s]
23:01:32 [INFO] Papyrus Main Plugins 0.0.1-SNAPSHOT ................ SUCCESS [  0.008 s]
23:01:32 [INFO] Papyrus EMF 0.0.1-SNAPSHOT ......................... SUCCESS [  0.006 s]
23:01:32 [INFO] Papyrus Infra 0.0.1-SNAPSHOT ....................... SUCCESS [  0.006 s]
23:01:32 [INFO] Papyrus Infra Core 0.0.1-SNAPSHOT .................. SUCCESS [  0.006 s]
23:01:32 [INFO] org.eclipse.papyrus.infra.core.log 2.0.0-SNAPSHOT .. FAILURE [  5.478 s]
23:01:32 [INFO] org.eclipse.papyrus.emf 2.0.0-SNAPSHOT ............. SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.ui 2.0.0-SNAPSHOT .......... SKIPPED
23:01:32 [INFO] EMF Facet, the Papyrus Edition 0.0.1-SNAPSHOT ...... SKIPPED
23:01:32 [INFO] Papyrus EMF Facet Editors 0.0.1-SNAPSHOT ........... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.custom.doc 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.util.emf.catalog 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.efacet.metamodel 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.util.core 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.util.pde.core 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.efacet 2.0.0-SNAPSHOT  SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.util.emf.core 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.efacet.catalog 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.efacet.core 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.util.ui 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.util.swt 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.common.core 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.common.ui 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.util.emf.ui 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.efacet.sdk.ui 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.custom.core 4.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.common.sdk.core 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.custom.sdk.core 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.query.java 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.tools 4.2.0-SNAPSHOT ..... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.query.java.metamodel 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.query.java.core 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.util.jface.ui 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.custom.ui 4.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.widgets 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.widgets.celleditors 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.custom.sdk.ui 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.efacet.metamodel.edit 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.query.ocl.metamodel 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.edit 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.editor 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.doc 2.0.0-SNAPSHOT ... SKIPPED
23:01:32 [INFO] Papyrus Infra Element Types Configurations 0.0.1-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.types 5.0.0-SNAPSHOT ..... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.core.architecture 3.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.architecture 1.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.types.edit 5.0.0-SNAPSHOT  SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.core.architecture.edit 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.architecture.edit 1.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.aggregate.doc 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.efacet.doc 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.efacet.edit 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.efacet.editor 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.efacet.ui 4.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.query.java.sdk.ui 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.query.ocl.core 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.util.emf.doc 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus Infra Architecture 0.0.1-SNAPSHOT .......... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.core.sashwindows.di 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.core 4.4.0-SNAPSHOT ...... SKIPPED
23:01:32 [INFO] Papyrus Infra Services 0.0.1-SNAPSHOT .............. SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.services.markerlistener 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus EMF Infrastructure 0.0.1-SNAPSHOT .......... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.emf 4.4.0-SNAPSHOT ....... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.services.edit 4.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.architecture 3.3.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus Infra Constraints 0.0.1-SNAPSHOT ........... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.constraints 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.architecture.representation 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.constraints.edit 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.architecture.representation.edit 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.core.sasheditor 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.core.sasheditor.di 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus Infra One-file 0.0.1-SNAPSHOT .............. SKIPPED
23:01:32 [INFO] Papyrus Views 0.0.1-SNAPSHOT ....................... SKIPPED
23:01:32 [INFO] Papyrus Properties View 0.0.1-SNAPSHOT ............. SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.views.properties.services 1.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus Infra UI 0.0.1-SNAPSHOT .................... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.widgets.toolbox 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.services.labelprovider 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.widgets 4.3.0-SNAPSHOT ... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.ui 3.5.100-SNAPSHOT ...... SKIPPED
23:01:32 [INFO] Papyrus Internationalization 0.0.1-SNAPSHOT ........ SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.internationalization.common 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.emf.gmf 2.1.0-SNAPSHOT ... SKIPPED
23:01:32 [INFO] Papyrus EMF Expressions Infrastructure 0.0.1-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.emf.expressions 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus Nattable 0.0.1-SNAPSHOT .................... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.nattable.model 5.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.internationalization 2.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.onefile 3.1.0-SNAPSHOT ... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.constraints.editor 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.constraints.ui 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus Editor Welcome Page 0.0.1-SNAPSHOT ......... SKIPPED
23:01:32 [INFO] Papyrus Infra Properties Framework 0.0.1-SNAPSHOT .. SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.properties 4.1.0-SNAPSHOT  SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.emf.readonly 4.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.ui.emf 3.1.100-SNAPSHOT .. SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.properties.ui 4.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.editor.welcome 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.services.navigation 4.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.editor.welcome.nattable 4.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.emf.appearance 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.emf.diagram.common 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus Infra Filters Model 0.0.1-SNAPSHOT ......... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.filters 2.0.0-SNAPSHOT ... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.types.core 5.1.0-SNAPSHOT  SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.types.rulebased 5.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.filters.edit 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.emf.types 5.0.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.properties.edit 4.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.emf.types.ui 5.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.emf.expressions.edit 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.emf.expressions.editor 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.emf.expressions.properties 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.properties.editor 4.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.services.architecture 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.services.controlmode 3.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.services.controlmode.history 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.services.decoration 3.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.services.edit.ui 4.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.services.localizer 3.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.services.openelement 4.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.services.resourceloading 4.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.services.resourceloading.ui 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.services.semantic 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.services.validation 4.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.services.viewersearch 4.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.services.viewlabelprovider 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus Infra New-Child Model 0.0.1-SNAPSHOT ....... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.nattable.representation 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus Diagram Infrastructure 0.0.1-SNAPSHOT ...... SKIPPED
23:01:32 [INFO] Papyrus UML Diagram PaletteConfiguration 0.0.1-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration 5.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.representation 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.internationalization.utils 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus Infra Viewpoints 0.0.1-SNAPSHOT ............ SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.viewpoints.policy 4.0.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.commands 4.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.newchild 5.0.0-SNAPSHOT .. SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.newchild.edit 5.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.newchild.editor 4.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus Infra TextEdit 0.0.1-SNAPSHOT .............. SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.textedit 1.0.0-SNAPSHOT .. SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.textedit.edit 1.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus Infra Other Bundles 0.0.1-SNAPSHOT ......... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.guava 1.0.0-SNAPSHOT ..... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.sync 3.1.0-SNAPSHOT ...... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.style 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.tooling.runtime 4.1.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.common 4.3.300-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus Model Explorer View 0.0.1-SNAPSHOT ......... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.views.modelexplorer 5.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.textedit.modelexplorer 1.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.textedit.properties 1.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.textedit.representation 1.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.textedit.ui 1.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.textedit.representation.architecture 1.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.textedit.representation.edit 1.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.textedit.types 1.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus UML 0.0.1-SNAPSHOT ......................... SKIPPED
23:01:32 [INFO] Papyrus UML Xtext Integration 0.0.1-SNAPSHOT ....... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.xtext.integration.core 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.extensionpoints.editors 4.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.textedit.xtext 1.1.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.types.editor 4.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.types.ui 4.0.0-SNAPSHOT .. SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.nattable 7.1.100-SNAPSHOT  SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.emf.nattable 6.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.nattable.common 6.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.nattable.controlmode 3.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.nattable.model.edit 5.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.nattable.model.editor 6.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.nattable.modelexplorer 5.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.nattable.properties 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.nattable.views.config 6.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.nattable.views.editor 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.nattable.representation.edit 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.nattable.gmfdiag 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.ui.fonts 2.0.0-SNAPSHOT .. SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.ui.architecture 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.ui.resources 2.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.onefile.ui 2.0.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.newchild.ui 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.hyperlink 4.0.0-SNAPSHOT . SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.psf 2.0.0-SNAPSHOT ....... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.internationalization.edit 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.internationalization.ui 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.internationalization.controlmode 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.internationalization.readonly 2.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.editor.welcome.internationalization 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.canonical 3.1.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.controlmode 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.model 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.model.edit 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus Diagram Expansion 0.0.1-SNAPSHOT ........... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion 4.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.dnd 2.0.100-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus Diagram CSS Support 0.0.1-SNAPSHOT ......... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.css 3.0.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.export 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.gef 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.preferences 4.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.navigation 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.hyperlink 4.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.menu 2.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.modelexplorer 2.0.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.outline 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.properties 5.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.viewersearcher 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.welcome 2.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.widgets 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit 5.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.representation.edit 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.style.edit 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus Diagram Assistants 0.0.1-SNAPSHOT .......... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant 2.1.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.edit 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.editor 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.ui 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.css3.xtext 4.0.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.properties 4.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.configuration 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.theme 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui 4.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.views.modelexplorer.newchild 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.views.modelexplorer.resourceloading 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.views.modelexplorer.widgets 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.views.properties 5.0.0-SNAPSHOT  SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.views.properties.model.xwt 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus Validation View 0.0.1-SNAPSHOT ............. SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.views.validation 3.1.0-SNAPSHOT  SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.views.search 3.1.0-SNAPSHOT .... SKIPPED
23:01:32 [INFO] Papyrus References View 0.0.1-SNAPSHOT ............. SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.views.references 3.0.0-SNAPSHOT  SKIPPED
23:01:32 [INFO] Papyrus Documentation View 0.0.1-SNAPSHOT .......... SKIPPED
23:01:32 [INFO] Papyrus UML Internationalization 0.0.1-SNAPSHOT .... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.internationalization.utils 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.internationalization.edit 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.extensionpoints 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus UML Tools 0.0.1-SNAPSHOT ................... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.tools.utils 4.1.0-SNAPSHOT . SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.tools 5.2.0-SNAPSHOT ....... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.appearance 3.0.0-SNAPSHOT .. SKIPPED
23:01:32 [INFO] Papyrus UML Diagrams 0.0.1-SNAPSHOT ................ SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.common 5.1.200-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.types.core 5.0.0-SNAPSHOT .. SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.ui 2.0.0-SNAPSHOT .......... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.views.documentation 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus Editor 0.0.1-SNAPSHOT ...................... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.eclipse.project.editors 3.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.editor 3.0.0-SNAPSHOT .......... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.editor.perspectiveconfiguration 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.commands 2.0.0-SNAPSHOT .... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.controlmode.profile 3.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.documentation.profile 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.filters 2.1.0-SNAPSHOT ..... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.filters.edit 2.0.0-SNAPSHOT  SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.icons 2.0.0-SNAPSHOT ....... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.modelrepair 3.1.0-SNAPSHOT . SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.profile 4.2.0-SNAPSHOT ..... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.import 2.0.0-SNAPSHOT ...... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.export 2.1.0-SNAPSHOT ...... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.navigation 2.0.0-SNAPSHOT .. SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.oclconstraintevaluation 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.wizards 4.0.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.perspective 2.0.0-SNAPSHOT . SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.resourceloading.profile 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.search.ui 3.1.0-SNAPSHOT ... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.service.types 5.2.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.service.types.ui 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.service.validation 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.services.decoration 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.templaterepository 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus UML ALF 0.0.1-SNAPSHOT ..................... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.alf 4.0.100-SNAPSHOT ....... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.alf.common 3.0.100-SNAPSHOT  SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.alf.common.ui 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.alf.libraries 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.alf.to.fuml 2.0.0-SNAPSHOT . SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.alf.ui 4.0.0-SNAPSHOT ...... SKIPPED
23:01:32 [INFO] Papyrus UML Architecture 0.0.1-SNAPSHOT ............ SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.activity 5.0.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.communication 6.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.interactionoverview 4.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus UML Nattable 0.0.1-SNAPSHOT ................ SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.nattable.generic.config 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.deployment 5.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.clazz 5.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.component 5.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.composite 5.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.nattable 6.0.100-SNAPSHOT .. SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.nattable.clazz.config 6.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.stereotype.edition 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.menu 3.0.200-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.sequence 7.2.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.statemachine 5.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.timing 2.1.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.usecase 6.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.profile 5.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.architecture 2.0.0-SNAPSHOT  SKIPPED
23:01:32 [INFO] Papyrus UML Decorator Models 0.0.1-SNAPSHOT ........ SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.decoratormodel 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus UML Properties 0.0.1-SNAPSHOT .............. SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.properties 4.1.100-SNAPSHOT  SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.decoratormodel.ui 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.decoratormodel.properties 5.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.common.groups 3.0.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.css 3.0.0-SNAPSHOT . SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.dnd 2.0.0-SNAPSHOT . SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.icons 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.linklf 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.modelexplorer 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.navigation 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.symbols 2.0.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.sequence.restrictions 2.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.symbols.properties 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus UML Expressions Infrastructure 0.0.1-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.expressions 3.0.0-SNAPSHOT . SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.expressions.edit 3.0.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.expressions.properties 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus UML Model Explorer 0.0.1-SNAPSHOT .......... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.modelexplorer 3.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.modelexplorer.widgets 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.nattable.generic 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.nattable.matrix 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.nattable.menu 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.nattable.properties 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.nattable.richtext 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.nattable.stereotype.display 4.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.xtext.integration.ui 3.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.nattable.xtext.integration 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus UML Textual Edit 0.0.1-SNAPSHOT ............ SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext 2.0.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.nattable.xtext.valuespecification 6.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus UML Profile 0.0.1-SNAPSHOT ................. SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.profile.drafter 2.2.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.profile.drafter.documentation 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.properties.xtext 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.textedit.common.xtext 3.0.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.textedit.collaborationuse.xtext 3.0.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.textedit.common.xtext.ui 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext 3.0.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.textedit.javaconstraint 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.textedit.message.xtext 3.0.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.textedit.message.xtext.ui 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.textedit.parameter.xtext 3.0.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.textedit.parameter.xtext.ui 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.textedit.port.xtext 2.0.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.textedit.port.xtext.ui 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.textedit.property.xtext 3.0.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.textedit.property.xtext.ui 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.textedit.state.xtext 3.0.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.textedit.state.xtext.ui 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext 4.0.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui 4.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.textedit.transition.xtext 2.0.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.textedit.transition.xtext.ui 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.xtext.integration.validation 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.internationalization 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus M2M QvTo 0.0.1-SNAPSHOT .................... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.m2m.qvto.common 2.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.plugins-doc 0.0.1-SNAPSHOT ..... SKIPPED
23:01:32 [INFO] Papyrus - API migration documentation 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus Copypaste UI doc 2.0.0-SNAPSHOT ............ SKIPPED
23:01:32 [INFO] Papyrus Developer doc 2.0.0-SNAPSHOT ............... SKIPPED
23:01:32 [INFO] Papyrus DSML Validation doc 2.0.0-SNAPSHOT ......... SKIPPED
23:01:32 [INFO] Papyrus Infra doc 2.0.0-SNAPSHOT ................... SKIPPED
23:01:32 [INFO] Papyrus Infra GmfDiag Common doc 2.0.0-SNAPSHOT .... SKIPPED
23:01:32 [INFO] Papyrus Infra GmfDiag Css doc 2.0.0-SNAPSHOT ....... SKIPPED
23:01:32 [INFO] Papyrus Infra Expression doc 2.0.0-SNAPSHOT ........ SKIPPED
23:01:32 [INFO] Papyrus Internationalization doc 2.0.0-SNAPSHOT .... SKIPPED
23:01:32 [INFO] Papyrus Infra Nattable doc 2.0.0-SNAPSHOT .......... SKIPPED
23:01:32 [INFO] Papyrus Infra Newchild doc 2.0.0-SNAPSHOT .......... SKIPPED
23:01:32 [INFO] Papyrus Infra Services ControlMode doc 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus Infra Service decoration doc 2.0.0-SNAPSHOT  SKIPPED
23:01:32 [INFO] Papyrus Infra Service decoration doc 2.0.0-SNAPSHOT  SKIPPED
23:01:32 [INFO] Papyrus Infra Architecture doc 2.0.0-SNAPSHOT ...... SKIPPED
23:01:32 [INFO] Papyrus Infra Types doc 4.0.0-SNAPSHOT ............. SKIPPED
23:01:32 [INFO] Papyrus Req Reqif doc 2.0.0-SNAPSHOT ............... SKIPPED
23:01:32 [INFO] Papyrus Uml DecoratorModel doc 2.0.0-SNAPSHOT ...... SKIPPED
23:01:32 [INFO] Papyrus Uml Diagram Common doc 2.0.0-SNAPSHOT ...... SKIPPED
23:01:32 [INFO] Papyrus Uml Diagram profile doc 2.0.0-SNAPSHOT ..... SKIPPED
23:01:32 [INFO] Papyrus Uml doc 2.0.0-SNAPSHOT ..................... SKIPPED
23:01:32 [INFO] Papyrus Uml Search UI doc 2.0.0-SNAPSHOT ........... SKIPPED
23:01:32 [INFO] Papyrus ModelRepair doc 2.0.0-SNAPSHOT ............. SKIPPED
23:01:32 [INFO] Papyrus Uml Profile Assistants doc 2.0.0-SNAPSHOT .. SKIPPED
23:01:32 [INFO] Papyrus Uml Diagram Customization from a Profile doc 0.7.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus Profile Types doc 1.0.0-SNAPSHOT ........... SKIPPED
23:01:32 [INFO] Papyrus Uml Search UI doc 2.0.0-SNAPSHOT ........... SKIPPED
23:01:32 [INFO] Papyrus Views Properties doc 2.0.0-SNAPSHOT ........ SKIPPED
23:01:32 [INFO] Papyrus Views References doc 2.0.0-SNAPSHOT ........ SKIPPED
23:01:32 [INFO] Papyrus Views References doc 2.0.0-SNAPSHOT ........ SKIPPED
23:01:32 [INFO] Papyrus Views References doc 2.0.0-SNAPSHOT ........ SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.doc 1.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.toolsmiths.architecture.doc 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.toolsmiths.validation.doc 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus Toolsmiths Plug-in Builders doc 1.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus SDK 0.0.1-SNAPSHOT ......................... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.sdk 6.7.0-SNAPSHOT ............. SKIPPED
23:01:32 [INFO] Papyrus Examples Plugins 1.0.1-SNAPSHOT ............ SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.examples.core 1.0.1-SNAPSHOT ... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.example.core.lifecycleevents 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.example.core.sashwindows.fulleditor 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.example.core.sashwindows.simpleeditor 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.examples.emf 1.0.1-SNAPSHOT .... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.outline.emftree 2.0.0-SNAPSHOT . SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.examples.infra 1.0.1-SNAPSHOT .. SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.example.infra.servicesregistry.retrieval 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.examples.others 1.0.1-SNAPSHOT . SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.example.text.instance 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.examples.uml 1.0.1-SNAPSHOT .... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.example.uml.comment.editor.newresource 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.example.uml.comment.editor.sharedresource 2.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.emftree 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.textual.editors.example 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.disable.helper.advices.example 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.examples.uml.diagrams 2.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.example.uml.nattable.actions 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.example.uml.nattable.empty.line 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.example.uml.services.decorator 2.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture 1.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.examples-user 1.0.1-SNAPSHOT ... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.examples.user.qvto 2.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus Main Features 0.0.1-SNAPSHOT ............... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.views.validation.feature 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.views.modelexplorer.feature 4.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.views.references.feature 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.views.properties.feature 3.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.views.documentation.feature 1.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.views.search.feature 2.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.views.feature 2.0.0-SNAPSHOT ... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.doc.feature 3.1.0-SNAPSHOT ..... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.expressions.feature 1.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.decoratormodel.feature 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.architecture.feature 1.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.xtext.integration.feature 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.ui.feature 1.2.0-SNAPSHOT .. SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.tools.feature 3.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.modelexplorer.feature 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.feature 4.1.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.properties.feature 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.internationalization.feature 1.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.textedit.feature 2.0.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.search.feature 2.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.nattable.feature 4.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.feature 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.diagram.css.feature 2.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.alf.feature 3.0.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.m2m.qvto.feature 1.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.uml.feature 5.1.100-SNAPSHOT ... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.editor.feature 2.0.0-SNAPSHOT .. SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.emf.expressions.feature 1.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.emf.feature 3.2.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.gmfdiag.feature 3.0.300-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.internationalization.feature 1.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.core.feature 3.1.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.ui.feature 3.1.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.viewpoints.feature 3.0.100-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.widget.feature 3.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.services.feature 3.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.architecture.feature 1.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.nattable.feature 4.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.feature 3.3.100-SNAPSHOT . SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.feature 1.1.0-SNAPSHOT ..... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.emf.facet.feature 3.0.0-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.sdk.feature 6.7.0-SNAPSHOT ..... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.infra.textedit.feature 1.1.0-SNAPSHOT SKIPPED
23:01:32 [INFO] Papyrus Examples Features 0.0.1-SNAPSHOT ........... SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.user.examples.feature 0.0.3-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.main.targetplatform 0.0.1-SNAPSHOT SKIPPED
23:01:32 [INFO] org.eclipse.papyrus.p2 6.7.0-SNAPSHOT .............. SKIPPED
23:01:32 [INFO] ------------------------------------------------------------------------
23:01:32 [INFO] BUILD FAILURE
23:01:32 [INFO] ------------------------------------------------------------------------
23:01:32 [INFO] Total time:  42.776 s
23:01:32 [INFO] Finished at: 2024-05-12T03:01:32Z
23:01:32 [INFO] ------------------------------------------------------------------------
23:01:32 [ERROR] Failed to resolve target definition file:/home/jenkins/agent/workspace/Papyrus-Master/source/releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.target: Could not find "com.google.guava/33.1.0.jre" in the repositories of the current location
23:01:32 [ERROR] 
23:01:32 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
23:01:32 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
23:01:33 Build step 'Invoke top-level Maven targets' marked build as failure
23:01:33 Sending e-mails to: patrick.tessier@cea.fr vincent.lorenzo@cea.fr quentin.lemenez@cea.fr
23:01:33 Archiving artifacts
23:01:33 Finished: FAILURE