Skip to content

Console Output

Started by user Quentin Le Menez
Running as Quentin Le Menez
Agent centos-7-x1lql is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-x1lql"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.papyrus.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-x1lql"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-7-x1lql"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.papyrus.svc.cluster.local/papyrus/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.11.2"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-papyrus"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on centos-7-x1lql (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/papyrus-sysml16-master
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-sysml16.git
 > git init /home/jenkins/agent/workspace/papyrus-sysml16-master # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-sysml16.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
 > git fetch --tags --progress https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-sysml16.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-sysml16.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision f531aa249e2fe33be8d4e33bac87e1217387e90a (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f531aa249e2fe33be8d4e33bac87e1217387e90a # timeout=10
Commit message: "[Releng] Update RCP signing behavior"
 > git rev-list --no-walk 12a388660103c0984c547a2f7ae5ed3f1fee60cd # timeout=10
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[papyrus-sysml16-master] $ Xvnc -help
Starting xvnc
[papyrus-sysml16-master] $ Xvnc :35 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50
Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12004000, The X.Org Foundation


Thu Mar 31 17:23:45 2022
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5935
 vncext:      created VNC server for screen 0
[papyrus-sysml16-master] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository clean verify -Psign -Pproduct
Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16/pom.xml
[WARNING] No system packages found in profile nor toolchain for JRE-1.1, using current JRE system packages.
This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JRE-1.1 in your toolchains.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16/pom.xml
[INFO] Fetching 202203161000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-03/ (63B)
[INFO] Fetching org.eclipse.osgi_3.17.200.v20220215-2237.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.46MB)
[INFO] Fetching org.eclipse.core.contenttype_3.8.100.v20210910-0640.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (100.02kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.9.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (136.29kB)
[INFO] Fetching org.eclipse.equinox.registry_3.11.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (194.4kB)
[INFO] Fetching org.eclipse.equinox.common_3.16.0.v20220211-2322.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (144.49kB)
[INFO] Fetching org.eclipse.core.jobs_3.12.100.v20220120-1329.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (108.25kB)
[INFO] Fetching org.eclipse.core.runtime_3.24.100.v20220211-2001.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (70.8kB)
[INFO] Fetching org.eclipse.equinox.app_1.6.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (89.14kB)
[INFO] Fetching org.eclipse.emf.common_2.24.0.v20220123-0838.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (367.53kB)
[INFO] Fetching org.eclipse.emf.ecore_2.26.0.v20220123-0838.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.26MB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (229.56kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (18.48kB)
[INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.03MB)
[INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (37.64kB)
[INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (243.5kB)
[INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (35.18kB)
[INFO] Fetching org.eclipse.uml2.types_2.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (11.51kB)
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.edit/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.edit/pom.xml
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (87.54kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (61.37kB)
[INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (294.61kB)
[INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (171.86kB)
[INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (15.77kB)
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.service.types:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.service.types/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.service.types:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.service.types/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.service.types:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.service.types/pom.xml
[INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.89MB)
[INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (141.49kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (14.07kB)
[INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12.94MB)
[INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.68MB)
[INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.41MB)
[INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (46.27kB)
[INFO] Fetching org.apache.batik.anim_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (518.07kB)
[INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (144.34kB)
[INFO] Fetching org.apache.batik.dom.svg_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (250.71kB)
[INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (353.59kB)
[INFO] Fetching org.apache.batik.dom_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (201.99kB)
[INFO] Fetching org.apache.batik.awt.util_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (445.67kB)
[INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (23.5kB)
[INFO] Fetching org.apache.batik.parser_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (92.39kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (35.59kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (16.71kB)
[INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (703.81kB)
[INFO] Fetching org.apache.batik.bridge_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (728.18kB)
[INFO] Fetching org.apache.batik.gvt_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (208.05kB)
[INFO] Fetching org.apache.batik.script_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (39.03kB)
[INFO] Fetching org.apache.batik.xml_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (45.81kB)
[INFO] Fetching org.apache.xalan_2.7.2.v20201124-1837.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (3.13MB)
[INFO] Fetching org.apache.batik.codec_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (125.46kB)
[INFO] Fetching org.apache.batik.transcoder_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (143.2kB)
[INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (20.34kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (15.35kB)
[INFO] Fetching org.apache.batik.ext_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (22.78kB)
[INFO] Fetching org.apache.batik.svggen_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (246.14kB)
[INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (302.53kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (71.45kB)
[INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (411.93kB)
[INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (126.4kB)
[INFO] Fetching org.eclipse.osgi.util_3.6.100.v20210723-1119.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (72.7kB)
[INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.5MB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (45.51kB)
[INFO] Fetching org.bouncycastle.bcpg_1.70.0.v20220105-1522.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (359.18kB)
[INFO] Fetching org.bouncycastle.bcprov_1.70.0.v20220105-1522.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (5.58MB)
[INFO] Fetching org.eclipse.ant.core_3.6.300.v20220214-2001.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (107.38kB)
[INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (35.64kB)
[INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (66.43kB)
[INFO] Fetching org.eclipse.core.commands_3.10.100.v20210722-1426.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (114.56kB)
[INFO] Fetching org.eclipse.core.databinding_1.11.0.v20220118-1028.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (287.81kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (313kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (163.08kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.8.0.v20210619-1111.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (92.92kB)
[INFO] Fetching org.eclipse.core.expressions_3.8.100.v20210910-0640.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (92.12kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (115.6kB)
[INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (288.46kB)
[INFO] Fetching org.eclipse.core.filesystem_1.9.300.v20220121-1426.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (69.81kB)
[INFO] Fetching org.eclipse.core.resources_3.16.100.v20220214-1012.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (880.97kB)
[INFO] Fetching org.eclipse.debug.core_3.19.0.v20220125-2302.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (396.72kB)
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (215.67kB)
[INFO] Fetching org.eclipse.swt_3.119.0.v20220223-1102.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (16.97kB)
[INFO] Fetching org.eclipse.e4.core.commands_1.0.100.v20211204-1536.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (25.92kB)
[INFO] Fetching org.eclipse.e4.core.di_1.8.100.v20210910-0640.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (52.48kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.9.100.v20211011-1349.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (55.13kB)
[INFO] Fetching org.eclipse.e4.core.services_2.3.100.v20210910-0640.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (69.65kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.100.v20210910-0640.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.100.v20210910-0640.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (11.14kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.200.v20210910-0640.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (40.46kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (51.03kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (107.16kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (45.85kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (24.31kB)
[INFO] Fetching org.eclipse.jface_3.25.0.v20220218-1636.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.200.v20211022-1402.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (213.89kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.400.v20211026-1534.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (203.91kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (27.72kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (16.41kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.200.v20211210-1500.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (56.73kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.16.0.v20210625-1251.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (11.51kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.0.v20210727-1533.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (394.73kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (33.33kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (13.3kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.13.100.v20211019-0756.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (260.38kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (118.14kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.400.v20220308-0630.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (251.6kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.400.v20220222-1128.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (147.16kB)
[INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (295.36kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (21.08kB)
[INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (51.9kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (59.89kB)
[INFO] Fetching org.eclipse.ui_3.201.0.v20220124-1108.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (432.55kB)
[INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (90.57kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.21.0.v20220226-1304.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (108.86kB)
[INFO] Fetching org.eclipse.ui.views_3.11.100.v20210816-0811.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (105.57kB)
[INFO] Fetching org.eclipse.ui.workbench_3.125.0.v20220308-0722.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (3.49MB)
[INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (169.13kB)
[INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (403.7kB)
[INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (44.51kB)
[INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (85.1kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.4.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (50.74kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (36.06kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.100.v20210703-1540.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (69.05kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.400.v20220223-1131.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (170.85kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.100.v20210813-0606.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (360.09kB)
[INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (131.39kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.9.0.v20220210-1157.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (76.5kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.200.v20220207-0719.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (74.12kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.6.0.v20220215-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (173.65kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.5.200.v20220127-1112.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (110.36kB)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (116.64kB)
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (81.19kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (45.48kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.7.300.v20220209-1714.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (218.82kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.100.v20211220-1825.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (58.07kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (130.72kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (24.82kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.0.v20220127-1312.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (102.07kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.2.v20220127-1658.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (242.66kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (26.34kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.900.v20220108-1321.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (113.21kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (248.88kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.100.v20210615-1334.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (129.25kB)
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (366.65kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (117.54kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (257.07kB)
[INFO] Fetching org.eclipse.ui.console_3.11.100.v20210721-1355.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (209.6kB)
[INFO] Fetching org.eclipse.jface.text_3.20.0.v20220218-1549.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.03MB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.400.v20220218-1619.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (674.85kB)
[INFO] Fetching org.eclipse.team.core_3.9.300.v20220204-0611.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (401.7kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (101.62kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (120.45kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (39.17kB)
[INFO] Fetching org.eclipse.ui.ide_3.18.500.v20220215-1304.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.44MB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (14.81kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (100.17kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (76.16kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (133.43kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (386.74kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (114.21kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (190.29kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.16MB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (28.96kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (93.42kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (101.63kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (107.15kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (49.28kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (218.66kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (90.08kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (137.48kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (92.07kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.10.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (198.28kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (215.81kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (62.88kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (23.86kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.2.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (118.04kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (123.71kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (318.59kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (110.01kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (245.89kB)
[INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (270.25kB)
[INFO] Fetching org.eclipse.jdt.core_3.29.0.v20220214-1307.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (6.66MB)
[INFO] Fetching org.eclipse.jdt.debug_3.19.100.v20220301-0551.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (908.78kB)
[INFO] Fetching org.eclipse.jdt.launching_3.19.500.v20220125-2008.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (563.5kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml_3.10.6.v20220309-1013.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.05MB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.10.2.v20220309-1013.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (66.54kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20220309-1013.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (868.38kB)
[INFO] Fetching org.eclipse.ocl.ecore_3.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (383.83kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.10.2.v20220309-1013.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (142.13kB)
[INFO] Fetching org.eclipse.ocl_3.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.14MB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.10.6.v20220309-1013.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (75.36kB)
[INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201703081533.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.42MB)
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (53.45kB)
[INFO] Fetching org.eclipse.ocl.common_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (36.28kB)
[INFO] Fetching org.eclipse.papyrus.emf_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (22.77kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.log_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (13.48kB)
[INFO] Fetching org.eclipse.pde.core_3.15.100.v20220221-1314.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.35MB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.architecture_1.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (67.45kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.architecture_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (108.81kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (106.81kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (464.52kB)
[INFO] Fetching org.eclipse.papyrus.infra.types_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (125.05kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (16.23kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (44.63kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (31.95kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (40.25kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (157.84kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (27.05kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (73.58kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (160.95kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (30.36kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (16.52kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (26.97kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (191.74kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (94.56kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (32.16kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (39.37kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (26.12kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (29.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.tools_4.2.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (134.95kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture_3.2.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (300.91kB)
[INFO] Fetching org.eclipse.papyrus.infra.core_4.3.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (315.95kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit_4.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (48.6kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf_4.2.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (260.09kB)
[INFO] Fetching org.eclipse.xtend.lib_2.26.0.v20220228-0748.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (108.1kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (56.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (93.34kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (115.01kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (61.01kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.edit_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (75.64kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (232.46kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (64.92kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (22.78kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (109.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_2.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (70.23kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_4.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (57.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization_2.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (99.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (38.92kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (271.15kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.core_5.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (108.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (99.14kB)
[INFO] Fetching org.eclipse.papyrus.infra.filters_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (56.45kB)
[INFO] Fetching org.eclipse.papyrus.infra.filters.edit_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (33.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (72.88kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (57.81kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_4.3.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1,006.27kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (55.49kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (19.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui_3.4.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (326.65kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (108.2kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (97.56kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (26.22kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_4.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (300.73kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (31.57kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (22.7kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (23.52kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (70.44kB)
[INFO] Fetching org.eclipse.papyrus.infra.sync_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (108.53kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.emf_3.1.100.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (140.62kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets_4.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (957.47kB)
[INFO] Fetching org.eclipse.papyrus.infra.guava_1.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (13.1kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (66.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (117.26kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (77.63kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties_4.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (212.31kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.ui_4.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (265.23kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (114.51kB)
[INFO] Fetching org.eclipse.papyrus.infra.hyperlink_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (122.22kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.openelement_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (20.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (33.54kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (465.34kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (26.81kB)
[INFO] Fetching org.eclipse.xwt_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (178.19kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (33.78kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (114.11kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.localizer_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (17.34kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.navigation_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (31.93kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (48.15kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (19.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (117.79kB)
[INFO] Fetching org.eclipse.ui.forms_3.11.300.v20211022-1451.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (330.12kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types_5.2.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (516.01kB)
[INFO] Fetching org.eclipse.papyrus.uml.types.core_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (305.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.appearance_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (25.07kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.91MB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (221.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (14.71kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools_5.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (300.35kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.utils_4.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (127.68kB)
[INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (65.24kB)
[INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (64.3kB)
[INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12.83kB)
[INFO] Fetching org.eclipse.papyrus.views.properties_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (93.84kB)
[INFO] Fetching org.eclipse.pde.build_3.11.100.v20210916-0743.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (477.29kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.119.0.v20220223-1102.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.08MB)
[INFO] Fetching org.eclipse.ui.navigator_3.10.200.v20211009-1706.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (423.11kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.26.0.v20220228-0748.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (160.55kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.26.0.v20220228-0748.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (76.06kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.119.0.v20220223-1102.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.47MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.119.0.v20220223-1102.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.14MB)
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.validation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.validation/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.validation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.validation/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.validation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.validation/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.architecture:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.architecture/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.architecture:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.architecture/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.architecture:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.architecture/pom.xml
[INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (931.78kB)
[INFO] Fetching com.google.inject_5.0.1.v20210324-2015.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (802.8kB)
[INFO] Fetching org.aopalliance_1.0.0.v201105210816.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (8.68kB)
[INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (367.61kB)
[INFO] Fetching org.apache.log4j_1.2.19.v20220208-1728.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (358.42kB)
[INFO] Fetching org.eclipse.compare_3.8.300.v20220121-1000.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (804.8kB)
[INFO] Fetching org.eclipse.ui.editors_3.14.300.v20210913-0815.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (618.79kB)
[INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (127.05kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.29.0.v20211216-0741.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (420.61kB)
[INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (37.58kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (44.86kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.202008210805.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (20.82kB)
[INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.202008210805.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (74.19kB)
[INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (23.12kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202202190902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (69.5kB)
[INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (25.16kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.12.100.v20210926-1112.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (341.2kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.0.v20210618-1953.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (468.75kB)
[INFO] Fetching org.eclipse.team.ui_3.9.200.v20211130-1532.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201703081533.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (157.36kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.82MB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (131.36kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula_1.1.0.201703192131.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (31.58kB)
[INFO] Fetching org.eclipse.wb.core.lib_1.9.1.202106041225.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (5.41MB)
[INFO] Fetching org.eclipse.ocl.examples.xtext.serializer_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (226.18kB)
[INFO] Fetching org.eclipse.xtext_2.26.0.v20220228-0751.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.62MB)
[INFO] Fetching org.eclipse.xtext.util_2.26.0.v20220228-0751.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (305.17kB)
[INFO] Fetching org.eclipse.ocl.pivot_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (3.34MB)
[INFO] Fetching org.eclipse.ocl.pivot.uml_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (247.88kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (144.49kB)
[INFO] Fetching org.eclipse.ocl.xtext.base_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (574.36kB)
[INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (386.19kB)
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (688.69kB)
[INFO] Fetching org.eclipse.papyrus.emf.ui_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (35.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (69.22kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_6.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (106.31kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable_7.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.19MB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (281.28kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (47.79kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (103.88kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (84.07kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_2.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (44.45kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_2.0.100.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (43.19kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer_5.0.100.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (251.11kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.common_6.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (126kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (245.23kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (46.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_6.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (32.95kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (120.75kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.semantic_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (15.16kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.validation_4.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (72.47kB)
[INFO] Fetching org.eclipse.papyrus.uml.architecture_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (34.31kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_7.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.5MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_6.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (544.91kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (607.26kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.98MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.1MB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable_6.0.100.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (262.96kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_6.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (15.04kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12.12kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (14.87kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (41.17kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (42.48kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.35MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_4.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (158.28kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (85.95kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (977.4kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (96.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (248.07kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (67.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (23.88kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_6.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (487.14kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.component_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (582.69kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (486.6kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (597.64kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.400.v20220203-1803.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (172.29kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_3.0.100.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (238.6kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile_4.2.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (215.52kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.validation_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (31.29kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (222.03kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (22.78kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (103.07kB)
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.ui/pom.xml
[INFO] Fetching org.eclipse.debug.ui_3.16.0.v20220228-0706.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.97MB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.16.0.v20220214-0655.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.91MB)
[INFO] Fetching org.eclipse.jdt.ui_3.26.0.v20220222-0629.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (11.16MB)
[INFO] Fetching org.eclipse.search_3.14.100.v20220120-1549.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (489.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (44.99kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (42.79kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (141.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_5.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (206.79kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (70.97kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (167.8kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (177.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties_4.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (822.1kB)
[INFO] Fetching org.eclipse.papyrus.uml.filters_2.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (32.25kB)
[INFO] Fetching org.eclipse.ui.intro_3.6.400.v20211015-1317.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (344.68kB)
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.modelexplorer:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.modelexplorer/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.modelexplorer:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.modelexplorer/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.modelexplorer:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.modelexplorer/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.common:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.common/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.common:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.common/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.common:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.common/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.blockdefinition:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.blockdefinition/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.blockdefinition:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.blockdefinition/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.blockdefinition:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.blockdefinition/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.internalblock:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.internalblock/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.internalblock:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.internalblock/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.internalblock:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.internalblock/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.parametric:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.parametric/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.parametric:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.parametric/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.parametric:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.parametric/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.requirement:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.requirement/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.requirement:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.requirement/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.requirement:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.requirement/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.nattable.common:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.common/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.nattable.common:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.common/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.nattable.common:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.common/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.nattable.allocation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.allocation/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.nattable.allocation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.allocation/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.nattable.allocation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.allocation/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.nattable.requirement:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.requirement/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.nattable.requirement:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.requirement/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.nattable.requirement:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.requirement/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.nattable.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.nattable.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.nattable.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.ui/pom.xml
[INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (199.87kB)
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.requirements.extension:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.requirements.extension:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.requirements.extension:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.requirements.extension.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.requirements.extension.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.edit/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.requirements.extension.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.edit/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.requirements.extension.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.requirements.extension.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.requirements.extension.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.requirements.extension.validation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.validation/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.requirements.extension.validation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.validation/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.requirements.extension.validation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.validation/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.elementgroup:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/elementgroup/org.eclipse.papyrus.sysml16.elementgroup/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.elementgroup:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/elementgroup/org.eclipse.papyrus.sysml16.elementgroup/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.elementgroup:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/elementgroup/org.eclipse.papyrus.sysml16.elementgroup/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.elementgroup.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/elementgroup/org.eclipse.papyrus.sysml16.elementgroup.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.elementgroup.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/elementgroup/org.eclipse.papyrus.sysml16.elementgroup.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.elementgroup.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/elementgroup/org.eclipse.papyrus.sysml16.elementgroup.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.tests/pom.xml
[INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (64.42kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (52.65kB)
[INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (421.77kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.4.300.v20220114-0859.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (113.09kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (65.43kB)
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.edit.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.edit.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.edit.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.edit.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.edit.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.edit.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.service.types.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.service.types.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.service.types.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.service.types.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.service.types.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.service.types.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.validation.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.validation.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.validation.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/pom.xml
[INFO] Fetching io.github.classgraph_4.8.138.v20211212-1642.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (590.15kB)
[INFO] Fetching org.eclipse.ocl.common.ui_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (27.97kB)
[INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (216.7kB)
[INFO] Fetching org.eclipse.xtext.builder_2.26.0.v20220228-0812.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (390.65kB)
[INFO] Fetching org.eclipse.xtext.ui_2.26.0.v20220228-0812.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.88MB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.26.0.v20220228-0812.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (60.53kB)
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (204.53kB)
[INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (89.5kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.26.0.v20220228-0812.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (133.14kB)
[INFO] Fetching org.eclipse.ocl.xtext.markup_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (181.34kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.26.0.v20220228-0812.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (256.92kB)
[INFO] Fetching org.eclipse.xtext.smap_2.26.0.v20220228-0758.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (19.17kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.26.0.v20220228-0758.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (499.22kB)
[INFO] Fetching org.objectweb.asm_9.2.0.v20210813-1119.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (130.43kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.26.0.v20220228-0812.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (248.19kB)
[INFO] Fetching org.eclipse.xtext.ide_2.26.0.v20220228-0751.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (483.74kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.26.0.v20220228-0812.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (193.59kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.26.0.v20220228-0812.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (132.83kB)
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.architecture.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.architecture.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.architecture.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.ui.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.ui.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.ui.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.common.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.common.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.common.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.internalblock.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.internalblock.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.internalblock.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.internalblock.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.internalblock.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.internalblock.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.parametric.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.parametric.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.parametric.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.parametric.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.parametric.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.parametric.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.requirement.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.requirement.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.requirement.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.requirement.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.requirement.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.requirement.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.nattable.allocation.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.allocation.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.nattable.allocation.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.allocation.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.nattable.allocation.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.allocation.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.nattable.requirement.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.requirement.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.nattable.requirement.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.requirement.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.nattable.requirement.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.requirement.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.feature:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.feature:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.feature:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.requirements.extension.feature:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.requirements.extension.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.requirements.extension.feature:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.requirements.extension.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.requirements.extension.feature:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.requirements.extension.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.elementgroup.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.elementgroup.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.elementgroup.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.elementgroup.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.elementgroup.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.elementgroup.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.rcp.feature:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.rcp.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.rcp.feature:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.rcp.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.rcp.feature:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.rcp.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.p2:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/releng/org.eclipse.papyrus.sysml16.p2/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.p2:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/releng/org.eclipse.papyrus.sysml16.p2/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.p2:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/releng/org.eclipse.papyrus.sysml16.p2/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.rcp:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/releng/org.eclipse.papyrus.sysml16.rcp/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.rcp:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/releng/org.eclipse.papyrus.sysml16.rcp/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.rcp:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/releng/org.eclipse.papyrus.sysml16.rcp/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.product:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/releng/org.eclipse.papyrus.sysml16.product/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.product:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/releng/org.eclipse.papyrus.sysml16.product/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.product:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-sysml16-master/releng/org.eclipse.papyrus.sysml16.product/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] SysML                                                              [pom]
[INFO] SysML Plug-ins                                                     [pom]
[INFO] SysML Core                                                         [pom]
[INFO] org.eclipse.papyrus.sysml16                             [eclipse-plugin]
[INFO] org.eclipse.papyrus.sysml16.edit                        [eclipse-plugin]
[INFO] org.eclipse.papyrus.sysml16.service.types               [eclipse-plugin]
[INFO] org.eclipse.papyrus.sysml16.validation                  [eclipse-plugin]
[INFO] SysML GUI                                                          [pom]
[INFO] SysML Table                                                        [pom]
[INFO] org.eclipse.papyrus.sysml16.nattable.requirement        [eclipse-plugin]
[INFO] org.eclipse.papyrus.sysml16.nattable.allocation         [eclipse-plugin]
[INFO] SysML Diagram                                                      [pom]
[INFO] org.eclipse.papyrus.sysml16.diagram.common              [eclipse-plugin]
[INFO] org.eclipse.papyrus.sysml16.diagram.internalblock       [eclipse-plugin]
[INFO] org.eclipse.papyrus.sysml16.diagram.parametric          [eclipse-plugin]
[INFO] org.eclipse.papyrus.sysml16.diagram.requirement         [eclipse-plugin]
[INFO] org.eclipse.papyrus.sysml16.diagram.blockdefinition     [eclipse-plugin]
[INFO] org.eclipse.papyrus.sysml16.modelexplorer               [eclipse-plugin]
[INFO] org.eclipse.papyrus.sysml16.architecture                [eclipse-plugin]
[INFO] org.eclipse.papyrus.sysml16.ui                          [eclipse-plugin]
[INFO] org.eclipse.papyrus.sysml16.nattable.common             [eclipse-plugin]
[INFO] org.eclipse.papyrus.sysml16.nattable.ui                 [eclipse-plugin]
[INFO] SysML Extensions                                                   [pom]
[INFO] SysML 1.6 Requirements Extension                                   [pom]
[INFO] org.eclipse.papyrus.sysml16.requirements.extension      [eclipse-plugin]
[INFO] org.eclipse.papyrus.sysml16.requirement.extension.edit  [eclipse-plugin]
[INFO] org.eclipse.papyrus.sysml16.requirements.extension.ui   [eclipse-plugin]
[INFO] org.eclipse.papyrus.sysml16.requirements.extension.validation [eclipse-plugin]
[INFO] Element group SysML Plugins                                        [pom]
[INFO] org.eclipse.papyrus.sysml16.elementgroup                [eclipse-plugin]
[INFO] org.eclipse.papyrus.sysml16.elementgroup.ui             [eclipse-plugin]
[INFO] SysML Tests Plug-ins                                               [pom]
[INFO] SysML Core Tests                                                   [pom]
[INFO] org.eclipse.papyrus.sysml16.tests                  [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.sysml16.edit.tests             [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.sysml16.service.types.tests    [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.sysml16.validation.tests       [eclipse-test-plugin]
[INFO] SysML GUI Tests                                                    [pom]
[INFO] org.eclipse.papyrus.sysml16.architecture.tests     [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.sysml16.ui.tests               [eclipse-test-plugin]
[INFO] SysML Diagram Tests                                                [pom]
[INFO] org.eclipse.papyrus.sysml16.diagram.common.tests   [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.sysml16.diagram.internalblock.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.sysml16.diagram.parametric.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.sysml16.diagram.requirement.tests [eclipse-test-plugin]
[INFO] SysML Table Tests                                                  [pom]
[INFO] org.eclipse.papyrus.sysml16.nattable.allocation.tests [eclipse-test-plugin]
[INFO] org.eclipse.papyrus.sysml16.nattable.requirement.tests [eclipse-test-plugin]
[INFO] SysML Features                                                     [pom]
[INFO] org.eclipse.papyrus.sysml16.feature                    [eclipse-feature]
[INFO] org.eclipse.papyrus.sysml16.requirements.extension.feature [eclipse-feature]
[INFO] Element group tools                                    [eclipse-feature]
[INFO] SysML Releng                                                       [pom]
[INFO] org.eclipse.papyrus.sysml16.rcp                         [eclipse-plugin]
[INFO] org.eclipse.papyrus.sysml16.rcp.feature                [eclipse-feature]
[INFO] SysML 1.6 Target Platform                    [eclipse-target-definition]
[INFO] org.eclipse.papyrus.sysml16.p2                      [eclipse-repository]
[INFO] org.eclipse.papyrus.sysml16.product                 [eclipse-repository]
[INFO] 
[INFO] ----< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.parent >----
[INFO] Building SysML 2.0.0-SNAPSHOT                                     [1/59]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.parent ---
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.parent ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.parent ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.parent ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.parent ---
[INFO] 
[INFO] ---< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.plugins >----
[INFO] Building SysML Plug-ins 2.0.0-SNAPSHOT                            [2/59]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.plugins ---
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.plugins ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.plugins ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.plugins ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.plugins ---
[INFO] 
[INFO] -----< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.core >-----
[INFO] Building SysML Core 2.0.0-SNAPSHOT                                [3/59]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.core ---
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.core ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.core ---
[INFO] 
[INFO] -------< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16 >--------
[INFO] Building org.eclipse.papyrus.sysml16 2.0.0-SNAPSHOT               [4/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16 ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16 ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16 ---
[INFO] Compiling 191 source files to /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16/bin
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16/src-gen/org/eclipse/papyrus/sysml16/portsandflows/internal/impl/InterfaceBlockImpl.java:[71] 
	@SuppressWarnings("unchecked")
	                  ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16 ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16/target/org.eclipse.papyrus.sysml16-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16 ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16/target/org.eclipse.papyrus.sysml16-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16 ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16 ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16/target/org.eclipse.papyrus.sysml16-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16/target/org.eclipse.papyrus.sysml16-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16 ---
[INFO] 
[INFO] -----< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.edit >-----
[INFO] Building org.eclipse.papyrus.sysml16.edit 2.0.0-SNAPSHOT          [5/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.edit ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.edit ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.edit ---
[INFO] Compiling 69 source files to /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.edit/bin
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.edit/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.edit/target/org.eclipse.papyrus.sysml16.edit-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.edit/target/org.eclipse.papyrus.sysml16.edit-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.edit ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.edit ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.edit ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.edit/target/org.eclipse.papyrus.sysml16.edit-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.edit/target/org.eclipse.papyrus.sysml16.edit-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.edit ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.service.types >--
[INFO] Building org.eclipse.papyrus.sysml16.service.types 2.0.0-SNAPSHOT [6/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.service.types ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.service.types ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.service.types ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.service.types ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.service.types ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.service.types/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.service.types ---
[INFO] Compiling 42 source files to /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.service.types/bin
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.service.types ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.service.types/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.service.types ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.service.types/target/org.eclipse.papyrus.sysml16.service.types-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.service.types ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.service.types ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.service.types/target/org.eclipse.papyrus.sysml16.service.types-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.service.types ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.service.types ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.service.types ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.service.types/target/org.eclipse.papyrus.sysml16.service.types-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.service.types/target/org.eclipse.papyrus.sysml16.service.types-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.service.types ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.validation >--
[INFO] Building org.eclipse.papyrus.sysml16.validation 2.0.0-SNAPSHOT    [7/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.validation ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.validation ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.validation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.validation ---
[INFO] Compiling 139 source files to /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.validation/bin
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.validation/src/org/eclipse/papyrus/sysml16/validation/rules/requirements/RequirementNotTypeModelConstraint.java:[47] 
	Set inverseReferencers = crossReferenceAdapter.getInverseReferencers(clazz, UMLPackage.eINSTANCE.getTypedElement_Type(), null);
	^^^
Set is a raw type. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.validation/src/org/eclipse/papyrus/sysml16/validation/rules/blocks/PropertySpecificTypeUniquePropertyModelConstraint.java:[49] 
	Set inverseReferencers = crossReferenceAdapter.getInverseReferencers(classifier, UMLPackage.eINSTANCE.getTypedElement_Type(), null);
	^^^
Set is a raw type. References to generic type Set<E> should be parameterized
2 problems (2 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.validation/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.validation/target/org.eclipse.papyrus.sysml16.validation-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.validation/target/org.eclipse.papyrus.sysml16.validation-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.validation ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.validation ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.validation ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.validation/target/org.eclipse.papyrus.sysml16.validation-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/core/org.eclipse.papyrus.sysml16.validation/target/org.eclipse.papyrus.sysml16.validation-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.validation ---
[INFO] 
[INFO] -----< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.gui >------
[INFO] Building SysML GUI 2.0.0-SNAPSHOT                                 [8/59]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.gui ---
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.gui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.gui ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.gui ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.gui ---
[INFO] 
[INFO] ----< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.table >-----
[INFO] Building SysML Table 2.0.0-SNAPSHOT                               [9/59]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.table ---
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.table ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.table ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.table ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.table ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.nattable.requirement >--
[INFO] Building org.eclipse.papyrus.sysml16.nattable.requirement 2.0.0-SNAPSHOT [10/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.nattable.requirement ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.nattable.requirement ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.nattable.requirement ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.nattable.requirement ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.nattable.requirement ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.requirement/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.nattable.requirement ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.requirement/bin
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.nattable.requirement ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.requirement/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.nattable.requirement ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.requirement/target/org.eclipse.papyrus.sysml16.nattable.requirement-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.nattable.requirement ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.nattable.requirement ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.requirement/target/org.eclipse.papyrus.sysml16.nattable.requirement-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.nattable.requirement ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.nattable.requirement ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.nattable.requirement ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.requirement/target/org.eclipse.papyrus.sysml16.nattable.requirement-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.requirement/target/org.eclipse.papyrus.sysml16.nattable.requirement-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.nattable.requirement ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.nattable.allocation >--
[INFO] Building org.eclipse.papyrus.sysml16.nattable.allocation 2.0.0-SNAPSHOT [11/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.nattable.allocation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.nattable.allocation ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.nattable.allocation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.nattable.allocation ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.nattable.allocation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.allocation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.nattable.allocation ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.allocation/bin
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.nattable.allocation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.allocation/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.nattable.allocation ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.allocation/target/org.eclipse.papyrus.sysml16.nattable.allocation-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.nattable.allocation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.nattable.allocation ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.allocation/target/org.eclipse.papyrus.sysml16.nattable.allocation-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.nattable.allocation ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.nattable.allocation ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.nattable.allocation ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.allocation/target/org.eclipse.papyrus.sysml16.nattable.allocation-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.allocation/target/org.eclipse.papyrus.sysml16.nattable.allocation-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.nattable.allocation ---
[INFO] 
[INFO] ---< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram >----
[INFO] Building SysML Diagram 2.0.0-SNAPSHOT                            [12/59]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.diagram ---
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.diagram ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.diagram ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.diagram ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.diagram ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.common >--
[INFO] Building org.eclipse.papyrus.sysml16.diagram.common 2.0.0-SNAPSHOT [13/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.diagram.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.diagram.common ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.diagram.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.diagram.common ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.diagram.common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.common/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.diagram.common ---
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.common/bin
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.common/src/org/eclipse/papyrus/sysml16/diagram/common/internal/factory/util/ClassifierViewFactoryUtil.java:[70] 
	rv.getStyles().add(ts);
	^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.common/src/org/eclipse/papyrus/sysml16/diagram/common/internal/factory/util/ClassifierViewFactoryUtil.java:[73] 
	rv.getStyles().add(NotationFactory.eINSTANCE.createSortingStyle());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.common/src/org/eclipse/papyrus/sysml16/diagram/common/internal/factory/util/ClassifierViewFactoryUtil.java:[76] 
	rv.getStyles().add(NotationFactory.eINSTANCE.createFilteringStyle());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.common/src/org/eclipse/papyrus/sysml16/diagram/common/internal/factory/SysMLConnectorViewFactory.java:[55] 
	edge.getStyles().add(NotationFactory.eINSTANCE.createFontStyle());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.common/src/org/eclipse/papyrus/sysml16/diagram/common/dialog/CreateOrSelectValuePropertyTypeDialog.java:[18] 
	import org.eclipse.gmf.runtime.diagram.ui.internal.commands.ElementTypeLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ElementTypeLabelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202202190902/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202202190902.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.common/src/org/eclipse/papyrus/sysml16/diagram/common/dialog/CreateOrSelectValuePropertyTypeDialog.java:[111] 
	newTypeKindComboViewer.setLabelProvider(new ElementTypeLabelProvider());
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ElementTypeLabelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202202190902/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202202190902.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.common/src/org/eclipse/papyrus/sysml16/diagram/common/dialog/CreateOrSelectValuePropertyTypeDialog.java:[111] 
	newTypeKindComboViewer.setLabelProvider(new ElementTypeLabelProvider());
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ElementTypeLabelProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202202190902/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202202190902.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.common/src/org/eclipse/papyrus/sysml16/diagram/common/dialog/CreateOrSelectValuePropertyTypeDialog.java:[112] 
	newTypeKindComboViewer.add(valueTypeKind);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type IElementType[] of the last argument to method add(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.common/src/org/eclipse/papyrus/sysml16/diagram/common/internal/factory/AbstractBasicViewFactory.java:[103] 
	rv.getStyles().add(ts);
	^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.common/src/org/eclipse/papyrus/sysml16/diagram/common/internal/factory/AbstractBasicViewFactory.java:[106] 
	rv.getStyles().add(NotationFactory.eINSTANCE.createSortingStyle());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.common/src/org/eclipse/papyrus/sysml16/diagram/common/internal/factory/AbstractBasicViewFactory.java:[109] 
	rv.getStyles().add(NotationFactory.eINSTANCE.createFilteringStyle());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.common/src/org/eclipse/papyrus/sysml16/diagram/common/css/dom/GMFSYSMLElementProvider.java:[18] 
	import org.eclipse.e4.ui.css.core.engine.CSSEngine;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.13.200.v20211022-1402/org.eclipse.e4.ui.css.core-0.13.200.v20211022-1402.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.common/src/org/eclipse/papyrus/sysml16/diagram/common/css/dom/GMFSYSMLElementProvider.java:[34] 
	public Element getElement(Object element, CSSEngine engine) {
	                                          ^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.13.200.v20211022-1402/org.eclipse.e4.ui.css.core-0.13.200.v20211022-1402.jar')
13 problems (13 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.diagram.common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.common/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.diagram.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.common/target/org.eclipse.papyrus.sysml16.diagram.common-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.diagram.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.diagram.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.common/target/org.eclipse.papyrus.sysml16.diagram.common-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.diagram.common ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.diagram.common ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.diagram.common ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.common/target/org.eclipse.papyrus.sysml16.diagram.common-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.common/target/org.eclipse.papyrus.sysml16.diagram.common-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.diagram.common ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.internalblock >--
[INFO] Building org.eclipse.papyrus.sysml16.diagram.internalblock 2.0.0-SNAPSHOT [14/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.diagram.internalblock ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.diagram.internalblock ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.diagram.internalblock ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.diagram.internalblock ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.diagram.internalblock ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.internalblock/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.diagram.internalblock ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.internalblock/bin
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.diagram.internalblock ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.internalblock/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.diagram.internalblock ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.internalblock/target/org.eclipse.papyrus.sysml16.diagram.internalblock-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.diagram.internalblock ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.diagram.internalblock ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.internalblock/target/org.eclipse.papyrus.sysml16.diagram.internalblock-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.diagram.internalblock ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.diagram.internalblock ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.diagram.internalblock ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.internalblock/target/org.eclipse.papyrus.sysml16.diagram.internalblock-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.internalblock/target/org.eclipse.papyrus.sysml16.diagram.internalblock-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.diagram.internalblock ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.parametric >--
[INFO] Building org.eclipse.papyrus.sysml16.diagram.parametric 2.0.0-SNAPSHOT [15/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.diagram.parametric ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.diagram.parametric ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.diagram.parametric ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.diagram.parametric ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.diagram.parametric ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.parametric/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.diagram.parametric ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.parametric/bin
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.diagram.parametric ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.parametric/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.diagram.parametric ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.parametric/target/org.eclipse.papyrus.sysml16.diagram.parametric-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.diagram.parametric ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.diagram.parametric ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.parametric/target/org.eclipse.papyrus.sysml16.diagram.parametric-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.diagram.parametric ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.diagram.parametric ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.diagram.parametric ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.parametric/target/org.eclipse.papyrus.sysml16.diagram.parametric-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.parametric/target/org.eclipse.papyrus.sysml16.diagram.parametric-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.diagram.parametric ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.requirement >--
[INFO] Building org.eclipse.papyrus.sysml16.diagram.requirement 2.0.0-SNAPSHOT [16/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.diagram.requirement ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.diagram.requirement ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.diagram.requirement ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.diagram.requirement ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.diagram.requirement ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.requirement/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.diagram.requirement ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.requirement/bin
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.diagram.requirement ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.requirement/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.diagram.requirement ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.requirement/target/org.eclipse.papyrus.sysml16.diagram.requirement-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.diagram.requirement ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.diagram.requirement ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.requirement/target/org.eclipse.papyrus.sysml16.diagram.requirement-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.diagram.requirement ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.diagram.requirement ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.diagram.requirement ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.requirement/target/org.eclipse.papyrus.sysml16.diagram.requirement-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.requirement/target/org.eclipse.papyrus.sysml16.diagram.requirement-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.diagram.requirement ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.blockdefinition >--
[INFO] Building org.eclipse.papyrus.sysml16.diagram.blockdefinition 2.0.0-SNAPSHOT [17/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.blockdefinition/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.blockdefinition/bin
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.blockdefinition/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.blockdefinition/target/org.eclipse.papyrus.sysml16.diagram.blockdefinition-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.blockdefinition/target/org.eclipse.papyrus.sysml16.diagram.blockdefinition-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.blockdefinition/target/org.eclipse.papyrus.sysml16.diagram.blockdefinition-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/diagram/org.eclipse.papyrus.sysml16.diagram.blockdefinition/target/org.eclipse.papyrus.sysml16.diagram.blockdefinition-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.modelexplorer >--
[INFO] Building org.eclipse.papyrus.sysml16.modelexplorer 2.0.0-SNAPSHOT [18/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.modelexplorer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.modelexplorer ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.modelexplorer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.modelexplorer ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.modelexplorer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.modelexplorer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.modelexplorer ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.modelexplorer/bin
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.modelexplorer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.modelexplorer/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.modelexplorer ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.modelexplorer/target/org.eclipse.papyrus.sysml16.modelexplorer-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.modelexplorer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.modelexplorer ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.modelexplorer/target/org.eclipse.papyrus.sysml16.modelexplorer-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.modelexplorer ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.modelexplorer ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.modelexplorer ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.modelexplorer/target/org.eclipse.papyrus.sysml16.modelexplorer-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.modelexplorer/target/org.eclipse.papyrus.sysml16.modelexplorer-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.modelexplorer ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.architecture >--
[INFO] Building org.eclipse.papyrus.sysml16.architecture 2.0.0-SNAPSHOT [19/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.architecture ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.architecture ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.architecture ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.architecture ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.architecture ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.architecture/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.architecture ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.architecture/bin
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.architecture ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.architecture/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.architecture ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.architecture/target/org.eclipse.papyrus.sysml16.architecture-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.architecture ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.architecture ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.architecture/target/org.eclipse.papyrus.sysml16.architecture-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.architecture ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.architecture ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.architecture ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.architecture/target/org.eclipse.papyrus.sysml16.architecture-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.architecture/target/org.eclipse.papyrus.sysml16.architecture-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.architecture ---
[INFO] 
[INFO] ------< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.ui >------
[INFO] Building org.eclipse.papyrus.sysml16.ui 2.0.0-SNAPSHOT           [20/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.ui ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.ui ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.ui/bin
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.ui/target/org.eclipse.papyrus.sysml16.ui-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.ui/target/org.eclipse.papyrus.sysml16.ui-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.ui ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.ui/target/org.eclipse.papyrus.sysml16.ui-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/gui/org.eclipse.papyrus.sysml16.ui/target/org.eclipse.papyrus.sysml16.ui-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.nattable.common >--
[INFO] Building org.eclipse.papyrus.sysml16.nattable.common 2.0.0-SNAPSHOT [21/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.nattable.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.nattable.common ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.nattable.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.nattable.common ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.nattable.common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.common/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.nattable.common ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.common/bin
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.common/src/org/eclipse/papyrus/sysml16/nattable/common/provider/SysMLFlowPortDirectionLabelProvider.java:[55] 
	return str.endsWith(SysMLQualifiedName.STEREOTYPE_FLOWPORT_DIRECTION);
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field SysMLQualifiedName.STEREOTYPE_FLOWPORT_DIRECTION is deprecated
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.common/src/org/eclipse/papyrus/sysml16/nattable/common/manager/cell/SysMLStereotypePropertyCellManager.java:[55] 
	isHandled = SysMLQualifiedName.STEREOTYPE_FLOWPORT_DIRECTION.equals(propertyQualifiedNameString);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field SysMLQualifiedName.STEREOTYPE_FLOWPORT_DIRECTION is deprecated
2 problems (2 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.nattable.common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.common/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.nattable.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.common/target/org.eclipse.papyrus.sysml16.nattable.common-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.nattable.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.nattable.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.common/target/org.eclipse.papyrus.sysml16.nattable.common-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.nattable.common ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.nattable.common ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.nattable.common ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.common/target/org.eclipse.papyrus.sysml16.nattable.common-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.common/target/org.eclipse.papyrus.sysml16.nattable.common-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.nattable.common ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.nattable.ui >--
[INFO] Building org.eclipse.papyrus.sysml16.nattable.ui 2.0.0-SNAPSHOT  [22/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.nattable.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.nattable.ui ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.nattable.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.nattable.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.nattable.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.nattable.ui ---
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.ui/bin
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.nattable.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.nattable.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.ui/target/org.eclipse.papyrus.sysml16.nattable.ui-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.nattable.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.nattable.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.ui/target/org.eclipse.papyrus.sysml16.nattable.ui-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.nattable.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.nattable.ui ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.nattable.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.ui/target/org.eclipse.papyrus.sysml16.nattable.ui-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/table/org.eclipse.papyrus.sysml16.nattable.ui/target/org.eclipse.papyrus.sysml16.nattable.ui-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.nattable.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.extensions >--
[INFO] Building SysML Extensions 2.0.0-SNAPSHOT                         [23/59]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.extensions ---
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.extensions ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.extensions ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.extensions ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.extensions ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.requirements.extension.plugins >--
[INFO] Building SysML 1.6 Requirements Extension 2.0.0-SNAPSHOT         [24/59]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.requirements.extension.plugins ---
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.requirements.extension.plugins ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.requirements.extension.plugins ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.requirements.extension.plugins ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.requirements.extension.plugins ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.requirements.extension >--
[INFO] Building org.eclipse.papyrus.sysml16.requirements.extension 2.0.0-SNAPSHOT [25/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.requirements.extension ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.requirements.extension ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.requirements.extension ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.requirements.extension ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.requirements.extension ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.requirements.extension ---
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension/bin
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.requirements.extension ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.requirements.extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension/target/org.eclipse.papyrus.sysml16.requirements.extension-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.requirements.extension ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.requirements.extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension/target/org.eclipse.papyrus.sysml16.requirements.extension-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.requirements.extension ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.requirements.extension ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.requirements.extension ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension/target/org.eclipse.papyrus.sysml16.requirements.extension-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension/target/org.eclipse.papyrus.sysml16.requirements.extension-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.requirements.extension ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.requirements.extension.edit >--
[INFO] Building org.eclipse.papyrus.sysml16.requirement.extension.edit 2.0.0-SNAPSHOT [26/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.requirements.extension.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.requirements.extension.edit ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.requirements.extension.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.requirements.extension.edit ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.requirements.extension.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.requirements.extension.edit ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.edit/bin
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.requirements.extension.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.edit/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.requirements.extension.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.edit/target/org.eclipse.papyrus.sysml16.requirements.extension.edit-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.requirements.extension.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.requirements.extension.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.edit/target/org.eclipse.papyrus.sysml16.requirements.extension.edit-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.requirements.extension.edit ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.requirements.extension.edit ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.requirements.extension.edit ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.edit/target/org.eclipse.papyrus.sysml16.requirements.extension.edit-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.edit/target/org.eclipse.papyrus.sysml16.requirements.extension.edit-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.requirements.extension.edit ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.requirements.extension.ui >--
[INFO] Building org.eclipse.papyrus.sysml16.requirements.extension.ui 2.0.0-SNAPSHOT [27/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.requirements.extension.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.requirements.extension.ui ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.requirements.extension.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.requirements.extension.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.requirements.extension.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.requirements.extension.ui ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.ui/bin
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.requirements.extension.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.requirements.extension.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.ui/target/org.eclipse.papyrus.sysml16.requirements.extension.ui-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.requirements.extension.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.requirements.extension.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.ui/target/org.eclipse.papyrus.sysml16.requirements.extension.ui-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.requirements.extension.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.requirements.extension.ui ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.requirements.extension.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.ui/target/org.eclipse.papyrus.sysml16.requirements.extension.ui-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.ui/target/org.eclipse.papyrus.sysml16.requirements.extension.ui-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.requirements.extension.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.requirements.extension.validation >--
[INFO] Building org.eclipse.papyrus.sysml16.requirements.extension.validation 2.0.0-SNAPSHOT [28/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.requirements.extension.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.requirements.extension.validation ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.requirements.extension.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.requirements.extension.validation ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.requirements.extension.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.validation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.requirements.extension.validation ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.validation/bin
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.requirements.extension.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.validation/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.requirements.extension.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.validation/target/org.eclipse.papyrus.sysml16.requirements.extension.validation-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.requirements.extension.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.requirements.extension.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.validation/target/org.eclipse.papyrus.sysml16.requirements.extension.validation-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.requirements.extension.validation ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.requirements.extension.validation ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.requirements.extension.validation ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.validation/target/org.eclipse.papyrus.sysml16.requirements.extension.validation-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/RequirementsExtension/org.eclipse.papyrus.sysml16.requirements.extension.validation/target/org.eclipse.papyrus.sysml16.requirements.extension.validation-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.requirements.extension.validation ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.elementgroup.plugins >--
[INFO] Building Element group SysML Plugins 1.0.0-SNAPSHOT              [29/59]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.elementgroup.plugins ---
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.elementgroup.plugins ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.elementgroup.plugins ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.elementgroup.plugins ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.elementgroup.plugins ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.elementgroup >--
[INFO] Building org.eclipse.papyrus.sysml16.elementgroup 1.0.0-SNAPSHOT [30/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.elementgroup ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.elementgroup ---
[INFO] The project's OSGi version is 1.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.elementgroup ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.elementgroup ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.elementgroup ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/elementgroup/org.eclipse.papyrus.sysml16.elementgroup/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.elementgroup ---
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/elementgroup/org.eclipse.papyrus.sysml16.elementgroup/bin
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/elementgroup/org.eclipse.papyrus.sysml16.elementgroup/src/org/eclipse/papyrus/sysml16/elementgroup/internal/impl/CustomIntentionalElementGroupImpl.java:[38] 
	@SuppressWarnings("restriction")
	                  ^^^^^^^^^^^^^
Unnecessary @SuppressWarnings("restriction")
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/elementgroup/org.eclipse.papyrus.sysml16.elementgroup/src/org/eclipse/papyrus/sysml16/elementgroup/internal/impl/CustomIntentionalElementGroupImpl.java:[79] 
	* @return
	   ^^^^^^
Javadoc: Description expected after @return
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/elementgroup/org.eclipse.papyrus.sysml16.elementgroup/src/org/eclipse/papyrus/sysml16/elementgroup/internal/impl/CustomIntentionalElementGroupImpl.java:[115] 
	* @return
	   ^^^^^^
Javadoc: Description expected after @return
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/elementgroup/org.eclipse.papyrus.sysml16.elementgroup/src/org/eclipse/papyrus/sysml16/elementgroup/internal/impl/CustomIntentionalElementGroupImpl.java:[132] 
	* @return
	   ^^^^^^
Javadoc: Description expected after @return
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/elementgroup/org.eclipse.papyrus.sysml16.elementgroup/src-gen/org/eclipse/papyrus/sysml16/elementgroup/cluster/internal/impl/ClusterFactoryImpl.java:[42] 
	public static ClusterFactory init() {
	              ^^^^^^^^^^^^^^
Javadoc: Missing tag for return type
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/elementgroup/org.eclipse.papyrus.sysml16.elementgroup/src-gen/org/eclipse/papyrus/sysml16/elementgroup/cluster/internal/impl/ClusterFactoryImpl.java:[126] 
	public static ClusterPackage getPackage() {
	              ^^^^^^^^^^^^^^
Javadoc: Missing tag for return type
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/elementgroup/org.eclipse.papyrus.sysml16.elementgroup/src-gen/org/eclipse/papyrus/sysml16/elementgroup/cluster/internal/impl/ClusterPackageImpl.java:[107] 
	public static ClusterPackage init() {
	              ^^^^^^^^^^^^^^
Javadoc: Missing tag for return type
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/elementgroup/org.eclipse.papyrus.sysml16.elementgroup/src-gen/org/eclipse/papyrus/sysml16/elementgroup/cluster/util/ClusterSwitch.java:[40] 
	public class ClusterSwitch<T> extends Switch<T> {
	                           ^
Javadoc: Missing tag for parameter T
8 problems (8 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.elementgroup ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/elementgroup/org.eclipse.papyrus.sysml16.elementgroup/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.elementgroup ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/elementgroup/org.eclipse.papyrus.sysml16.elementgroup/target/org.eclipse.papyrus.sysml16.elementgroup-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.elementgroup ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.elementgroup ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/elementgroup/org.eclipse.papyrus.sysml16.elementgroup/target/org.eclipse.papyrus.sysml16.elementgroup-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.elementgroup ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.elementgroup ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.elementgroup ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/elementgroup/org.eclipse.papyrus.sysml16.elementgroup/target/org.eclipse.papyrus.sysml16.elementgroup-1.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/elementgroup/org.eclipse.papyrus.sysml16.elementgroup/target/org.eclipse.papyrus.sysml16.elementgroup-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.elementgroup ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.elementgroup.ui >--
[INFO] Building org.eclipse.papyrus.sysml16.elementgroup.ui 1.0.0-SNAPSHOT [31/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.elementgroup.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.elementgroup.ui ---
[INFO] The project's OSGi version is 1.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.elementgroup.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.elementgroup.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.elementgroup.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/elementgroup/org.eclipse.papyrus.sysml16.elementgroup.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.elementgroup.ui ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/elementgroup/org.eclipse.papyrus.sysml16.elementgroup.ui/bin
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.elementgroup.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/elementgroup/org.eclipse.papyrus.sysml16.elementgroup.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.elementgroup.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/elementgroup/org.eclipse.papyrus.sysml16.elementgroup.ui/target/org.eclipse.papyrus.sysml16.elementgroup.ui-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.elementgroup.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.elementgroup.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/elementgroup/org.eclipse.papyrus.sysml16.elementgroup.ui/target/org.eclipse.papyrus.sysml16.elementgroup.ui-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.elementgroup.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.elementgroup.ui ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.elementgroup.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/elementgroup/org.eclipse.papyrus.sysml16.elementgroup.ui/target/org.eclipse.papyrus.sysml16.elementgroup.ui-1.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/plugins/extension/elementgroup/org.eclipse.papyrus.sysml16.elementgroup.ui/target/org.eclipse.papyrus.sysml16.elementgroup.ui-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.elementgroup.ui ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.plugins.tests >--
[INFO] Building SysML Tests Plug-ins 2.0.0-SNAPSHOT                     [32/59]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.plugins.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.plugins.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.plugins.tests ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.plugins.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.plugins.tests ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.core.tests >--
[INFO] Building SysML Core Tests 2.0.0-SNAPSHOT                         [33/59]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.core.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.core.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.core.tests ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.core.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.core.tests ---
[INFO] 
[INFO] ----< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.tests >-----
[INFO] Building org.eclipse.papyrus.sysml16.tests 2.0.0-SNAPSHOT        [34/59]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.tests ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.tests ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.tests/bin
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.tests/target/org.eclipse.papyrus.sysml16.tests-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.tests/target/org.eclipse.papyrus.sysml16.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.tests ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.tests/target/org.eclipse.papyrus.sysml16.tests-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.tests/target/org.eclipse.papyrus.sysml16.tests-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.sysml16.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.tests/target/work/data, -install, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.tests/target/work, -configuration, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.tests/target/surefire.properties]
Running org.eclipse.papyrus.sysml16.tests.library.SysMLStandardLibraryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.969 s - in org.eclipse.papyrus.sysml16.tests.library.SysMLStandardLibraryTest
validatePropertiesModel(org.eclipse.papyrus.sysml16.tests.library.SysMLStandardLibraryTest)  Time elapsed: 0.938 s
Running org.eclipse.papyrus.sysml16.tests.library.QUDVTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 s - in org.eclipse.papyrus.sysml16.tests.library.QUDVTest
validatePropertiesModel(org.eclipse.papyrus.sysml16.tests.library.QUDVTest)  Time elapsed: 0.24 s
Running org.eclipse.papyrus.sysml16.tests.modelelements.ViewPointTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s - in org.eclipse.papyrus.sysml16.tests.modelelements.ViewPointTest
testGetConcern(org.eclipse.papyrus.sysml16.tests.modelelements.ViewPointTest)  Time elapsed: 0.116 s
testGetMethod(org.eclipse.papyrus.sysml16.tests.modelelements.ViewPointTest)  Time elapsed: 0.087 s
Running org.eclipse.papyrus.sysml16.tests.modelelements.ViewTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s - in org.eclipse.papyrus.sysml16.tests.modelelements.ViewTest
testGetViewPoint(org.eclipse.papyrus.sysml16.tests.modelelements.ViewTest)  Time elapsed: 0.094 s
testGetStakeholder(org.eclipse.papyrus.sysml16.tests.modelelements.ViewTest)  Time elapsed: 0.084 s
Running org.eclipse.papyrus.sysml16.tests.modelelements.ElementGroupTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 s - in org.eclipse.papyrus.sysml16.tests.modelelements.ElementGroupTest
testGetSize(org.eclipse.papyrus.sysml16.tests.modelelements.ElementGroupTest)  Time elapsed: 0.109 s
testGetMember(org.eclipse.papyrus.sysml16.tests.modelelements.ElementGroupTest)  Time elapsed: 0.1 s
testGetCriterion(org.eclipse.papyrus.sysml16.tests.modelelements.ElementGroupTest)  Time elapsed: 0.085 s
Running org.eclipse.papyrus.sysml16.tests.modelelements.StakeholderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.papyrus.sysml16.tests.modelelements.StakeholderTest
testGetConcern(org.eclipse.papyrus.sysml16.tests.modelelements.StakeholderTest)  Time elapsed: 0.066 s
Running org.eclipse.papyrus.sysml16.tests.deprecatedelements.FlowPortTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s - in org.eclipse.papyrus.sysml16.tests.deprecatedelements.FlowPortTest
testGetIcon(org.eclipse.papyrus.sysml16.tests.deprecatedelements.FlowPortTest)  Time elapsed: 0.054 s
testIsAtomic(org.eclipse.papyrus.sysml16.tests.deprecatedelements.FlowPortTest)  Time elapsed: 0.069 s
testIsDeprecated(org.eclipse.papyrus.sysml16.tests.deprecatedelements.FlowPortTest)  Time elapsed: 0.074 s
Running org.eclipse.papyrus.sysml16.tests.deprecatedelements.FlowSpecificationTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s - in org.eclipse.papyrus.sysml16.tests.deprecatedelements.FlowSpecificationTest
testGetFlowProperties(org.eclipse.papyrus.sysml16.tests.deprecatedelements.FlowSpecificationTest)  Time elapsed: 0.046 s
testGetOperations(org.eclipse.papyrus.sysml16.tests.deprecatedelements.FlowSpecificationTest)  Time elapsed: 0.066 s
testGetReceptions(org.eclipse.papyrus.sysml16.tests.deprecatedelements.FlowSpecificationTest)  Time elapsed: 0.041 s
Running org.eclipse.papyrus.sysml16.tests.blocks.BoundReferenceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.papyrus.sysml16.tests.blocks.BoundReferenceTest
testGetBindingPath(org.eclipse.papyrus.sysml16.tests.blocks.BoundReferenceTest)  Time elapsed: 0.069 s
Running org.eclipse.papyrus.sysml16.tests.blocks.BlockTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 s - in org.eclipse.papyrus.sysml16.tests.blocks.BlockTest
testGetParts(org.eclipse.papyrus.sysml16.tests.blocks.BlockTest)  Time elapsed: 0.06 s
testGetReferences(org.eclipse.papyrus.sysml16.tests.blocks.BlockTest)  Time elapsed: 0.066 s
testGetFlowProperties(org.eclipse.papyrus.sysml16.tests.blocks.BlockTest)  Time elapsed: 0.043 s
Running org.eclipse.papyrus.sysml16.tests.util.DeprecatedElementUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.papyrus.sysml16.tests.util.DeprecatedElementUtilTest
testIsDeprecatedElement(org.eclipse.papyrus.sysml16.tests.util.DeprecatedElementUtilTest)  Time elapsed: 0.064 s
Running org.eclipse.papyrus.sysml16.tests.util.SysmlResourceTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s - in org.eclipse.papyrus.sysml16.tests.util.SysmlResourceTest
testGetFirstSysMLMatchingContainerProfiledBySysMLProfile4UMLModel(org.eclipse.papyrus.sysml16.tests.util.SysmlResourceTest)  Time elapsed: 0.037 s
testGetFirstSysMLMatchingContainerProfiledBySysMLProfile4SysMLModel(org.eclipse.papyrus.sysml16.tests.util.SysmlResourceTest)  Time elapsed: 0.106 s
Running org.eclipse.papyrus.sysml16.tests.resources.ModelValidationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.eclipse.papyrus.sysml16.tests.resources.ModelValidationTest
validateModel[0](org.eclipse.papyrus.sysml16.tests.resources.ModelValidationTest)  Time elapsed: 0.094 s
Running org.eclipse.papyrus.sysml16.tests.resources.ProfileValidationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.37 s - in org.eclipse.papyrus.sysml16.tests.resources.ProfileValidationTest
validateModel(org.eclipse.papyrus.sysml16.tests.resources.ProfileValidationTest)  Time elapsed: 0.37 s
Running org.eclipse.papyrus.sysml16.tests.portsandflows.FlowPropertyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.papyrus.sysml16.tests.portsandflows.FlowPropertyTest
testGetIcon(org.eclipse.papyrus.sysml16.tests.portsandflows.FlowPropertyTest)  Time elapsed: 0.083 s
Running org.eclipse.papyrus.sysml16.tests.requirements.RequirementTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.492 s - in org.eclipse.papyrus.sysml16.tests.requirements.RequirementTest
testGetTracedTo(org.eclipse.papyrus.sysml16.tests.requirements.RequirementTest)  Time elapsed: 0.079 s
testReadOnlyDerived(org.eclipse.papyrus.sysml16.tests.requirements.RequirementTest)  Time elapsed: 0.044 s
testGetDerivedFrom(org.eclipse.papyrus.sysml16.tests.requirements.RequirementTest)  Time elapsed: 0.063 s
testGetRefinedBy(org.eclipse.papyrus.sysml16.tests.requirements.RequirementTest)  Time elapsed: 0.04 s
testGetVerifiedBy(org.eclipse.papyrus.sysml16.tests.requirements.RequirementTest)  Time elapsed: 0.067 s
testGetSatisfiedBy(org.eclipse.papyrus.sysml16.tests.requirements.RequirementTest)  Time elapsed: 0.071 s
testGetMaster(org.eclipse.papyrus.sysml16.tests.requirements.RequirementTest)  Time elapsed: 0.055 s
testGetDerived(org.eclipse.papyrus.sysml16.tests.requirements.RequirementTest)  Time elapsed: 0.071 s
Running org.eclipse.papyrus.sysml16.tests.SysmlProfileTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.456 s - in org.eclipse.papyrus.sysml16.tests.SysmlProfileTest
testProfilRegistration[0](org.eclipse.papyrus.sysml16.tests.SysmlProfileTest)  Time elapsed: 0.074 s
testProfilRegistration[1](org.eclipse.papyrus.sysml16.tests.SysmlProfileTest)  Time elapsed: 0.088 s
testProfilRegistration[2](org.eclipse.papyrus.sysml16.tests.SysmlProfileTest)  Time elapsed: 0.031 s
testProfilRegistration[3](org.eclipse.papyrus.sysml16.tests.SysmlProfileTest)  Time elapsed: 0.065 s
testProfilRegistration[4](org.eclipse.papyrus.sysml16.tests.SysmlProfileTest)  Time elapsed: 0.032 s
testProfilRegistration[5](org.eclipse.papyrus.sysml16.tests.SysmlProfileTest)  Time elapsed: 0.032 s
testProfilRegistration[6](org.eclipse.papyrus.sysml16.tests.SysmlProfileTest)  Time elapsed: 0.05 s
testProfilRegistration[7](org.eclipse.papyrus.sysml16.tests.SysmlProfileTest)  Time elapsed: 0.031 s
testProfilRegistration[8](org.eclipse.papyrus.sysml16.tests.SysmlProfileTest)  Time elapsed: 0.05 s
Running org.eclipse.papyrus.sysml16.tests.constraintblocks.ConstraintBlockTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.papyrus.sysml16.tests.constraintblocks.ConstraintBlockTest
testGetParameters(org.eclipse.papyrus.sysml16.tests.constraintblocks.ConstraintBlockTest)  Time elapsed: 0.036 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.edit.tests >--
[INFO] Building org.eclipse.papyrus.sysml16.edit.tests 2.0.0-SNAPSHOT   [35/59]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.edit.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.edit.tests ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.edit.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.edit.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.edit.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.edit.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.edit.tests ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.edit.tests/bin
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.edit.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.edit.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.edit.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.edit.tests/target/org.eclipse.papyrus.sysml16.edit.tests-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.edit.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.edit.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.edit.tests/target/org.eclipse.papyrus.sysml16.edit.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.edit.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.edit.tests ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.edit.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.edit.tests/target/org.eclipse.papyrus.sysml16.edit.tests-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.edit.tests/target/org.eclipse.papyrus.sysml16.edit.tests-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.edit.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.sysml16.edit.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.edit.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.edit.tests/target/work/data, -install, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.edit.tests/target/work, -configuration, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.edit.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.edit.tests/target/surefire.properties]
Running org.eclipse.papyrus.sysml16.edit.tests.requirements.provider.RequirementItemProviderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.032 s - in org.eclipse.papyrus.sysml16.edit.tests.requirements.provider.RequirementItemProviderTest
testProfilRegistration(org.eclipse.papyrus.sysml16.edit.tests.requirements.provider.RequirementItemProviderTest) skipped

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.service.types.tests >--
[INFO] Building org.eclipse.papyrus.sysml16.service.types.tests 2.0.0-SNAPSHOT [36/59]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.service.types.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.service.types.tests ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.service.types.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.service.types.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.service.types.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.service.types.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.service.types.tests ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.service.types.tests/bin
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.service.types.tests/src/org/eclipse/papyrus/sysml16/service/types/tests/util/SysMLServiceTypeUtilTest.java:[63] 
	if (field.isAccessible()) {
	          ^^^^^^^^^^^^^^
The method isAccessible() from the type AccessibleObject is deprecated since version 9
2 problems (0 errors, 1 warning, 1 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.service.types.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.service.types.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.service.types.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.service.types.tests/target/org.eclipse.papyrus.sysml16.service.types.tests-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.service.types.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.service.types.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.service.types.tests/target/org.eclipse.papyrus.sysml16.service.types.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.service.types.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.service.types.tests ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.service.types.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.service.types.tests/target/org.eclipse.papyrus.sysml16.service.types.tests-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.service.types.tests/target/org.eclipse.papyrus.sysml16.service.types.tests-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.service.types.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.sysml16.service.types.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.service.types.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.service.types.tests/target/work/data, -install, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.service.types.tests/target/work, -configuration, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.service.types.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.service.types.tests/target/surefire.properties]
Running org.eclipse.papyrus.sysml16.service.types.tests.PrivatePackageImportTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.329 s - in org.eclipse.papyrus.sysml16.service.types.tests.PrivatePackageImportTest
testCreation(org.eclipse.papyrus.sysml16.service.types.tests.PrivatePackageImportTest)  Time elapsed: 0.319 s
Running org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest
Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest
testRegistryContentForAcceptChangeStructuralFeatureEventAction(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0.001 s
testRegistryContentForSatisfyDirectedRelationship(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForDiscreteActivityEdge(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForBlock(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForOptional(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0.001 s
testRegistryContentForProblem(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForNestedConnectorEndElement(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForTriggerOnNestedPortElement(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForRefineDirectedRelationship(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForValueType(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForControlOperatorBehavior(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForNoBuffer(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForOverwrite(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForCopyAbstraction(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0.001 s
testRegistryContentForTestCaseOperation(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForVerifyAbstraction(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForClassifierBehaviorProperty(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForFlowSpecification(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForParticipantProperty(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForProxyPort(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0.001 s
testRegistryContentForDiscreteParameter(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForElementPropertyPath(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForDirectedRelationshipPropertyPath(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForAllocateAbstraction(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForPropertySpecificType(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForProbabilityActivityEdge(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForAdjunctProperty(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForNestedConnectorEndConnectorEnd(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForTriggerOnNestedPortTrigger(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForDistributedProperty(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0.001 s
testRegistryContentForDeriveReqtDirectedRelationship(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForView(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForSatisfyAbstraction(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForItemFlow(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForConform(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForConnectorProperty(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForContinuousActivityEdge(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForRationale(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForFullPort(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForAllocateActivityPartition(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForConstraintBlock(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForContinuousParameter(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForFlowProperty(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForProbabilityParameterSet(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForDeriveReqtAbstraction(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForTraceDirectedRelationship(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForRefineAbstraction(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForInterfaceBlock(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForStakeholder(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForExpose(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForFlowPort(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForContinuousObjectNode(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForInvocationOnNestedPortActionElement(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0.001 s
testRegistryContentForBindingConnector(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForDiscreteObjectNode(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForTestCaseBehavior(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForChangeStructuralFeatureEvent(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForCopyDirectedRelationship(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForTraceAbstraction(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForRateObjectNode(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForVerifyDirectedRelationship(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForDirectedFeature(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForRateActivityEdge(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForElementGroup(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForEndPathMultiplicity(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForRequirement(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForControlOperatorOperation(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForBoundReference(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForAllocateDirectedRelationship(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForRateParameter(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForViewpoint(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
testRegistryContentForInvocationOnNestedPortActionInvocationAction(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesTest)  Time elapsed: 0 s
Running org.eclipse.papyrus.sysml16.service.types.tests.command.UpdateNestedPathConnectorEndTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s - in org.eclipse.papyrus.sysml16.service.types.tests.command.UpdateNestedPathConnectorEndTest
testExecution(org.eclipse.papyrus.sysml16.service.types.tests.command.UpdateNestedPathConnectorEndTest)  Time elapsed: 0.132 s
testExecution_sourceRoleEqualTargetRole(org.eclipse.papyrus.sysml16.service.types.tests.command.UpdateNestedPathConnectorEndTest)  Time elapsed: 0.085 s
Running org.eclipse.papyrus.sysml16.service.types.tests.command.CreateAssociationCommandTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.eclipse.papyrus.sysml16.service.types.tests.command.CreateAssociationCommandTest
testExecution(org.eclipse.papyrus.sysml16.service.types.tests.command.CreateAssociationCommandTest)  Time elapsed: 0.08 s
testExecutionUndoRedo(org.eclipse.papyrus.sysml16.service.types.tests.command.CreateAssociationCommandTest)  Time elapsed: 0.083 s
testCanExecute(org.eclipse.papyrus.sysml16.service.types.tests.command.CreateAssociationCommandTest)  Time elapsed: 0.05 s
Running org.eclipse.papyrus.sysml16.service.types.tests.SharedAssociationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 s - in org.eclipse.papyrus.sysml16.service.types.tests.SharedAssociationTest
testCreation(org.eclipse.papyrus.sysml16.service.types.tests.SharedAssociationTest) skipped
Running org.eclipse.papyrus.sysml16.service.types.tests.advice.ConformCreationEditHelperAdviceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.papyrus.sysml16.service.types.tests.advice.ConformCreationEditHelperAdviceTest
testApproveRequest(org.eclipse.papyrus.sysml16.service.types.tests.advice.ConformCreationEditHelperAdviceTest)  Time elapsed: 0.078 s
Running org.eclipse.papyrus.sysml16.service.types.tests.advice.DirectedRelationshipPropertyPathEditHelperAdviceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.papyrus.sysml16.service.types.tests.advice.DirectedRelationshipPropertyPathEditHelperAdviceTest
testGetAfterCreateRelationshipCommand(org.eclipse.papyrus.sysml16.service.types.tests.advice.DirectedRelationshipPropertyPathEditHelperAdviceTest)  Time elapsed: 0.077 s
Running org.eclipse.papyrus.sysml16.service.types.tests.advice.ConformReorientEditHelperAdviceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.papyrus.sysml16.service.types.tests.advice.ConformReorientEditHelperAdviceTest
testApproveRequest(org.eclipse.papyrus.sysml16.service.types.tests.advice.ConformReorientEditHelperAdviceTest)  Time elapsed: 0.083 s
Running org.eclipse.papyrus.sysml16.service.types.tests.util.ConnectorUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.papyrus.sysml16.service.types.tests.util.ConnectorUtilTest
testGetNestedPath(org.eclipse.papyrus.sysml16.service.types.tests.util.ConnectorUtilTest)  Time elapsed: 0.002 s
testGetNestedPath_sameProperty_differentView(org.eclipse.papyrus.sysml16.service.types.tests.util.ConnectorUtilTest)  Time elapsed: 0 s
Running org.eclipse.papyrus.sysml16.service.types.tests.util.SysMLServiceTypeUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.papyrus.sysml16.service.types.tests.util.SysMLServiceTypeUtilTest
testElementTypeIdsDefinedAsConstant(org.eclipse.papyrus.sysml16.service.types.tests.util.SysMLServiceTypeUtilTest)  Time elapsed: 0.001 s
Running org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesExtensionTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.007 s - in org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesExtensionTest
testRegistryContentForValue(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesExtensionTest)  Time elapsed: 0 s
testRegistryContentForReference(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesExtensionTest)  Time elapsed: 0 s
validateSysML16ElementTypesExtensionModel(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesExtensionTest) skipped
testRegistryContentForQuantityKind(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesExtensionTest)  Time elapsed: 0 s
testRegistryContentForPart(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesExtensionTest)  Time elapsed: 0 s
testRegistryContentForUnit(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesExtensionTest)  Time elapsed: 0 s
testRegistryContentForActorPart(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesExtensionTest)  Time elapsed: 0.001 s
checkElementTypeMatcher(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesExtensionTest)  Time elapsed: 0.005 s
testRegistryContentForConstraintProperty(org.eclipse.papyrus.sysml16.service.types.tests.SysML16ElementTypesExtensionTest)  Time elapsed: 0 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.validation.tests >--
[INFO] Building org.eclipse.papyrus.sysml16.validation.tests 2.0.0-SNAPSHOT [37/59]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.validation.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.validation.tests ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.validation.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.validation.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.validation.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.validation.tests ---
[INFO] Compiling 60 source files to /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/bin
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/allocations/AllocateOneClientSupplierModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
2. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/allocations/AllocateOneClientSupplierModelConstraintTest.java (at line 48)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/allocations/AllocateOneClientSupplierModelConstraintTest.java:[85] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/allocations/AllocateOneClientSupplierModelConstraintTest.java:[85] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/FullPortNotBehavioralModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
6. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/FullPortNotBehavioralModelConstraintTest.java (at line 47)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/FullPortNotBehavioralModelConstraintTest.java:[76] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/FullPortNotBehavioralModelConstraintTest.java:[76] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/RefineOneClientSupplierModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
10. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/RefineOneClientSupplierModelConstraintTest.java (at line 47)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/RefineOneClientSupplierModelConstraintTest.java:[77] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/RefineOneClientSupplierModelConstraintTest.java:[77] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/TraceDependencyModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
14. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/TraceDependencyModelConstraintTest.java (at line 48)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/TraceDependencyModelConstraintTest.java:[75] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/TraceDependencyModelConstraintTest.java:[75] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/modelelements/ConformGeneralClassifierViewpointModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
18. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/modelelements/ConformGeneralClassifierViewpointModelConstraintTest.java (at line 47)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/modelelements/ConformGeneralClassifierViewpointModelConstraintTest.java:[77] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/modelelements/ConformGeneralClassifierViewpointModelConstraintTest.java:[77] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/CopyBetweenRequirementsModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
22. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/CopyBetweenRequirementsModelConstraintTest.java (at line 48)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/CopyBetweenRequirementsModelConstraintTest.java:[84] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/CopyBetweenRequirementsModelConstraintTest.java:[84] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/RequirementEmptyOwnedAttributeModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
26. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/RequirementEmptyOwnedAttributeModelConstraintTest.java (at line 46)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/RequirementEmptyOwnedAttributeModelConstraintTest.java:[72] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/RequirementEmptyOwnedAttributeModelConstraintTest.java:[72] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/BlockPropertyCompositeModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
30. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/BlockPropertyCompositeModelConstraintTest.java (at line 50)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/BlockPropertyCompositeModelConstraintTest.java:[83] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/BlockPropertyCompositeModelConstraintTest.java:[83] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/ProxyPortNotFullPortModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
34. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/ProxyPortNotFullPortModelConstraintTest.java (at line 47)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/ProxyPortNotFullPortModelConstraintTest.java:[74] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/ProxyPortNotFullPortModelConstraintTest.java:[74] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/RequirementEmptyOwnedOperationModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
38. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/RequirementEmptyOwnedOperationModelConstraintTest.java (at line 46)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/RequirementEmptyOwnedOperationModelConstraintTest.java:[72] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/RequirementEmptyOwnedOperationModelConstraintTest.java:[72] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/BlockPropertyNoNameModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
42. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/BlockPropertyNoNameModelConstraintTest.java (at line 49)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/BlockPropertyNoNameModelConstraintTest.java:[83] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/BlockPropertyNoNameModelConstraintTest.java:[83] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/ProxyPortTypedByInterfaceBlockModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
46. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/ProxyPortTypedByInterfaceBlockModelConstraintTest.java (at line 47)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/ProxyPortTypedByInterfaceBlockModelConstraintTest.java:[80] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/ProxyPortTypedByInterfaceBlockModelConstraintTest.java:[80] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/activities/RateParameterIsStreamModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
50. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/activities/RateParameterIsStreamModelConstraintTest.java (at line 48)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/activities/RateParameterIsStreamModelConstraintTest.java:[78] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/activities/RateParameterIsStreamModelConstraintTest.java:[78] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/EndPathMultiplicityNotNegativeModelConstraintTest.java:[36] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
54. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/EndPathMultiplicityNotNegativeModelConstraintTest.java (at line 48)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/EndPathMultiplicityNotNegativeModelConstraintTest.java:[78] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/EndPathMultiplicityNotNegativeModelConstraintTest.java:[78] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/InterfaceBlockNoCompositePropertyModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
58. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/InterfaceBlockNoCompositePropertyModelConstraintTest.java (at line 48)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/InterfaceBlockNoCompositePropertyModelConstraintTest.java:[77] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/InterfaceBlockNoCompositePropertyModelConstraintTest.java:[77] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ConnectorPropertyReferOwnedConnectorModelConstraintTest.java:[36] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
62. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ConnectorPropertyReferOwnedConnectorModelConstraintTest.java (at line 49)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ConnectorPropertyReferOwnedConnectorModelConstraintTest.java:[82] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ConnectorPropertyReferOwnedConnectorModelConstraintTest.java:[82] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ParticipantPropertyOnlyAssociationBlockModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
66. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ParticipantPropertyOnlyAssociationBlockModelConstraintTest.java (at line 49)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ParticipantPropertyOnlyAssociationBlockModelConstraintTest.java:[81] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ParticipantPropertyOnlyAssociationBlockModelConstraintTest.java:[81] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/modelelements/ViewpointOwnedViewModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
70. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/modelelements/ViewpointOwnedViewModelConstraintTest.java (at line 48)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/modelelements/ViewpointOwnedViewModelConstraintTest.java:[78] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/modelelements/ViewpointOwnedViewModelConstraintTest.java:[78] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/CopyReadOnlyModelConstraintTest.java:[36] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
74. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/CopyReadOnlyModelConstraintTest.java (at line 49)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/CopyReadOnlyModelConstraintTest.java:[93] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/CopyReadOnlyModelConstraintTest.java:[93] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/DeriveReqtSupplierModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
78. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/DeriveReqtSupplierModelConstraintTest.java (at line 48)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/DeriveReqtSupplierModelConstraintTest.java:[83] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/DeriveReqtSupplierModelConstraintTest.java:[83] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/modelelements/ConformSpecificClassifierViewModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
82. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/modelelements/ConformSpecificClassifierViewModelConstraintTest.java (at line 47)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/modelelements/ConformSpecificClassifierViewModelConstraintTest.java:[77] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/modelelements/ConformSpecificClassifierViewModelConstraintTest.java:[77] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/VerifySupplierModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
86. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/VerifySupplierModelConstraintTest.java (at line 48)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/VerifySupplierModelConstraintTest.java:[80] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/VerifySupplierModelConstraintTest.java:[80] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/activities/OptionalMultiplicityModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
90. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/activities/OptionalMultiplicityModelConstraintTest.java (at line 48)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/activities/OptionalMultiplicityModelConstraintTest.java:[77] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/activities/OptionalMultiplicityModelConstraintTest.java:[77] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/DeriveReqtClientModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
94. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/DeriveReqtClientModelConstraintTest.java (at line 48)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/DeriveReqtClientModelConstraintTest.java:[83] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/DeriveReqtClientModelConstraintTest.java:[83] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/ocl/RequirementIdTest.java:[36] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
98. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/ocl/RequirementIdTest.java (at line 47)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/ocl/RequirementIdTest.java:[73] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/ocl/RequirementIdTest.java:[73] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/RequirementNotTypeModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
102. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/RequirementNotTypeModelConstraintTest.java (at line 46)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/RequirementNotTypeModelConstraintTest.java:[72] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/RequirementNotTypeModelConstraintTest.java:[72] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ParticipantPropertyOnlyNoneAggregationModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
106. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ParticipantPropertyOnlyNoneAggregationModelConstraintTest.java (at line 48)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ParticipantPropertyOnlyNoneAggregationModelConstraintTest.java:[78] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ParticipantPropertyOnlyNoneAggregationModelConstraintTest.java:[78] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ClassifierBehaviorPropertyIsCompositeModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
110. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ClassifierBehaviorPropertyIsCompositeModelConstraintTest.java (at line 48)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ClassifierBehaviorPropertyIsCompositeModelConstraintTest.java:[78] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ClassifierBehaviorPropertyIsCompositeModelConstraintTest.java:[78] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ConnectorPropertySameNameModelConstraintTest.java:[36] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
114. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ConnectorPropertySameNameModelConstraintTest.java (at line 51)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ConnectorPropertySameNameModelConstraintTest.java:[90] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ConnectorPropertySameNameModelConstraintTest.java:[90] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/InterfaceBlockPortTypeModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
118. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/InterfaceBlockPortTypeModelConstraintTest.java (at line 48)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/InterfaceBlockPortTypeModelConstraintTest.java:[78] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/InterfaceBlockPortTypeModelConstraintTest.java:[78] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ConnectorPropertyTypedByAssociationBlockModelConstraintTest.java:[36] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
122. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ConnectorPropertyTypedByAssociationBlockModelConstraintTest.java (at line 53)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ConnectorPropertyTypedByAssociationBlockModelConstraintTest.java:[94] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ConnectorPropertyTypedByAssociationBlockModelConstraintTest.java:[94] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/FlowPropertyTypedByModelConstraintTest.java:[36] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
126. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/FlowPropertyTypedByModelConstraintTest.java (at line 48)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/FlowPropertyTypedByModelConstraintTest.java:[79] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/FlowPropertyTypedByModelConstraintTest.java:[79] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/ocl/RequirementTextTest.java:[36] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
130. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/ocl/RequirementTextTest.java (at line 47)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/ocl/RequirementTextTest.java:[73] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/ocl/RequirementTextTest.java:[73] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/modelelements/ViewSingleViewpointModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
134. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/modelelements/ViewSingleViewpointModelConstraintTest.java (at line 47)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/modelelements/ViewSingleViewpointModelConstraintTest.java:[85] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/modelelements/ViewSingleViewpointModelConstraintTest.java:[85] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/BindingConnectorSameEndsTypeModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
138. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/BindingConnectorSameEndsTypeModelConstraintTest.java (at line 50)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/BindingConnectorSameEndsTypeModelConstraintTest.java:[93] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/BindingConnectorSameEndsTypeModelConstraintTest.java:[93] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/BlockSpecializationModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
142. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/BlockSpecializationModelConstraintTest.java (at line 46)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/BlockSpecializationModelConstraintTest.java:[78] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/BlockSpecializationModelConstraintTest.java:[78] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ParticipantPropertyEndMultiplicityModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
146. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ParticipantPropertyEndMultiplicityModelConstraintTest.java (at line 47)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ParticipantPropertyEndMultiplicityModelConstraintTest.java:[79] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ParticipantPropertyEndMultiplicityModelConstraintTest.java:[79] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ClassifierBehaviorPropertyOnBlockModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
150. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ClassifierBehaviorPropertyOnBlockModelConstraintTest.java (at line 48)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ClassifierBehaviorPropertyOnBlockModelConstraintTest.java:[80] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ClassifierBehaviorPropertyOnBlockModelConstraintTest.java:[80] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/RequirementNoAssociationModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
154. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/RequirementNoAssociationModelConstraintTest.java (at line 47)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/RequirementNoAssociationModelConstraintTest.java:[73] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/RequirementNoAssociationModelConstraintTest.java:[73] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/activities/OverwriteNoNoBufferModelConstraintModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
158. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/activities/OverwriteNoNoBufferModelConstraintModelConstraintTest.java (at line 49)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/activities/OverwriteNoNoBufferModelConstraintModelConstraintTest.java:[78] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/activities/OverwriteNoNoBufferModelConstraintModelConstraintTest.java:[78] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ParticipantPropertySameEndModelConstraintTest.java:[36] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
162. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ParticipantPropertySameEndModelConstraintTest.java (at line 50)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ParticipantPropertySameEndModelConstraintTest.java:[92] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ParticipantPropertySameEndModelConstraintTest.java:[92] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/DistributedPropertyTypedByModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
166. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/DistributedPropertyTypedByModelConstraintTest.java (at line 47)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/DistributedPropertyTypedByModelConstraintTest.java:[77] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/DistributedPropertyTypedByModelConstraintTest.java:[77] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/InterfaceBlockNoBehaviorConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
170. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/InterfaceBlockNoBehaviorConstraintTest.java (at line 47)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/InterfaceBlockNoBehaviorConstraintTest.java:[74] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/InterfaceBlockNoBehaviorConstraintTest.java:[74] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ConnectorPropertyOnlyOnBlockModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
174. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ConnectorPropertyOnlyOnBlockModelConstraintTest.java (at line 47)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ConnectorPropertyOnlyOnBlockModelConstraintTest.java:[77] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ConnectorPropertyOnlyOnBlockModelConstraintTest.java:[77] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/modelelements/ExposeClientStereotypedByViewModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
178. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/modelelements/ExposeClientStereotypedByViewModelConstraintTest.java (at line 47)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/modelelements/ExposeClientStereotypedByViewModelConstraintTest.java:[77] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/modelelements/ExposeClientStereotypedByViewModelConstraintTest.java:[77] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/PropertySpecificTypeUniquePropertyModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
182. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/PropertySpecificTypeUniquePropertyModelConstraintTest.java (at line 46)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/PropertySpecificTypeUniquePropertyModelConstraintTest.java:[75] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/PropertySpecificTypeUniquePropertyModelConstraintTest.java:[75] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/SatisfySupplierModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
186. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/SatisfySupplierModelConstraintTest.java (at line 48)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/SatisfySupplierModelConstraintTest.java:[80] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/SatisfySupplierModelConstraintTest.java:[80] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/activities/DiscreteNoContinuousModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
190. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/activities/DiscreteNoContinuousModelConstraintTest.java (at line 48)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/activities/DiscreteNoContinuousModelConstraintTest.java:[76] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/activities/DiscreteNoContinuousModelConstraintTest.java:[76] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/FullPortNotProxyPortModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
194. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/FullPortNotProxyPortModelConstraintTest.java (at line 47)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/FullPortNotProxyPortModelConstraintTest.java:[74] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/FullPortNotProxyPortModelConstraintTest.java:[74] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ParticipantPropertySameTypeModelConstraintTest.java:[36] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
198. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ParticipantPropertySameTypeModelConstraintTest.java (at line 48)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ParticipantPropertySameTypeModelConstraintTest.java:[81] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ParticipantPropertySameTypeModelConstraintTest.java:[81] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ConnectorPropertyOnlyCompositeModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
202. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ConnectorPropertyOnlyCompositeModelConstraintTest.java (at line 47)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ConnectorPropertyOnlyCompositeModelConstraintTest.java:[78] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ConnectorPropertyOnlyCompositeModelConstraintTest.java:[78] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/PropertySpecificTypeMissingNameModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
206. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/PropertySpecificTypeMissingNameModelConstraintTest.java (at line 46)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/PropertySpecificTypeMissingNameModelConstraintTest.java:[72] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/PropertySpecificTypeMissingNameModelConstraintTest.java:[72] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/RequirementNoGeneralizationModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
210. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/RequirementNoGeneralizationModelConstraintTest.java (at line 46)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/RequirementNoGeneralizationModelConstraintTest.java:[72] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/RequirementNoGeneralizationModelConstraintTest.java:[72] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/TestCaseParameterVerdictKindModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
214. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/TestCaseParameterVerdictKindModelConstraintTest.java (at line 48)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/TestCaseParameterVerdictKindModelConstraintTest.java:[81] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/TestCaseParameterVerdictKindModelConstraintTest.java:[81] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/ProxyPortForceInnerProxyPortModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
218. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/ProxyPortForceInnerProxyPortModelConstraintTest.java (at line 47)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/ProxyPortForceInnerProxyPortModelConstraintTest.java:[83] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/portsandflows/ProxyPortForceInnerProxyPortModelConstraintTest.java:[83] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ClassifierBehaviorPropertyTypedByModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
222. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ClassifierBehaviorPropertyTypedByModelConstraintTest.java (at line 49)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ClassifierBehaviorPropertyTypedByModelConstraintTest.java:[83] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ClassifierBehaviorPropertyTypedByModelConstraintTest.java:[83] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/AssociationBlockModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
226. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/AssociationBlockModelConstraintTest.java (at line 50)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/AssociationBlockModelConstraintTest.java:[82] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/AssociationBlockModelConstraintTest.java:[82] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/RequirementNestedRequirementModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
230. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/RequirementNestedRequirementModelConstraintTest.java (at line 47)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/RequirementNestedRequirementModelConstraintTest.java:[75] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/requirements/RequirementNestedRequirementModelConstraintTest.java:[75] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ParticipantPropertyNoAssociationMemberEndsModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
234. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ParticipantPropertyNoAssociationMemberEndsModelConstraintTest.java (at line 49)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ParticipantPropertyNoAssociationMemberEndsModelConstraintTest.java:[80] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/blocks/ParticipantPropertyNoAssociationMemberEndsModelConstraintTest.java:[80] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/activities/NoBufferNoOverwriteModelConstraintTest.java:[35] 
	import org.eclipse.papyrus.uml.service.validation.internal.UMLDiagnostician;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
238. INFO in /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/activities/NoBufferNoOverwriteModelConstraintTest.java (at line 49)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/activities/NoBufferNoOverwriteModelConstraintTest.java:[78] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'UMLDiagnostician' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/org/eclipse/papyrus/sysml16/validation/tests/rules/activities/NoBufferNoOverwriteModelConstraintTest.java:[78] 
	final ValidateModelCommand validateModelCommand = new ValidateModelCommand(model, new UMLDiagnostician());
	                                                                                      ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'UMLDiagnostician()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.validation/3.0.0.202203090938/org.eclipse.papyrus.uml.service.validation-3.0.0.202203090938.jar')
240 problems (0 errors, 180 warnings, 60 infos)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.validation.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.validation.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/target/org.eclipse.papyrus.sysml16.validation.tests-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.validation.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.validation.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/target/org.eclipse.papyrus.sysml16.validation.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.validation.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.validation.tests ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.validation.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/target/org.eclipse.papyrus.sysml16.validation.tests-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/target/org.eclipse.papyrus.sysml16.validation.tests-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.validation.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.sysml16.validation.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/target/work/data, -install, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/target/work, -configuration, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/core/org.eclipse.papyrus.sysml16.validation.tests/target/surefire.properties]
Running org.eclipse.papyrus.sysml16.validation.tests.rules.allocations.AllocateOneClientSupplierModelConstraintTest
log4j:WARN No appenders could be found for logger (org.eclipse.ocl.pivot.uml.internal.es2as.UML2ASUseSwitch).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.861 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.allocations.AllocateOneClientSupplierModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.allocations.AllocateOneClientSupplierModelConstraintTest)  Time elapsed: 4.819 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.portsandflows.FullPortNotBehavioralModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.894 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.portsandflows.FullPortNotBehavioralModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.portsandflows.FullPortNotBehavioralModelConstraintTest)  Time elapsed: 0.894 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.portsandflows.ProxyPortNotFullPortModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.631 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.portsandflows.ProxyPortNotFullPortModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.portsandflows.ProxyPortNotFullPortModelConstraintTest)  Time elapsed: 0.631 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.portsandflows.ProxyPortTypedByInterfaceBlockModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.534 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.portsandflows.ProxyPortTypedByInterfaceBlockModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.portsandflows.ProxyPortTypedByInterfaceBlockModelConstraintTest)  Time elapsed: 0.534 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.portsandflows.InterfaceBlockNoCompositePropertyModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.489 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.portsandflows.InterfaceBlockNoCompositePropertyModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.portsandflows.InterfaceBlockNoCompositePropertyModelConstraintTest)  Time elapsed: 0.489 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.portsandflows.InterfaceBlockPortTypeModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.491 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.portsandflows.InterfaceBlockPortTypeModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.portsandflows.InterfaceBlockPortTypeModelConstraintTest)  Time elapsed: 0.491 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.portsandflows.FlowPropertyTypedByModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.portsandflows.FlowPropertyTypedByModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.portsandflows.FlowPropertyTypedByModelConstraintTest)  Time elapsed: 0.136 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.portsandflows.InterfaceBlockNoBehaviorConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.489 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.portsandflows.InterfaceBlockNoBehaviorConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.portsandflows.InterfaceBlockNoBehaviorConstraintTest)  Time elapsed: 0.489 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.portsandflows.FullPortNotProxyPortModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.531 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.portsandflows.FullPortNotProxyPortModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.portsandflows.FullPortNotProxyPortModelConstraintTest)  Time elapsed: 0.531 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.portsandflows.ProxyPortForceInnerProxyPortModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.portsandflows.ProxyPortForceInnerProxyPortModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.portsandflows.ProxyPortForceInnerProxyPortModelConstraintTest)  Time elapsed: 0.12 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.RefineOneClientSupplierModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.817 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.RefineOneClientSupplierModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.RefineOneClientSupplierModelConstraintTest)  Time elapsed: 0.816 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.TraceDependencyModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.528 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.TraceDependencyModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.TraceDependencyModelConstraintTest)  Time elapsed: 0.528 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.CopyBetweenRequirementsModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.742 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.CopyBetweenRequirementsModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.CopyBetweenRequirementsModelConstraintTest)  Time elapsed: 0.742 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.RequirementEmptyOwnedAttributeModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.568 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.RequirementEmptyOwnedAttributeModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.RequirementEmptyOwnedAttributeModelConstraintTest)  Time elapsed: 0.568 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.RequirementEmptyOwnedOperationModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.601 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.RequirementEmptyOwnedOperationModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.RequirementEmptyOwnedOperationModelConstraintTest)  Time elapsed: 0.6 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.CopyReadOnlyModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.672 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.CopyReadOnlyModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.CopyReadOnlyModelConstraintTest)  Time elapsed: 0.671 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.DeriveReqtSupplierModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.705 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.DeriveReqtSupplierModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.DeriveReqtSupplierModelConstraintTest)  Time elapsed: 0.705 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.VerifySupplierModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.7 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.VerifySupplierModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.VerifySupplierModelConstraintTest)  Time elapsed: 0.699 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.DeriveReqtClientModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.61 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.DeriveReqtClientModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.DeriveReqtClientModelConstraintTest)  Time elapsed: 0.609 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.RequirementNotTypeModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.477 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.RequirementNotTypeModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.RequirementNotTypeModelConstraintTest)  Time elapsed: 0.476 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.RequirementNoAssociationModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.453 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.RequirementNoAssociationModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.RequirementNoAssociationModelConstraintTest)  Time elapsed: 0.453 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.SatisfySupplierModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.718 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.SatisfySupplierModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.SatisfySupplierModelConstraintTest)  Time elapsed: 0.717 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.RequirementNoGeneralizationModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.424 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.RequirementNoGeneralizationModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.RequirementNoGeneralizationModelConstraintTest)  Time elapsed: 0.424 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.TestCaseParameterVerdictKindModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.TestCaseParameterVerdictKindModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.TestCaseParameterVerdictKindModelConstraintTest) skipped
Running org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.RequirementNestedRequirementModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.518 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.RequirementNestedRequirementModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.requirements.RequirementNestedRequirementModelConstraintTest)  Time elapsed: 0.517 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.modelelements.ConformGeneralClassifierViewpointModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.43 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.modelelements.ConformGeneralClassifierViewpointModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.modelelements.ConformGeneralClassifierViewpointModelConstraintTest)  Time elapsed: 0.43 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.modelelements.ViewpointOwnedViewModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.modelelements.ViewpointOwnedViewModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.modelelements.ViewpointOwnedViewModelConstraintTest)  Time elapsed: 0.096 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.modelelements.ConformSpecificClassifierViewModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.431 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.modelelements.ConformSpecificClassifierViewModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.modelelements.ConformSpecificClassifierViewModelConstraintTest)  Time elapsed: 0.43 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.modelelements.ViewSingleViewpointModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.modelelements.ViewSingleViewpointModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.modelelements.ViewSingleViewpointModelConstraintTest)  Time elapsed: 0.417 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.modelelements.ExposeClientStereotypedByViewModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.modelelements.ExposeClientStereotypedByViewModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.modelelements.ExposeClientStereotypedByViewModelConstraintTest)  Time elapsed: 0.078 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.BlockPropertyCompositeModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.BlockPropertyCompositeModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.BlockPropertyCompositeModelConstraintTest)  Time elapsed: 0.156 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.BlockPropertyNoNameModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.BlockPropertyNoNameModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.BlockPropertyNoNameModelConstraintTest)  Time elapsed: 0.088 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.EndPathMultiplicityNotNegativeModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.324 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.EndPathMultiplicityNotNegativeModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.EndPathMultiplicityNotNegativeModelConstraintTest)  Time elapsed: 0.323 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ConnectorPropertyReferOwnedConnectorModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ConnectorPropertyReferOwnedConnectorModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ConnectorPropertyReferOwnedConnectorModelConstraintTest)  Time elapsed: 0.367 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ParticipantPropertyOnlyAssociationBlockModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ParticipantPropertyOnlyAssociationBlockModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ParticipantPropertyOnlyAssociationBlockModelConstraintTest)  Time elapsed: 0.098 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ParticipantPropertyOnlyNoneAggregationModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ParticipantPropertyOnlyNoneAggregationModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ParticipantPropertyOnlyNoneAggregationModelConstraintTest)  Time elapsed: 0.063 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ClassifierBehaviorPropertyIsCompositeModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.329 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ClassifierBehaviorPropertyIsCompositeModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ClassifierBehaviorPropertyIsCompositeModelConstraintTest)  Time elapsed: 0.328 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ConnectorPropertySameNameModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.336 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ConnectorPropertySameNameModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ConnectorPropertySameNameModelConstraintTest)  Time elapsed: 0.336 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ConnectorPropertyTypedByAssociationBlockModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.355 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ConnectorPropertyTypedByAssociationBlockModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ConnectorPropertyTypedByAssociationBlockModelConstraintTest)  Time elapsed: 0.355 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.BindingConnectorSameEndsTypeModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.BindingConnectorSameEndsTypeModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.BindingConnectorSameEndsTypeModelConstraintTest)  Time elapsed: 0.06 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.BlockSpecializationModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.BlockSpecializationModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.BlockSpecializationModelConstraintTest)  Time elapsed: 0.078 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ParticipantPropertyEndMultiplicityModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ParticipantPropertyEndMultiplicityModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ParticipantPropertyEndMultiplicityModelConstraintTest)  Time elapsed: 0.105 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ClassifierBehaviorPropertyOnBlockModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.449 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ClassifierBehaviorPropertyOnBlockModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ClassifierBehaviorPropertyOnBlockModelConstraintTest)  Time elapsed: 0.449 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ParticipantPropertySameEndModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ParticipantPropertySameEndModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ParticipantPropertySameEndModelConstraintTest)  Time elapsed: 0.123 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.DistributedPropertyTypedByModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.DistributedPropertyTypedByModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.DistributedPropertyTypedByModelConstraintTest)  Time elapsed: 0.113 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ConnectorPropertyOnlyOnBlockModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.559 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ConnectorPropertyOnlyOnBlockModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ConnectorPropertyOnlyOnBlockModelConstraintTest)  Time elapsed: 0.559 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.PropertySpecificTypeUniquePropertyModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.PropertySpecificTypeUniquePropertyModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.PropertySpecificTypeUniquePropertyModelConstraintTest)  Time elapsed: 0.427 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ParticipantPropertySameTypeModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ParticipantPropertySameTypeModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ParticipantPropertySameTypeModelConstraintTest)  Time elapsed: 0.104 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ConnectorPropertyOnlyCompositeModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.528 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ConnectorPropertyOnlyCompositeModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ConnectorPropertyOnlyCompositeModelConstraintTest)  Time elapsed: 0.528 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.PropertySpecificTypeMissingNameModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.314 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.PropertySpecificTypeMissingNameModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.PropertySpecificTypeMissingNameModelConstraintTest)  Time elapsed: 0.314 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ClassifierBehaviorPropertyTypedByModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.345 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ClassifierBehaviorPropertyTypedByModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ClassifierBehaviorPropertyTypedByModelConstraintTest)  Time elapsed: 0.345 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.AssociationBlockModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.AssociationBlockModelConstraintTest
org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.AssociationBlockModelConstraintTest skipped
Running org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ParticipantPropertyNoAssociationMemberEndsModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ParticipantPropertyNoAssociationMemberEndsModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.blocks.ParticipantPropertyNoAssociationMemberEndsModelConstraintTest)  Time elapsed: 0.086 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.activities.RateParameterIsStreamModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.activities.RateParameterIsStreamModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.activities.RateParameterIsStreamModelConstraintTest)  Time elapsed: 0.054 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.activities.OptionalMultiplicityModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.activities.OptionalMultiplicityModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.activities.OptionalMultiplicityModelConstraintTest)  Time elapsed: 0.31 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.activities.OverwriteNoNoBufferModelConstraintModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.432 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.activities.OverwriteNoNoBufferModelConstraintModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.activities.OverwriteNoNoBufferModelConstraintModelConstraintTest)  Time elapsed: 0.432 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.activities.DiscreteNoContinuousModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.activities.DiscreteNoContinuousModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.activities.DiscreteNoContinuousModelConstraintTest)  Time elapsed: 0.076 s
Running org.eclipse.papyrus.sysml16.validation.tests.rules.activities.NoBufferNoOverwriteModelConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 s - in org.eclipse.papyrus.sysml16.validation.tests.rules.activities.NoBufferNoOverwriteModelConstraintTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.rules.activities.NoBufferNoOverwriteModelConstraintTest)  Time elapsed: 0.419 s
Running org.eclipse.papyrus.sysml16.validation.tests.ocl.RequirementIdTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.775 s - in org.eclipse.papyrus.sysml16.validation.tests.ocl.RequirementIdTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.ocl.RequirementIdTest)  Time elapsed: 0.775 s
Running org.eclipse.papyrus.sysml16.validation.tests.ocl.RequirementTextTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.714 s - in org.eclipse.papyrus.sysml16.validation.tests.ocl.RequirementTextTest
checkRuleValidation(org.eclipse.papyrus.sysml16.validation.tests.ocl.RequirementTextTest)  Time elapsed: 0.714 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.gui.tests >---
[INFO] Building SysML GUI Tests 2.0.0-SNAPSHOT                          [38/59]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.gui.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.gui.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.gui.tests ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.gui.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.gui.tests ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.architecture.tests >--
[INFO] Building org.eclipse.papyrus.sysml16.architecture.tests 2.0.0-SNAPSHOT [39/59]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.architecture.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.architecture.tests ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.architecture.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.architecture.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.architecture.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.architecture.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.architecture.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.architecture.tests/bin
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.architecture.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.architecture.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.architecture.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.architecture.tests/target/org.eclipse.papyrus.sysml16.architecture.tests-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.architecture.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.architecture.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.architecture.tests/target/org.eclipse.papyrus.sysml16.architecture.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.architecture.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.architecture.tests ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.architecture.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.architecture.tests/target/org.eclipse.papyrus.sysml16.architecture.tests-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.architecture.tests/target/org.eclipse.papyrus.sysml16.architecture.tests-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.architecture.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.sysml16.architecture.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.architecture.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.architecture.tests/target/work/data, -install, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.architecture.tests/target/work, -configuration, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.architecture.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.architecture.tests/target/surefire.properties]
Running org.eclipse.papyrus.sysml16.architecture.tests.resources.ModelValidationTest
Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4.699 s <<< FAILURE! - in org.eclipse.papyrus.sysml16.architecture.tests.resources.ModelValidationTest
validateModel[0](org.eclipse.papyrus.sysml16.architecture.tests.resources.ModelValidationTest)  Time elapsed: 0.231 s  <<< FAILURE!
java.lang.AssertionError: 
The /resources/sysml16.architecture model is invalid Diagnosis of org.eclipse.papyrus.infra.core.architecture.impl.ArchitectureDomainImpl@66fb2334{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#org.eclipse.papyrus.sysml16.systemsEngineering}
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@158b5594{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KPargWuwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@7a32ded4{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KPargmuwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@34be1651{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParg2uwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@2d7b31e2{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParhWuwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@59b0402{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParh2uwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@c94f22d{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_j2LQIS7uEeWklMXvaoXzgA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@28cb3e1e{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_j2LQIi7uEeWklMXvaoXzgA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@3db95012{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_8zoQcUpiEemPZPxrFrrvTw}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@1697d812{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_8zoQckpiEemPZPxrFrrvTw}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@1ec5c8df{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_ZrBf4ZaBEeS8eNvSwD0lgA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@698b32d5{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_izoMsEoqEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@41f420be{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_pJ81kEoqEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@4fdf322f{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_ZrBf45aBEeS8eNvSwD0lgA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@7f6c983b{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_s8WJIEoqEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@4f410099{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_tSjCoEoqEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@21ed7ce{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_x8UqIEoqEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@459c4adc{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_yKOjQEoqEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@6ba212b0{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_yh74oEoqEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@331e52ed{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_y2cJAEoqEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@47ca43e7{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_mIEUsDEnEeWu9rf11ohCng}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@4fe3872c{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_CzSPoHHbEeeNP_yv2pPMxg}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@16c689c3{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_SXiAoHHbEeeNP_yv2pPMxg}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@41861364{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_D-1NUEorEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@632c0206{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_EO8F4EorEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@72445f6c{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_Ek9ZMEorEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@19476596{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_E242sEorEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@682b48e9{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_ZrBf45aBEeS8eNvSwD0lgA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@2bec100a{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_NR7wYEorEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@626fd424{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_ZrBf4ZaBEeS8eNvSwD0lgA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@7468a0e{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_NqGYwEorEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@d8011e4{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_ZrBf45aBEeS8eNvSwD0lgA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@69d0e9b0{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_j2LQJC7uEeWklMXvaoXzgA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@6452da5f{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_VZUuQEorEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@1b6add17{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_j2LQJi7uEeWklMXvaoXzgA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@76e6c44{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_eXTo8SywEeaHK-6t3D9x9w}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@759cced4{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_ZW7MQEorEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@38532715{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_eXTo8yywEeaHK-6t3D9x9w}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@491e2270{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_TR15IXDvEeWh-MssWmCB_A}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@5a67afe9{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_TR15InDvEeWh-MssWmCB_A}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@7bad503f{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_TR15I3DvEeWh-MssWmCB_A}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@4d5e7334{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_TR15JXDvEeWh-MssWmCB_A}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@3b9c1452{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_TR15J3DvEeWh-MssWmCB_A}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@2e37768e{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_TR15KXDvEeWh-MssWmCB_A}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@25417c7c{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParlWuwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@4ea83953{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParlmuwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@538c49c7{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParl2uwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@5cab6457{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParmGuwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@7dca9c94{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParmmuwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@4bb76c87{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParnGuwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@2a561840{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParnmuwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@5fcdda47{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParoGuwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@13bd7c56{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParo2uwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@22939384{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParpGuwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@6c6fdb0e{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParpWuwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@4c45248d{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParpmuwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@187609cb{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_4BQnQN_5Eeu8gce1zEkdQQ}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@7df22704{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_78lNUN_5Eeu8gce1zEkdQQ}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@4e2525fb{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_HlQEIN_7Eeu8gce1zEkdQQ}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@66b545a5{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_HlQrMN_7Eeu8gce1zEkdQQ}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@7de2e3a1{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_Ppl4kN_8Eeu8gce1zEkdQQ}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@1a8f0b1b{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_Qw9wUN_8Eeu8gce1zEkdQQ}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@40fd532d{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_j4BrUN_9Eeu8gce1zEkdQQ}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@2ae85f78{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_lViLIN_9Eeu8gce1zEkdQQ}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@41e38d89{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_wekVEN_9Eeu8gce1zEkdQQ}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@6badcaa3{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_yDS3MN_9Eeu8gce1zEkdQQ}' expected:<0> but was:<4>
	at org.eclipse.papyrus.sysml16.architecture.tests.resources.ModelValidationTest.validateModel(ModelValidationTest.java:75)

validateModel[1](org.eclipse.papyrus.sysml16.architecture.tests.resources.ModelValidationTest)  Time elapsed: 0.051 s
validateModel[2](org.eclipse.papyrus.sysml16.architecture.tests.resources.ModelValidationTest)  Time elapsed: 0.051 s
validateModel[3](org.eclipse.papyrus.sysml16.architecture.tests.resources.ModelValidationTest)  Time elapsed: 0.013 s
validateModel[4](org.eclipse.papyrus.sysml16.architecture.tests.resources.ModelValidationTest)  Time elapsed: 0.039 s
validateModel[5](org.eclipse.papyrus.sysml16.architecture.tests.resources.ModelValidationTest)  Time elapsed: 0.043 s
validateModel[6](org.eclipse.papyrus.sysml16.architecture.tests.resources.ModelValidationTest)  Time elapsed: 0.022 s
Running org.eclipse.papyrus.sysml16.architecture.tests.resources.ArchitectureValidationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.papyrus.sysml16.architecture.tests.resources.ArchitectureValidationTest
checkXMIIds(org.eclipse.papyrus.sysml16.architecture.tests.resources.ArchitectureValidationTest)  Time elapsed: 0.013 s
Running org.eclipse.papyrus.sysml16.architecture.tests.util.SysML16ArchitectureUtilTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.papyrus.sysml16.architecture.tests.util.SysML16ArchitectureUtilTest
checkRepresentationIds[0](org.eclipse.papyrus.sysml16.architecture.tests.util.SysML16ArchitectureUtilTest)  Time elapsed: 0.005 s
checkRepresentationIds[1](org.eclipse.papyrus.sysml16.architecture.tests.util.SysML16ArchitectureUtilTest)  Time elapsed: 0.004 s
checkRepresentationIds[2](org.eclipse.papyrus.sysml16.architecture.tests.util.SysML16ArchitectureUtilTest)  Time elapsed: 0.005 s
checkRepresentationIds[3](org.eclipse.papyrus.sysml16.architecture.tests.util.SysML16ArchitectureUtilTest)  Time elapsed: 0.004 s
checkRepresentationIds[4](org.eclipse.papyrus.sysml16.architecture.tests.util.SysML16ArchitectureUtilTest)  Time elapsed: 0.004 s
checkRepresentationIds[5](org.eclipse.papyrus.sysml16.architecture.tests.util.SysML16ArchitectureUtilTest)  Time elapsed: 0.005 s
checkRepresentationIds[6](org.eclipse.papyrus.sysml16.architecture.tests.util.SysML16ArchitectureUtilTest)  Time elapsed: 0.004 s
checkRepresentationIds[7](org.eclipse.papyrus.sysml16.architecture.tests.util.SysML16ArchitectureUtilTest)  Time elapsed: 0.003 s
checkRepresentationIds[8](org.eclipse.papyrus.sysml16.architecture.tests.util.SysML16ArchitectureUtilTest)  Time elapsed: 0.005 s
checkRepresentationIds[9](org.eclipse.papyrus.sysml16.architecture.tests.util.SysML16ArchitectureUtilTest)  Time elapsed: 0.006 s
checkRepresentationIds[10](org.eclipse.papyrus.sysml16.architecture.tests.util.SysML16ArchitectureUtilTest)  Time elapsed: 0.006 s
checkRepresentationIds[11](org.eclipse.papyrus.sysml16.architecture.tests.util.SysML16ArchitectureUtilTest)  Time elapsed: 0.004 s

Results:

Failures: 
  ModelValidationTest.validateModel:75 The /resources/sysml16.architecture model is invalid Diagnosis of org.eclipse.papyrus.infra.core.architecture.impl.ArchitectureDomainImpl@66fb2334{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#org.eclipse.papyrus.sysml16.systemsEngineering}
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@158b5594{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KPargWuwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@7a32ded4{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KPargmuwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@34be1651{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParg2uwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@2d7b31e2{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParhWuwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@59b0402{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParh2uwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@c94f22d{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_j2LQIS7uEeWklMXvaoXzgA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@28cb3e1e{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_j2LQIi7uEeWklMXvaoXzgA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@3db95012{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_8zoQcUpiEemPZPxrFrrvTw}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@1697d812{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_8zoQckpiEemPZPxrFrrvTw}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@1ec5c8df{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_ZrBf4ZaBEeS8eNvSwD0lgA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@698b32d5{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_izoMsEoqEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@41f420be{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_pJ81kEoqEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@4fdf322f{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_ZrBf45aBEeS8eNvSwD0lgA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@7f6c983b{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_s8WJIEoqEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@4f410099{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_tSjCoEoqEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@21ed7ce{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_x8UqIEoqEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@459c4adc{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_yKOjQEoqEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@6ba212b0{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_yh74oEoqEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@331e52ed{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_y2cJAEoqEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@47ca43e7{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_mIEUsDEnEeWu9rf11ohCng}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@4fe3872c{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_CzSPoHHbEeeNP_yv2pPMxg}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@16c689c3{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_SXiAoHHbEeeNP_yv2pPMxg}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@41861364{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_D-1NUEorEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@632c0206{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_EO8F4EorEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@72445f6c{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_Ek9ZMEorEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@19476596{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_E242sEorEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@682b48e9{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_ZrBf45aBEeS8eNvSwD0lgA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@2bec100a{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_NR7wYEorEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@626fd424{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_ZrBf4ZaBEeS8eNvSwD0lgA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@7468a0e{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_NqGYwEorEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@d8011e4{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_ZrBf45aBEeS8eNvSwD0lgA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@69d0e9b0{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_j2LQJC7uEeWklMXvaoXzgA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@6452da5f{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_VZUuQEorEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@1b6add17{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_j2LQJi7uEeWklMXvaoXzgA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@76e6c44{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_eXTo8SywEeaHK-6t3D9x9w}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@759cced4{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_ZW7MQEorEemhF82MMhP0eA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@38532715{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_eXTo8yywEeaHK-6t3D9x9w}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@491e2270{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_TR15IXDvEeWh-MssWmCB_A}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@5a67afe9{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_TR15InDvEeWh-MssWmCB_A}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@7bad503f{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_TR15I3DvEeWh-MssWmCB_A}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@4d5e7334{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_TR15JXDvEeWh-MssWmCB_A}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@3b9c1452{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_TR15J3DvEeWh-MssWmCB_A}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@2e37768e{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_TR15KXDvEeWh-MssWmCB_A}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@25417c7c{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParlWuwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@4ea83953{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParlmuwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@538c49c7{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParl2uwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@5cab6457{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParmGuwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@7dca9c94{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParmmuwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@4bb76c87{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParnGuwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@2a561840{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParnmuwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@5fcdda47{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParoGuwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@13bd7c56{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParo2uwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@22939384{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParpGuwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@6c6fdb0e{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParpWuwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@4c45248d{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_KParpmuwEeeQz9CX7wZ3ZA}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@187609cb{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_4BQnQN_5Eeu8gce1zEkdQQ}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@7df22704{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_78lNUN_5Eeu8gce1zEkdQQ}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@4e2525fb{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_HlQEIN_7Eeu8gce1zEkdQQ}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@66b545a5{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_HlQrMN_7Eeu8gce1zEkdQQ}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@7de2e3a1{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_Ppl4kN_8Eeu8gce1zEkdQQ}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@1a8f0b1b{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_Qw9wUN_8Eeu8gce1zEkdQQ}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@40fd532d{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_j4BrUN_9Eeu8gce1zEkdQQ}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@2ae85f78{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_lViLIN_9Eeu8gce1zEkdQQ}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.ModelRuleImpl@41e38d89{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_wekVEN_9Eeu8gce1zEkdQQ}'
Validation failed with an exception for 'org.eclipse.papyrus.infra.architecture.representation.impl.OwningRuleImpl@6badcaa3{platform:/plugin/org.eclipse.papyrus.sysml16.architecture/resources/sysml16.architecture#_yDS3MN_9Eeu8gce1zEkdQQ}' expected:<0> but was:<4>

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

[ERROR] There are test failures.

Please refer to /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.architecture.tests/target/surefire-reports for the individual test results.
[INFO] 
[INFO] ---< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.ui.tests >---
[INFO] Building org.eclipse.papyrus.sysml16.ui.tests 2.0.0-SNAPSHOT     [40/59]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.ui.tests ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.ui.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.ui.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.ui.tests ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.ui.tests/bin
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.ui.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.ui.tests/target/org.eclipse.papyrus.sysml16.ui.tests-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.ui.tests/target/org.eclipse.papyrus.sysml16.ui.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.ui.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.ui.tests ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.ui.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.ui.tests/target/org.eclipse.papyrus.sysml16.ui.tests-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.ui.tests/target/org.eclipse.papyrus.sysml16.ui.tests-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.ui.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.sysml16.ui.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.ui.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.ui.tests/target/work/data, -install, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.ui.tests/target/work, -configuration, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/gui/org.eclipse.papyrus.sysml16.ui.tests/target/surefire.properties]
Running org.eclipse.papyrus.sysml16.ui.tests.resources.ExpressionValidationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s - in org.eclipse.papyrus.sysml16.ui.tests.resources.ExpressionValidationTest
useValidation(org.eclipse.papyrus.sysml16.ui.tests.resources.ExpressionValidationTest)  Time elapsed: 0.077 s
Running org.eclipse.papyrus.sysml16.ui.tests.resources.ModelValidationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.128 s - in org.eclipse.papyrus.sysml16.ui.tests.resources.ModelValidationTest
validateModel[0](org.eclipse.papyrus.sysml16.ui.tests.resources.ModelValidationTest)  Time elapsed: 0.061 s
validateModel[1](org.eclipse.papyrus.sysml16.ui.tests.resources.ModelValidationTest)  Time elapsed: 0.031 s
validateModel[2](org.eclipse.papyrus.sysml16.ui.tests.resources.ModelValidationTest)  Time elapsed: 0.011 s
validateModel[3](org.eclipse.papyrus.sysml16.ui.tests.resources.ModelValidationTest)  Time elapsed: 0.012 s
validateModel[4](org.eclipse.papyrus.sysml16.ui.tests.resources.ModelValidationTest)  Time elapsed: 0.009 s
Running org.eclipse.papyrus.sysml16.ui.tests.resources.PaletteIconIdTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.3 s - in org.eclipse.papyrus.sysml16.ui.tests.resources.PaletteIconIdTest
useValidation[0](org.eclipse.papyrus.sysml16.ui.tests.resources.PaletteIconIdTest)  Time elapsed: 0.116 s
checkPaletteIds[0](org.eclipse.papyrus.sysml16.ui.tests.resources.PaletteIconIdTest)  Time elapsed: 0.051 s
useValidation[1](org.eclipse.papyrus.sysml16.ui.tests.resources.PaletteIconIdTest)  Time elapsed: 0.04 s
checkPaletteIds[1](org.eclipse.papyrus.sysml16.ui.tests.resources.PaletteIconIdTest)  Time elapsed: 0.003 s
useValidation[2](org.eclipse.papyrus.sysml16.ui.tests.resources.PaletteIconIdTest)  Time elapsed: 0.007 s
checkPaletteIds[2](org.eclipse.papyrus.sysml16.ui.tests.resources.PaletteIconIdTest)  Time elapsed: 0.001 s
useValidation[3](org.eclipse.papyrus.sysml16.ui.tests.resources.PaletteIconIdTest)  Time elapsed: 0.077 s
checkPaletteIds[3](org.eclipse.papyrus.sysml16.ui.tests.resources.PaletteIconIdTest)  Time elapsed: 0.002 s
Running org.eclipse.papyrus.sysml16.ui.tests.resources.NewChildMenuTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.papyrus.sysml16.ui.tests.resources.NewChildMenuTest
useValidation(org.eclipse.papyrus.sysml16.ui.tests.resources.NewChildMenuTest)  Time elapsed: 0.01 s
checkMenuNewChildElementTypeIdRefs(org.eclipse.papyrus.sysml16.ui.tests.resources.NewChildMenuTest)  Time elapsed: 0.003 s
Running org.eclipse.papyrus.sysml16.ui.tests.images.SysmlProfileImageTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.papyrus.sysml16.ui.tests.images.SysmlProfileImageTest
testImageLocation(org.eclipse.papyrus.sysml16.ui.tests.images.SysmlProfileImageTest)  Time elapsed: 0.081 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.tests >--
[INFO] Building SysML Diagram Tests 2.0.0-SNAPSHOT                      [41/59]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.diagram.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.diagram.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.diagram.tests ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.diagram.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.diagram.tests ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.common.tests >--
[INFO] Building org.eclipse.papyrus.sysml16.diagram.common.tests 2.0.0-SNAPSHOT [42/59]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.diagram.common.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.diagram.common.tests ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.diagram.common.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.diagram.common.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.diagram.common.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.common.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.diagram.common.tests ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.common.tests/bin
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.diagram.common.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.common.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.diagram.common.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.common.tests/target/org.eclipse.papyrus.sysml16.diagram.common.tests-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.diagram.common.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.diagram.common.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.common.tests/target/org.eclipse.papyrus.sysml16.diagram.common.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.diagram.common.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.diagram.common.tests ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.diagram.common.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.common.tests/target/org.eclipse.papyrus.sysml16.diagram.common.tests-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.common.tests/target/org.eclipse.papyrus.sysml16.diagram.common.tests-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.diagram.common.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.sysml16.diagram.common.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.common.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.common.tests/target/work/data, -install, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.common.tests/target/work, -configuration, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.common.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.common.tests/target/surefire.properties]
Running org.eclipse.papyrus.sysml16.diagram.common.tests.resources.SysML16ClassDiagramElementTypesExtensionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.414 s - in org.eclipse.papyrus.sysml16.diagram.common.tests.resources.SysML16ClassDiagramElementTypesExtensionTest
checkElementTypeMatcher(org.eclipse.papyrus.sysml16.diagram.common.tests.resources.SysML16ClassDiagramElementTypesExtensionTest)  Time elapsed: 0.009 s
validateSysML16ClassDiagramElementTypesExtensionModel(org.eclipse.papyrus.sysml16.diagram.common.tests.resources.SysML16ClassDiagramElementTypesExtensionTest)  Time elapsed: 0.046 s
Running org.eclipse.papyrus.sysml16.diagram.common.tests.resources.SysML16CompositeDiagramElementTypesExtensionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.papyrus.sysml16.diagram.common.tests.resources.SysML16CompositeDiagramElementTypesExtensionTest
checkElementTypeMatcher(org.eclipse.papyrus.sysml16.diagram.common.tests.resources.SysML16CompositeDiagramElementTypesExtensionTest)  Time elapsed: 0.004 s
validateSysML16ClassDiagramElementTypesExtensionModel(org.eclipse.papyrus.sysml16.diagram.common.tests.resources.SysML16CompositeDiagramElementTypesExtensionTest)  Time elapsed: 0.07 s
Running org.eclipse.papyrus.sysml16.diagram.common.tests.resources.SysMLDiUMLTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.papyrus.sysml16.diagram.common.tests.resources.SysMLDiUMLTest
validateSysML16ElementTypesModel(org.eclipse.papyrus.sysml16.diagram.common.tests.resources.SysMLDiUMLTest)  Time elapsed: 0.037 s
checkAlreadyExistingId(org.eclipse.papyrus.sysml16.diagram.common.tests.resources.SysMLDiUMLTest)  Time elapsed: 0 s
Running org.eclipse.papyrus.sysml16.diagram.common.tests.util.GraphicalSysMLServiceTypeUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.papyrus.sysml16.diagram.common.tests.util.GraphicalSysMLServiceTypeUtilTest
checkConstraintLabelElementTypeId(org.eclipse.papyrus.sysml16.diagram.common.tests.util.GraphicalSysMLServiceTypeUtilTest)  Time elapsed: 0.003 s
checkParameterBorderItemLabelElementTypeId(org.eclipse.papyrus.sysml16.diagram.common.tests.util.GraphicalSysMLServiceTypeUtilTest)  Time elapsed: 0 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests >--
[INFO] Building org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests 2.0.0-SNAPSHOT [43/59]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests/bin
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests/target/org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests/target/org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests/target/org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests/target/org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests/target/work/data, -install, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests/target/work, -configuration, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests/target/surefire.properties]
Running org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests.resources.ModelValidationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.455 s - in org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests.resources.ModelValidationTest
validateModel[0](org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests.resources.ModelValidationTest)  Time elapsed: 0.148 s
validateModel[1](org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests.resources.ModelValidationTest)  Time elapsed: 0.058 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.internalblock.tests >--
[INFO] Building org.eclipse.papyrus.sysml16.diagram.internalblock.tests 2.0.0-SNAPSHOT [44/59]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.diagram.internalblock.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.diagram.internalblock.tests ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.diagram.internalblock.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.diagram.internalblock.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.diagram.internalblock.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.internalblock.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.diagram.internalblock.tests ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.internalblock.tests/bin
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.diagram.internalblock.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.internalblock.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.diagram.internalblock.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.internalblock.tests/target/org.eclipse.papyrus.sysml16.diagram.internalblock.tests-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.diagram.internalblock.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.diagram.internalblock.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.internalblock.tests/target/org.eclipse.papyrus.sysml16.diagram.internalblock.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.diagram.internalblock.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.diagram.internalblock.tests ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.diagram.internalblock.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.internalblock.tests/target/org.eclipse.papyrus.sysml16.diagram.internalblock.tests-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.internalblock.tests/target/org.eclipse.papyrus.sysml16.diagram.internalblock.tests-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.diagram.internalblock.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.sysml16.diagram.internalblock.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.internalblock.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.internalblock.tests/target/work/data, -install, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.internalblock.tests/target/work, -configuration, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.internalblock.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.internalblock.tests/target/surefire.properties]
Running org.eclipse.papyrus.sysml16.diagram.internalblock.tests.resources.ModelValidationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.533 s - in org.eclipse.papyrus.sysml16.diagram.internalblock.tests.resources.ModelValidationTest
validateModel[0](org.eclipse.papyrus.sysml16.diagram.internalblock.tests.resources.ModelValidationTest)  Time elapsed: 0.045 s
validateModel[1](org.eclipse.papyrus.sysml16.diagram.internalblock.tests.resources.ModelValidationTest)  Time elapsed: 0.071 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.parametric.tests >--
[INFO] Building org.eclipse.papyrus.sysml16.diagram.parametric.tests 2.0.0-SNAPSHOT [45/59]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.diagram.parametric.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.diagram.parametric.tests ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.diagram.parametric.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.diagram.parametric.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.diagram.parametric.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.parametric.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.diagram.parametric.tests ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.parametric.tests/bin
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.diagram.parametric.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.parametric.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.diagram.parametric.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.parametric.tests/target/org.eclipse.papyrus.sysml16.diagram.parametric.tests-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.diagram.parametric.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.diagram.parametric.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.parametric.tests/target/org.eclipse.papyrus.sysml16.diagram.parametric.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.diagram.parametric.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.diagram.parametric.tests ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.diagram.parametric.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.parametric.tests/target/org.eclipse.papyrus.sysml16.diagram.parametric.tests-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.parametric.tests/target/org.eclipse.papyrus.sysml16.diagram.parametric.tests-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.diagram.parametric.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.sysml16.diagram.parametric.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.parametric.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.parametric.tests/target/work/data, -install, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.parametric.tests/target/work, -configuration, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.parametric.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.parametric.tests/target/surefire.properties]
Running org.eclipse.papyrus.sysml16.diagram.parametric.tests.resources.ModelValidationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.747 s - in org.eclipse.papyrus.sysml16.diagram.parametric.tests.resources.ModelValidationTest
validateModel[0](org.eclipse.papyrus.sysml16.diagram.parametric.tests.resources.ModelValidationTest)  Time elapsed: 0.116 s
validateModel[1](org.eclipse.papyrus.sysml16.diagram.parametric.tests.resources.ModelValidationTest)  Time elapsed: 0.042 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.diagram.requirement.tests >--
[INFO] Building org.eclipse.papyrus.sysml16.diagram.requirement.tests 2.0.0-SNAPSHOT [46/59]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.diagram.requirement.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.diagram.requirement.tests ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.diagram.requirement.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.diagram.requirement.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.diagram.requirement.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.requirement.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.diagram.requirement.tests ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.requirement.tests/bin
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.diagram.requirement.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.requirement.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.diagram.requirement.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.requirement.tests/target/org.eclipse.papyrus.sysml16.diagram.requirement.tests-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.diagram.requirement.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.diagram.requirement.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.requirement.tests/target/org.eclipse.papyrus.sysml16.diagram.requirement.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.diagram.requirement.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.diagram.requirement.tests ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.diagram.requirement.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.requirement.tests/target/org.eclipse.papyrus.sysml16.diagram.requirement.tests-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.requirement.tests/target/org.eclipse.papyrus.sysml16.diagram.requirement.tests-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.diagram.requirement.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.sysml16.diagram.requirement.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.requirement.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.requirement.tests/target/work/data, -install, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.requirement.tests/target/work, -configuration, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.requirement.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/diagram/org.eclipse.papyrus.sysml16.diagram.requirement.tests/target/surefire.properties]
Running org.eclipse.papyrus.sysml16.diagram.requirement.tests.resources.ModelValidationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.334 s - in org.eclipse.papyrus.sysml16.diagram.requirement.tests.resources.ModelValidationTest
validateModel[0](org.eclipse.papyrus.sysml16.diagram.requirement.tests.resources.ModelValidationTest)  Time elapsed: 0.296 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.table.tests >--
[INFO] Building SysML Table Tests 2.0.0-SNAPSHOT                        [47/59]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.table.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.table.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.table.tests ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.table.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.table.tests ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.nattable.allocation.tests >--
[INFO] Building org.eclipse.papyrus.sysml16.nattable.allocation.tests 2.0.0-SNAPSHOT [48/59]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.nattable.allocation.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.nattable.allocation.tests ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.nattable.allocation.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.nattable.allocation.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.nattable.allocation.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.allocation.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.nattable.allocation.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.allocation.tests/bin
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.nattable.allocation.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.allocation.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.nattable.allocation.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.allocation.tests/target/org.eclipse.papyrus.sysml16.nattable.allocation.tests-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.nattable.allocation.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.nattable.allocation.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.allocation.tests/target/org.eclipse.papyrus.sysml16.nattable.allocation.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.nattable.allocation.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.nattable.allocation.tests ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.nattable.allocation.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.allocation.tests/target/org.eclipse.papyrus.sysml16.nattable.allocation.tests-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.allocation.tests/target/org.eclipse.papyrus.sysml16.nattable.allocation.tests-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.nattable.allocation.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.sysml16.nattable.allocation.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.allocation.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.allocation.tests/target/work/data, -install, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.allocation.tests/target/work, -configuration, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.allocation.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.allocation.tests/target/surefire.properties]
Running org.eclipse.papyrus.sysml16.nattable.allocation.tests.resources.AllocationNattableTest
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.549 s - in org.eclipse.papyrus.sysml16.nattable.allocation.tests.resources.AllocationNattableTest
validateAllocationNattableModel(org.eclipse.papyrus.sysml16.nattable.allocation.tests.resources.AllocationNattableTest)  Time elapsed: 4.487 s
validateAllocationMatrixModel(org.eclipse.papyrus.sysml16.nattable.allocation.tests.resources.AllocationNattableTest)  Time elapsed: 0.023 s
checkPastedElementId(org.eclipse.papyrus.sysml16.nattable.allocation.tests.resources.AllocationNattableTest)  Time elapsed: 0.005 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.nattable.requirement.tests >--
[INFO] Building org.eclipse.papyrus.sysml16.nattable.requirement.tests 2.0.0-SNAPSHOT [49/59]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.nattable.requirement.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.nattable.requirement.tests ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.nattable.requirement.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.nattable.requirement.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.nattable.requirement.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.requirement.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.nattable.requirement.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.requirement.tests/bin
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.nattable.requirement.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.requirement.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.nattable.requirement.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.requirement.tests/target/org.eclipse.papyrus.sysml16.nattable.requirement.tests-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.nattable.requirement.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.nattable.requirement.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.requirement.tests/target/org.eclipse.papyrus.sysml16.nattable.requirement.tests-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.nattable.requirement.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.nattable.requirement.tests ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.nattable.requirement.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.requirement.tests/target/org.eclipse.papyrus.sysml16.nattable.requirement.tests-2.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.requirement.tests/target/org.eclipse.papyrus.sysml16.nattable.requirement.tests-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.nattable.requirement.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.sysml16.nattable.requirement.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.requirement.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/papyrus-sysml16-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.requirement.tests/target/work/data, -install, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.requirement.tests/target/work, -configuration, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.requirement.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/papyrus-sysml16-master/tests/table/org.eclipse.papyrus.sysml16.nattable.requirement.tests/target/surefire.properties]
Running org.eclipse.papyrus.sysml16.nattable.requirement.tests.resources.RequirementNattableTest
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.715 s - in org.eclipse.papyrus.sysml16.nattable.requirement.tests.resources.RequirementNattableTest
validateRequirementTreeNattableModel(org.eclipse.papyrus.sysml16.nattable.requirement.tests.resources.RequirementNattableTest)  Time elapsed: 4.665 s
validateRequirementNattableModel(org.eclipse.papyrus.sysml16.nattable.requirement.tests.resources.RequirementNattableTest)  Time elapsed: 0.008 s
checkPastedElementId(org.eclipse.papyrus.sysml16.nattable.requirement.tests.resources.RequirementNattableTest)  Time elapsed: 0.006 s
checkTreePastedElementId(org.eclipse.papyrus.sysml16.nattable.requirement.tests.resources.RequirementNattableTest)  Time elapsed: 0.003 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] ---< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.features >---
[INFO] Building SysML Features 2.0.0-SNAPSHOT                           [50/59]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.features ---
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.features ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.features ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.features ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.features ---
[INFO] 
[INFO] ---< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.feature >----
[INFO] Building org.eclipse.papyrus.sysml16.feature 2.2.0-SNAPSHOT      [51/59]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.sysml16.feature ---
[INFO] The project's OSGi version is 2.2.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.sysml16.feature ---
[INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB)
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.feature/target/org.eclipse.papyrus.sysml16.feature-2.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.sysml16.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.feature ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.feature/target/org.eclipse.papyrus.sysml16.feature-2.2.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.feature/target/org.eclipse.papyrus.sysml16.feature-2.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.feature/target/org.eclipse.papyrus.sysml16.feature-2.2.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.feature ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.requirements.extension.feature >--
[INFO] Building org.eclipse.papyrus.sysml16.requirements.extension.feature 2.1.0-SNAPSHOT [52/59]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.requirements.extension.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.requirements.extension.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.sysml16.requirements.extension.feature ---
[INFO] The project's OSGi version is 2.1.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.requirements.extension.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.requirements.extension.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.requirements.extension.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.requirements.extension.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.sysml16.requirements.extension.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.requirements.extension.feature/target/org.eclipse.papyrus.sysml16.requirements.extension.feature-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.requirements.extension.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.sysml16.requirements.extension.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.requirements.extension.feature ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.requirements.extension.feature/target/org.eclipse.papyrus.sysml16.requirements.extension.feature-2.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.requirements.extension.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.requirements.extension.feature/target/org.eclipse.papyrus.sysml16.requirements.extension.feature-2.1.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.requirements.extension.feature/target/org.eclipse.papyrus.sysml16.requirements.extension.feature-2.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.requirements.extension.feature ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.elementgroup.feature >--
[INFO] Building Element group tools 1.1.0-SNAPSHOT                      [53/59]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.elementgroup.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.elementgroup.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.sysml16.elementgroup.feature ---
[INFO] The project's OSGi version is 1.1.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.elementgroup.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.elementgroup.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.elementgroup.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.elementgroup.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.sysml16.elementgroup.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.elementgroup.feature/target/org.eclipse.papyrus.sysml16.elementgroup.feature-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.elementgroup.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.sysml16.elementgroup.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.elementgroup.feature ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.elementgroup.feature/target/org.eclipse.papyrus.sysml16.elementgroup.feature-1.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.elementgroup.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.elementgroup.feature/target/org.eclipse.papyrus.sysml16.elementgroup.feature-1.1.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.elementgroup.feature/target/org.eclipse.papyrus.sysml16.elementgroup.feature-1.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.elementgroup.feature ---
[INFO] 
[INFO] ----< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.releng >----
[INFO] Building SysML Releng 2.0.0-SNAPSHOT                             [54/59]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.releng ---
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.releng ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.releng ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.releng ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.releng ---
[INFO] 
[INFO] -----< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.rcp >------
[INFO] Building org.eclipse.papyrus.sysml16.rcp 2.0.0-SNAPSHOT          [55/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.rcp ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.sysml16.rcp ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.rcp ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.rcp ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.rcp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/releng/org.eclipse.papyrus.sysml16.rcp/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.sysml16.rcp ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.sysml16.rcp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/releng/org.eclipse.papyrus.sysml16.rcp/src/test/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.papyrus.sysml16.rcp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.rcp ---
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.rcp ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.sysml16.rcp ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/releng/org.eclipse.papyrus.sysml16.rcp/target/org.eclipse.papyrus.sysml16.rcp-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.rcp ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.rcp ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.rcp ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/releng/org.eclipse.papyrus.sysml16.rcp/target/org.eclipse.papyrus.sysml16.rcp-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.rcp ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.rcp.feature >--
[INFO] Building org.eclipse.papyrus.sysml16.rcp.feature 2.1.0-SNAPSHOT  [56/59]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.rcp.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.rcp.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.sysml16.rcp.feature ---
[INFO] The project's OSGi version is 2.1.0.202203311723
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.sysml16.rcp.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.sysml16.rcp.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.rcp.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.rcp.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.sysml16.rcp.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.rcp.feature/target/org.eclipse.papyrus.sysml16.rcp.feature-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.sysml16.rcp.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.sysml16.rcp.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.rcp.feature ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.rcp.feature/target/org.eclipse.papyrus.sysml16.rcp.feature-2.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.rcp.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.rcp.feature/target/org.eclipse.papyrus.sysml16.rcp.feature-2.1.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-sysml16-master/features/org.eclipse.papyrus.sysml16.rcp.feature/target/org.eclipse.papyrus.sysml16.rcp.feature-2.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.rcp.feature ---
[INFO] 
[INFO] --< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.targetplatform >--
[INFO] Building SysML 1.6 Target Platform 2.0.0-SNAPSHOT                [57/59]
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.targetplatform ---
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.targetplatform ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-target-definition (default-package-target-definition) @ org.eclipse.papyrus.sysml16.targetplatform ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.targetplatform ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.targetplatform ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.targetplatform ---
[INFO] 
[INFO] ------< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.p2 >------
[INFO] Building org.eclipse.papyrus.sysml16.p2 2.0.0-SNAPSHOT           [58/59]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.p2 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.sysml16.p2 ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.papyrus.sysml16.p2 ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.p2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/releng/org.eclipse.papyrus.sysml16.p2/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.p2 ---
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.p2 ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.papyrus.sysml16.p2 ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] Published profile IUs: [config.a.jre.javase 14.0.0, a.jre.javase 14.0.0]
[INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0]
[INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-products (default-publish-products) @ org.eclipse.papyrus.sysml16.p2 ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-categories (default-publish-categories) @ org.eclipse.papyrus.sysml16.p2 ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.2.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.papyrus.sysml16.p2 ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.2.0:assemble-repository (default-assemble-repository) @ org.eclipse.papyrus.sysml16.p2 ---
[INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (253.01kB)
[INFO] Fetching jakarta.servlet-api_4.0.0.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (96.33kB)
[INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (33.35kB)
[INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (55.65kB)
[INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.96MB)
[INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (64.23kB)
[INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.36MB)
[INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.67MB)
[INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (3.33MB)
[INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (3.45MB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.29.0.v20220226-1304.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (69.77kB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.6.2.v20220118-1914.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (61.51kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.12.2.v20220118-1914.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (8.52kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.6.2.v20220118-1914.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (19.67kB)
[INFO] Fetching org.eclipse.emf.mwe2.language_2.12.2.v20220118-1914.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (69.91kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.12.2.v20220118-1914.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12.55kB)
[INFO] Fetching org.eclipse.equinox.http.registry_1.3.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (47.6kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.600.v20211021-1418.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (27.33kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12.61kB)
[INFO] Fetching org.eclipse.help.base_4.3.600.v20220308-0310.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (432.51kB)
[INFO] Fetching org.eclipse.help.webapp_3.10.600.v20220121-1305.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (736.46kB)
[INFO] Fetching org.eclipse.ocl.examples.debug_2.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (86.14kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (411.61kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (413.46kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (217.1kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (79.15kB)
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (150.29kB)
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (163.18kB)
[INFO] Fetching org.eclipse.ocl.examples.ui_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (11.54kB)
[INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (99.38kB)
[INFO] Fetching org.eclipse.ocl.pivot.ui_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (21.65kB)
[INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (280.41kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (311.21kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (401.14kB)
[INFO] Fetching org.eclipse.papyrus.api.migration.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12.95kB)
[INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (69.69kB)
[INFO] Fetching org.eclipse.papyrus.developer.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (11.81MB)
[INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (284.54kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (186.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (5.24MB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (444.22kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (183.28kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (5.19MB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (378.19kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (634.37kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (874.73kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.navigation.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (171.71kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.09MB)
[INFO] Fetching org.eclipse.papyrus.infra.types.doc_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (463.79kB)
[INFO] Fetching org.eclipse.papyrus.req.reqif.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.24MB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.32MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.06MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (3.1MB)
[INFO] Fetching org.eclipse.papyrus.uml.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (3.49MB)
[INFO] Fetching org.eclipse.papyrus.uml.migration.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (33.3kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (59.28kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (891.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.customization.doc_0.7.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (4.59MB)
[INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.19MB)
[INFO] Fetching org.eclipse.papyrus.views.properties.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.79MB)
[INFO] Fetching org.eclipse.papyrus.infra.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (24.29kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (89.16kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (155.91kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (512.8kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (470.3kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (333.21kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (127.9kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_1.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (576.62kB)
[INFO] Fetching org.eclipse.papyrus.views.references.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (56.85kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (83.49kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.architecture.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (47.4kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (754.61kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.plugin.builder.doc_1.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (609.54kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.types.doc_1.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (395.6kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.48MB)
[INFO] Fetching org.eclipse.papyrus.doc.feature_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.59kB)
[INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (71.76kB)
[INFO] Fetching org.eclipse.papyrus.editor_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (26.59kB)
[INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (24.3kB)
[INFO] Fetching org.eclipse.papyrus.editor.feature_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.88kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.architecture.edit_1.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (34.83kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (39.08kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (222.68kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (30.32kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (154.35kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (119.01kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (372.45kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (26.18kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (25.08kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (113.18kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (162.01kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (81.51kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (53.53kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (290.14kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (44.13kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (19.1kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (32.42kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (40.06kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (108.76kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.feature_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.33kB)
[INFO] Fetching org.eclipse.papyrus.emf.feature_1.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.82kB)
[INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (34.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.feature_1.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.89kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (141.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (13.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.feature_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (32.94kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (24.45kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (56.73kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (15.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (124.31kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (48.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.feature_1.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.91kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (54.46kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.feature_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.92kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.edit_4.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (117.24kB)
[INFO] Fetching org.eclipse.papyrus.infra.psf_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (38.11kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (28.33kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.editor_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (208.37kB)
[INFO] Fetching org.eclipse.papyrus.infra.feature_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_2.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (133.74kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (62.79kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (73.97kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (15.58kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (17.56kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (63.43kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (133.1kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (344.11kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (165.9kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (29.68kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.feature_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.95kB)
[INFO] Fetching org.eclipse.xtext.generator_2.26.0.v20220228-0758.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (854.76kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.26.0.v20220228-0758.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.46MB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (55.38kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (31.86kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (28.55kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (14.93kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (14.06kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (13.76kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_2.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (39.37kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (51.73kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (17.91kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (70.39kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.feature_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.43kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (32.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (22.27kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_2.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.feature_1.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.93kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (19.71kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_6.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (603.2kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (10.54kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (179.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (21.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (22.2kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.feature_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.16kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.ui_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (38.19kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (81.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (28.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_2.0.100.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (101.99kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.architecture_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12.43kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (15.67kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.feature_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (65.68kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.editor_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (87.61kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.resources_2.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (50.85kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (319.97kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.feature_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.feature_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.81kB)
[INFO] Fetching org.eclipse.papyrus.infra.widget.feature_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.89kB)
[INFO] Fetching org.eclipse.papyrus.sdk_6.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12.82kB)
[INFO] Fetching com.ibm.icu.source_67.1.0.v20200706-1749.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.36MB)
[INFO] Fetching org.eclipse.papyrus.sdk.feature_6.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.22kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.43MB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (24.12kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (17.16kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (406.16kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (62.52kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.ui_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (393.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.feature_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.89kB)
[INFO] Fetching org.eclipse.papyrus.uml.architecture.feature_1.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.commands_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (30.04kB)
[INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (44.72kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (143.31kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (54.26kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (130.71kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (70.14kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.feature_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.91kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (110.23kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (27.58kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css.feature_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (71.87kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (332.46kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (17.24kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (34.21kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (33.67kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12.34kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (45.99kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_2.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (13.35kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.feature_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.24kB)
[INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (29.92kB)
[INFO] Fetching org.eclipse.papyrus.uml.export_2.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (76.62kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_3.0.100.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (78.23kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (27.19kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.feature_1.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.88kB)
[INFO] Fetching org.eclipse.papyrus.uml.icons_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.51MB)
[INFO] Fetching org.eclipse.papyrus.uml.import_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (36.96kB)
[INFO] Fetching org.eclipse.papyrus.uml.perspective_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (13.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_2.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (164.81kB)
[INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (13.03kB)
[INFO] Fetching org.eclipse.papyrus.uml.templaterepository_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (13.99kB)
[INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (16.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.navigation_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (45.24kB)
[INFO] Fetching org.eclipse.papyrus.uml.services.decoration_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (14.76kB)
[INFO] Fetching org.eclipse.papyrus.uml.filters.edit_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (20.85kB)
[INFO] Fetching org.eclipse.papyrus.uml.feature_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.33kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (15.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.feature_1.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_2.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (168.14kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (19.3kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.feature_1.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.85kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (14.9kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.feature_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.85kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (17.2kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (58.97kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (18.11kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_6.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (18.78kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.feature_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (15.49kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (117.11kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (62.29kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (28.01kB)
[INFO] Fetching org.eclipse.papyrus.views.validation_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (58.83kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (48.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties.feature_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.84kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (168.63kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.feature_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.81kB)
[INFO] Fetching org.eclipse.papyrus.views.search_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (48.43kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (76.71kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (92.76kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (55.18kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (47.65kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (70.24kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (49.28kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (27.04kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (74.72kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (52.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (158.28kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (86.04kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (188.49kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (85.77kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (111.47kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (63.27kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (115.64kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (64.49kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (16.29kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (189kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (86.23kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (115.29kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (308.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (384.88kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.feature_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.18kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.feature_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.84kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui.feature_1.2.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.83kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12.51kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.feature_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.87kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (40.47kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation.feature_1.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.85kB)
[INFO] Fetching org.eclipse.papyrus.views.feature_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.82kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (26.58kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (24.99kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.feature_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.89kB)
[INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (70.95kB)
[INFO] Fetching org.eclipse.papyrus.views.properties.feature_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.88kB)
[INFO] Fetching org.eclipse.papyrus.views.references_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (40.23kB)
[INFO] Fetching org.eclipse.papyrus.views.references.feature_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.82kB)
[INFO] Fetching org.eclipse.papyrus.views.search.feature_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.79kB)
[INFO] Fetching org.eclipse.papyrus.views.validation.feature_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.85kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (228.7kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (535.07kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (64.36kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.26.0.v20220228-0758.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (15.95kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.26.0.v20220228-0751.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (966.36kB)
[INFO] Fetching org.eclipse.xwt.css_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (10.13kB)
[INFO] Fetching org.eclipse.xwt.emf_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (13.93kB)
[INFO] Fetching org.eclipse.xwt.pde_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (17.29kB)
[INFO] Fetching org.eclipse.xwt.xml_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (9.91kB)
[INFO] Fetching org.eclipse.xwt.forms_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (13.08kB)
[INFO] Fetching org.pushingpixels.trident_1.2.0.v201305152020.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (35.25kB)
[INFO] Fetching org.eclipse.xwt.feature_1.6.0.202105260718.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.15kB)
[INFO] Fetching org.eclipse.xwt.ui.workbench_1.7.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (17.46kB)
[INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (10.53kB)
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.2.0:archive-repository (default-archive-repository) @ org.eclipse.papyrus.sysml16.p2 ---
[INFO] Building zip: /home/jenkins/agent/workspace/papyrus-sysml16-master/releng/org.eclipse.papyrus.sysml16.p2/target/org.eclipse.papyrus.sysml16.p2-2.0.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.p2 ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.p2 ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.p2 ---
[INFO] 
[INFO] --- repository-utils:1.7.0:generate-repository-facade (generate-facade) @ org.eclipse.papyrus.sysml16.p2 ---
[WARNING] Could not access build info at https://download.eclipse.org/cbi/updates/license/latest/all/repo/buildinfo.json or https://download.eclipse.org/cbi/updates/license//buildinfo.json
[INFO] Building zip: /home/jenkins/agent/workspace/papyrus-sysml16-master/releng/org.eclipse.papyrus.sysml16.p2/target/org.eclipse.papyrus.sysml16.p2-2.0.0-SNAPSHOT.zip
[INFO] 
[INFO] ---< org.eclipse.papyrus.sysml:org.eclipse.papyrus.sysml16.product >----
[INFO] Building org.eclipse.papyrus.sysml16.product 2.0.0-SNAPSHOT      [59/59]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.sysml16.product ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.sysml16.product ---
[INFO] The project's OSGi version is 2.0.0.202203311723
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.papyrus.sysml16.product ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.sysml16.product ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-sysml16-master/releng/org.eclipse.papyrus.sysml16.product/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.sysml16.product ---
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.sysml16.product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.papyrus.sysml16.product ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] Published profile IUs: [config.a.jre.javase 14.0.0, a.jre.javase 14.0.0]
[INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0]
[INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-products (default-publish-products) @ org.eclipse.papyrus.sysml16.product ---
[INFO] Fetching org.eclipse.equinox.executable_3.8.1500.v20220210-1108.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (417.26kB)
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-categories (default-publish-categories) @ org.eclipse.papyrus.sysml16.product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.2.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.papyrus.sysml16.product ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.2.0:assemble-repository (default-assemble-repository) @ org.eclipse.papyrus.sysml16.product ---
[INFO] Fetching 11.0.14.v20220314-1349&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/justj/jres/11/updates/release/ (63B)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/plugins/ (124.22MB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/plugins/ (13.91MB of 124.22MB at 13.89MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/plugins/ (28.61MB of 124.22MB at 14.3MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/plugins/ (43.25MB of 124.22MB at 14.42MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/plugins/ (57.69MB of 124.22MB at 14.4MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/plugins/ (72.35MB of 124.22MB at 14.45MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/plugins/ (87.02MB of 124.22MB at 14.61MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/plugins/ (101.93MB of 124.22MB at 14.65MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/plugins/ (115.96MB of 124.22MB at 14.52MB/s)
[INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (297.81kB)
[INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (62.49kB)
[INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (52.58kB)
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (219.73kB)
[INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (69.34kB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5_5.1.2.v20211217-1500.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (842.59kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5_5.1.2.v20211217-1500.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (908.89kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2_5.1.2.v20211217-1500.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (253.08kB)
[INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (51.82kB)
[INFO] Fetching org.eclipse.core.externaltools_1.2.200.v20220125-2302.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (42.65kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (11.32kB)
[INFO] Fetching org.eclipse.core.net.linux_1.0.100.v20220111-1854.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (14.42kB)
[INFO] Fetching org.eclipse.debug.ui.launchview_1.0.100.v20220121-1856.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (85.98kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.600.v20220207-1403.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (249.4kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.400.v20211117-0650.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (84.05kB)
[INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (129.01kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (10.74kB)
[INFO] Fetching org.eclipse.jface.notifications_0.4.0.v20211004-0555.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (29.94kB)
[INFO] Fetching org.eclipse.e4.rcp_4.23.0.v20220308-0630.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (20.95kB)
[INFO] Fetching org.eclipse.ecf_3.10.0.v20210925-0032.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (127.97kB)
[INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (64.2kB)
[INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (26.38kB)
[INFO] Fetching org.eclipse.ecf.core.feature_1.6.1.v20211005-1944.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.76kB)
[INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (15.43kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.71kB)
[INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (52.52kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.800.v20220215-0126.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (129.12kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1800.v20220215-0126.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (27.83kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5_1.0.300.v20220215-0126.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (82.96kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient5.feature_1.1.600.v20220215-0126.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (27.9kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (9.69kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (23.74kB)
[INFO] Fetching org.eclipse.emf.common_2.25.0.v20220123-0838.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.07kB)
[INFO] Fetching org.eclipse.emf.ecore_2.27.0.v20220123-0838.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.14kB)
[INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.1500.v20220210-1108 from http://download.eclipse.org/releases/2022-03/202203161000/binary/ (34.14kB)
[INFO] Fetching org.eclipse.equinox.http.jetty_3.8.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (29.16kB)
[INFO] Fetching org.eclipse.equinox.http.servlet_1.7.200.v20211021-1418.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (234.52kB)
[INFO] Fetching org.eclipse.jetty.http_10.0.6.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (243.43kB)
[INFO] Fetching org.eclipse.jetty.server_10.0.6.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (769.66kB)
[INFO] Fetching org.eclipse.jetty.servlet_10.0.6.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (171.75kB)
[INFO] Fetching org.eclipse.jetty.util_10.0.6.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (561.39kB)
[INFO] Fetching org.eclipse.equinox.p2.console_1.2.0.v20210315-2042.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (28.05kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.300.v20220210-1319.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (85.88kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.200.v20210613-1953.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (43.53kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (74.06kB)
[INFO] Fetching org.eclipse.equinox.security.linux_1.0.200.v20210616-0726.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (23.39kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.1300.v20220223-1131.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.73kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (31.04kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (35.63kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.100.v20211217-1131.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (50.58kB)
[INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.1500.v20220223-1131.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.14kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.7.400.v20220214-1604.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (658.08kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.300.v20211214-1242.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (103.44kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.0.v20210315-2228.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (18.19kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.3.200.v20220115-0654.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (170.59kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.4.v20220213-1624.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (68.52kB)
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.1500.v20220223-1131.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.07kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.200.v20210813-0818.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (129.71kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.200.v20211013-0600.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (101.02kB)
[INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.1500.v20220223-1131.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.93kB)
[INFO] Fetching org.eclipse.help.ui_4.3.200.v20210922-1029.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (534.62kB)
[INFO] Fetching org.eclipse.jetty.io_10.0.6.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (194.96kB)
[INFO] Fetching org.eclipse.jetty.security_10.0.6.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (126.4kB)
[INFO] Fetching org.eclipse.jetty.util.ajax_10.0.6.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (68.89kB)
[INFO] Fetching org.eclipse.help_2.3.900.v20220308-0310.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.55kB)
[INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (40.73kB)
[INFO] Fetching org.eclipse.jsch.ui_1.4.100.v20210917-1201.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (93.7kB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/plugins/ (19.59kB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/features/ (21.47kB)
[INFO] Fetching org.eclipse.platform_4.23.0.v20220308-0310.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (671.86kB)
[INFO] Fetching org.eclipse.platform.doc.user_4.23.0.v20220302-1425.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (5.14MB)
[INFO] Fetching org.eclipse.text.quicksearch_1.1.300.v20211203-1705.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (95.68kB)
[INFO] Fetching org.eclipse.ui.intro.universal_3.4.200.v20210409-1747.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.09MB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (379kB)
[INFO] Fetching org.eclipse.ui.browser_3.7.100.v20211105-1434.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (207.24kB)
[INFO] Fetching org.eclipse.ui.genericeditor_1.2.200.v20211217-1247.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (152.75kB)
[INFO] Fetching org.eclipse.ui.monitoring_1.2.100.v20220204-0910.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (59.91kB)
[INFO] Fetching org.eclipse.ui.net_1.4.0.v20210426-0838.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (45.24kB)
[INFO] Fetching org.eclipse.ui.externaltools_3.5.100.v20210812-1118.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (140.91kB)
[INFO] Fetching org.eclipse.ui.themes_1.2.1700.v20220210-1145.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (37.71kB)
[INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.100.v20210315-0954.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (23.47kB)
[INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.1.0.v20210426-0951.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (16.25kB)
[INFO] Fetching org.eclipse.ui.views.log_1.3.100.v20210927-1100.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (172.2kB)
[INFO] Fetching org.eclipse.platform_4.23.0.v20220308-0722.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (20.7kB)
[INFO] Fetching org.eclipse.platform_root_4.23.0.v20220308-0722 from http://download.eclipse.org/releases/2022-03/202203161000/binary/ (196B)
[INFO] Fetching org.eclipse.update.configurator_3.4.800.v20210415-1314.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (94.06kB)
[INFO] Fetching org.eclipse.rcp_4.23.0.v20220308-0310.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (11.11kB)
[INFO] Fetching org.eclipse.rcp_4.23.0.v20220308-0722.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.15kB)
[INFO] Fetching org.eclipse.rcp_root_4.23.0.v20220308-0722 from http://download.eclipse.org/releases/2022-03/202203161000/binary/ (20.23kB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/plugins/ (120.29MB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/plugins/ (14.63MB of 120.29MB at 14.62MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/plugins/ (29.03MB of 120.29MB at 14.62MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/plugins/ (43.06MB of 120.29MB at 14.35MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/plugins/ (57.68MB of 120.29MB at 14.42MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/plugins/ (72.07MB of 120.29MB at 14.41MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/plugins/ (86.61MB of 120.29MB at 14.4MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/plugins/ (100.81MB of 120.29MB at 14.36MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/plugins/ (115.33MB of 120.29MB at 14.45MB/s)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5-win_5.1.2.v20211217-1500.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (28.06kB)
[INFO] Fetching org.eclipse.compare.win32_1.2.800.v20200127-1343.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (43.77kB)
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (37.47kB)
[INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (34.71kB)
[INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (57.74kB)
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.400.v20211117-0650.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (132.48kB)
[INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (10.25kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.win32_1.0.400.v20220109-1926.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (22.98kB)
[INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.1500.v20220210-1108 from http://download.eclipse.org/releases/2022-03/202203161000/binary/ (266.5kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (40.75kB)
[INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (22.27kB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/plugins/ (121.44MB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/plugins/ (14.53MB of 121.44MB at 14.52MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/plugins/ (29.23MB of 121.44MB at 14.61MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/plugins/ (43.59MB of 121.44MB at 14.52MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/plugins/ (57.96MB of 121.44MB at 14.49MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/plugins/ (69.41MB of 121.44MB at 13.88MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/plugins/ (83.18MB of 121.44MB at 13.73MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/plugins/ (97.97MB of 121.44MB at 13.26MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_11.0.14.v20220314-1349.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.14.v20220314-1349/plugins/ (113.02MB of 121.44MB at 13.37MB/s)
[INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.300.v20210427-1937.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (25.6kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (29.62kB)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.400.v20211117-0650.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (40.8kB)
[INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.1500.v20220210-1108 from http://download.eclipse.org/releases/2022-03/202203161000/binary/ (17.02kB)
[INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (28.06kB)
[INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (9.54kB)
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.2.0:archive-repository (default-archive-repository) @ org.eclipse.papyrus.sysml16.product ---
[INFO] Building zip: /home/jenkins/agent/workspace/papyrus-sysml16-master/releng/org.eclipse.papyrus.sysml16.product/target/org.eclipse.papyrus.sysml16.product-2.0.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.sysml16.product ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.sysml16.product ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.sysml16.product ---
[INFO] 
[INFO] --- tycho-p2-director-plugin:2.2.0:materialize-products (materialize-products) @ org.eclipse.papyrus.sysml16.product ---
[INFO] Installing product org.eclipse.papyrus.sysml16.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/papyrus-sysml16-master/releng/org.eclipse.papyrus.sysml16.product/target/products/org.eclipse.papyrus.sysml16.product/linux/gtk/x86_64/papyrusSysML16
Installing org.eclipse.papyrus.sysml16.product 2.0.0.202203311723.
Operation completed in 10799 ms.
[INFO] Installing product org.eclipse.papyrus.sysml16.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/papyrus-sysml16-master/releng/org.eclipse.papyrus.sysml16.product/target/products/org.eclipse.papyrus.sysml16.product/win32/win32/x86_64/papyrusSysML16
Installing org.eclipse.papyrus.sysml16.product 2.0.0.202203311723.
Operation completed in 7796 ms.
[INFO] Installing product org.eclipse.papyrus.sysml16.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/papyrus-sysml16-master/releng/org.eclipse.papyrus.sysml16.product/target/products/org.eclipse.papyrus.sysml16.product/macosx/cocoa/x86_64/papyrusSysML16.app
Installing org.eclipse.papyrus.sysml16.product 2.0.0.202203311723.
Operation completed in 7957 ms.
[INFO] 
[INFO] --- eclipse-macsigner-plugin:1.3.2:sign (default) @ org.eclipse.papyrus.sysml16.product ---
[INFO] [Thu Mar 31 17:39:08 UTC 2022] Signing OS X application '/home/jenkins/agent/workspace/papyrus-sysml16-master/releng/org.eclipse.papyrus.sysml16.product/target/products/org.eclipse.papyrus.sysml16.product/macosx/cocoa/x86_64/papyrusSysML16.app'...
[INFO] 
[INFO] --- eclipse-winsigner-plugin:1.3.2:sign (default) @ org.eclipse.papyrus.sysml16.product ---
[INFO] [Thu Mar 31 17:40:06 UTC 2022] Signing Windows executable '/home/jenkins/agent/workspace/papyrus-sysml16-master/releng/org.eclipse.papyrus.sysml16.product/target/products/org.eclipse.papyrus.sysml16.product/win32/win32/x86_64/papyrusSysML16/eclipsec.exe'
[INFO] 
[INFO] --- tycho-p2-director-plugin:2.2.0:archive-products (archive-products) @ org.eclipse.papyrus.sysml16.product ---
[INFO] Building tar: /home/jenkins/agent/workspace/papyrus-sysml16-master/releng/org.eclipse.papyrus.sysml16.product/target/products/org.eclipse.papyrus.sysml16.product-linux.gtk.x86_64.tar.gz
[INFO] Building zip: /home/jenkins/agent/workspace/papyrus-sysml16-master/releng/org.eclipse.papyrus.sysml16.product/target/products/org.eclipse.papyrus.sysml16.product-win32.win32.x86_64.zip
[INFO] Building tar: /home/jenkins/agent/workspace/papyrus-sysml16-master/releng/org.eclipse.papyrus.sysml16.product/target/products/org.eclipse.papyrus.sysml16.product-macosx.cocoa.x86_64.tar.gz
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] SysML 2.0.0-SNAPSHOT ............................... SUCCESS [  7.002 s]
[INFO] SysML Plug-ins 2.0.0-SNAPSHOT ...................... SUCCESS [  0.006 s]
[INFO] SysML Core 2.0.0-SNAPSHOT .......................... SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.sysml16 2.0.0-SNAPSHOT ......... SUCCESS [ 16.360 s]
[INFO] org.eclipse.papyrus.sysml16.edit 2.0.0-SNAPSHOT .... SUCCESS [  3.518 s]
[INFO] org.eclipse.papyrus.sysml16.service.types 2.0.0-SNAPSHOT SUCCESS [  3.184 s]
[INFO] org.eclipse.papyrus.sysml16.validation 2.0.0-SNAPSHOT SUCCESS [  4.014 s]
[INFO] SysML GUI 2.0.0-SNAPSHOT ........................... SUCCESS [  0.003 s]
[INFO] SysML Table 2.0.0-SNAPSHOT ......................... SUCCESS [  0.002 s]
[INFO] org.eclipse.papyrus.sysml16.nattable.requirement 2.0.0-SNAPSHOT SUCCESS [  2.888 s]
[INFO] org.eclipse.papyrus.sysml16.nattable.allocation 2.0.0-SNAPSHOT SUCCESS [  3.046 s]
[INFO] SysML Diagram 2.0.0-SNAPSHOT ....................... SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.sysml16.diagram.common 2.0.0-SNAPSHOT SUCCESS [  2.581 s]
[INFO] org.eclipse.papyrus.sysml16.diagram.internalblock 2.0.0-SNAPSHOT SUCCESS [  2.623 s]
[INFO] org.eclipse.papyrus.sysml16.diagram.parametric 2.0.0-SNAPSHOT SUCCESS [  3.091 s]
[INFO] org.eclipse.papyrus.sysml16.diagram.requirement 2.0.0-SNAPSHOT SUCCESS [  1.777 s]
[INFO] org.eclipse.papyrus.sysml16.diagram.blockdefinition 2.0.0-SNAPSHOT SUCCESS [  2.587 s]
[INFO] org.eclipse.papyrus.sysml16.modelexplorer 2.0.0-SNAPSHOT SUCCESS [  2.201 s]
[INFO] org.eclipse.papyrus.sysml16.architecture 2.0.0-SNAPSHOT SUCCESS [  4.615 s]
[INFO] org.eclipse.papyrus.sysml16.ui 2.0.0-SNAPSHOT ...... SUCCESS [  3.439 s]
[INFO] org.eclipse.papyrus.sysml16.nattable.common 2.0.0-SNAPSHOT SUCCESS [  2.216 s]
[INFO] org.eclipse.papyrus.sysml16.nattable.ui 2.0.0-SNAPSHOT SUCCESS [  3.090 s]
[INFO] SysML Extensions 2.0.0-SNAPSHOT .................... SUCCESS [  0.003 s]
[INFO] SysML 1.6 Requirements Extension 2.0.0-SNAPSHOT .... SUCCESS [  0.002 s]
[INFO] org.eclipse.papyrus.sysml16.requirements.extension 2.0.0-SNAPSHOT SUCCESS [  2.413 s]
[INFO] org.eclipse.papyrus.sysml16.requirement.extension.edit 2.0.0-SNAPSHOT SUCCESS [  2.379 s]
[INFO] org.eclipse.papyrus.sysml16.requirements.extension.ui 2.0.0-SNAPSHOT SUCCESS [  2.615 s]
[INFO] org.eclipse.papyrus.sysml16.requirements.extension.validation 2.0.0-SNAPSHOT SUCCESS [  2.240 s]
[INFO] Element group SysML Plugins 1.0.0-SNAPSHOT ......... SUCCESS [  0.002 s]
[INFO] org.eclipse.papyrus.sysml16.elementgroup 1.0.0-SNAPSHOT SUCCESS [  2.120 s]
[INFO] org.eclipse.papyrus.sysml16.elementgroup.ui 1.0.0-SNAPSHOT SUCCESS [  2.761 s]
[INFO] SysML Tests Plug-ins 2.0.0-SNAPSHOT ................ SUCCESS [  0.003 s]
[INFO] SysML Core Tests 2.0.0-SNAPSHOT .................... SUCCESS [  0.002 s]
[INFO] org.eclipse.papyrus.sysml16.tests 2.0.0-SNAPSHOT ... SUCCESS [ 13.176 s]
[INFO] org.eclipse.papyrus.sysml16.edit.tests 2.0.0-SNAPSHOT SUCCESS [  8.598 s]
[INFO] org.eclipse.papyrus.sysml16.service.types.tests 2.0.0-SNAPSHOT SUCCESS [ 15.616 s]
[INFO] org.eclipse.papyrus.sysml16.validation.tests 2.0.0-SNAPSHOT SUCCESS [ 39.421 s]
[INFO] SysML GUI Tests 2.0.0-SNAPSHOT ..................... SUCCESS [  0.002 s]
[INFO] org.eclipse.papyrus.sysml16.architecture.tests 2.0.0-SNAPSHOT SUCCESS [ 17.496 s]
[INFO] org.eclipse.papyrus.sysml16.ui.tests 2.0.0-SNAPSHOT  SUCCESS [ 15.840 s]
[INFO] SysML Diagram Tests 2.0.0-SNAPSHOT ................. SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.sysml16.diagram.common.tests 2.0.0-SNAPSHOT SUCCESS [ 14.300 s]
[INFO] org.eclipse.papyrus.sysml16.diagram.blockdefinition.tests 2.0.0-SNAPSHOT SUCCESS [ 13.863 s]
[INFO] org.eclipse.papyrus.sysml16.diagram.internalblock.tests 2.0.0-SNAPSHOT SUCCESS [ 13.150 s]
[INFO] org.eclipse.papyrus.sysml16.diagram.parametric.tests 2.0.0-SNAPSHOT SUCCESS [ 16.659 s]
[INFO] org.eclipse.papyrus.sysml16.diagram.requirement.tests 2.0.0-SNAPSHOT SUCCESS [ 11.088 s]
[INFO] SysML Table Tests 2.0.0-SNAPSHOT ................... SUCCESS [  0.002 s]
[INFO] org.eclipse.papyrus.sysml16.nattable.allocation.tests 2.0.0-SNAPSHOT SUCCESS [ 16.765 s]
[INFO] org.eclipse.papyrus.sysml16.nattable.requirement.tests 2.0.0-SNAPSHOT SUCCESS [ 17.164 s]
[INFO] SysML Features 2.0.0-SNAPSHOT ...................... SUCCESS [  0.002 s]
[INFO] org.eclipse.papyrus.sysml16.feature 2.2.0-SNAPSHOT . SUCCESS [  2.696 s]
[INFO] org.eclipse.papyrus.sysml16.requirements.extension.feature 2.1.0-SNAPSHOT SUCCESS [  2.970 s]
[INFO] Element group tools 1.1.0-SNAPSHOT ................. SUCCESS [  2.501 s]
[INFO] SysML Releng 2.0.0-SNAPSHOT ........................ SUCCESS [  0.001 s]
[INFO] org.eclipse.papyrus.sysml16.rcp 2.0.0-SNAPSHOT ..... SUCCESS [  1.251 s]
[INFO] org.eclipse.papyrus.sysml16.rcp.feature 2.1.0-SNAPSHOT SUCCESS [  2.390 s]
[INFO] SysML 1.6 Target Platform 2.0.0-SNAPSHOT ........... SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.sysml16.p2 2.0.0-SNAPSHOT ...... SUCCESS [ 45.450 s]
[INFO] org.eclipse.papyrus.sysml16.product 2.0.0-SNAPSHOT . SUCCESS [03:36 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  16:59 min
[INFO] Finished at: 2022-03-31T17:40:45Z
[INFO] ------------------------------------------------------------------------
[papyrus-sysml16-master] $ /bin/bash /tmp/jenkins14671588936608489039.sh
Taking screenshot.
[papyrus-sysml16-master] $ echo $XAUTHORITY
/home/jenkins/agent/workspace/papyrus-sysml16-master/.Xauthority-15852737083283423709
[papyrus-sysml16-master] $ ls -l $XAUTHORITY
-rw-r--r--. 1 jenkins 1000800000 0 Mar 31 17:23 /home/jenkins/agent/workspace/papyrus-sysml16-master/.Xauthority-15852737083283423709
[papyrus-sysml16-master] $ import -window root -display :35 screenshot.jpg
Terminating xvnc.
Recording test results
[Checks API] No suitable checks publisher found.
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Archiving artifacts
Finished: UNSTABLE