Skip to content

Console Output

12:24:08 Started by timer
12:24:08 Running as SYSTEM
12:24:08 Agent centos-7-agent-6gb-z5zkn is provisioned from template centos-7-agent-6gb
12:24:08 ---
12:24:08 apiVersion: "v1"
12:24:08 kind: "Pod"
12:24:08 metadata:
12:24:08   labels:
12:24:08     jenkins: "slave"
12:24:08     jenkins/label-digest: "de02caf14dbfcb1d94e30c9c37462a09f82dcb33"
12:24:08     jenkins/label: "centos-7-6gb"
12:24:08   name: "centos-7-agent-6gb-z5zkn"
12:24:08   namespace: "papyrus"
12:24:08 spec:
12:24:08   containers:
12:24:08   - env:
12:24:08     - name: "JENKINS_SECRET"
12:24:08       value: "********"
12:24:08     - name: "JENKINS_TUNNEL"
12:24:08       value: "jenkins-discovery.papyrus.svc.cluster.local:50000"
12:24:08     - name: "JENKINS_AGENT_NAME"
12:24:08       value: "centos-7-agent-6gb-z5zkn"
12:24:08     - name: "JENKINS_REMOTING_JAVA_OPTS"
12:24:08       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
12:24:08         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
12:24:08     - name: "JAVA_TOOL_OPTIONS"
12:24:08       value: ""
12:24:08     - name: "_JAVA_OPTIONS"
12:24:08       value: ""
12:24:08     - name: "OPENJ9_JAVA_OPTIONS"
12:24:08       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
12:24:08     - name: "JENKINS_NAME"
12:24:08       value: "centos-7-agent-6gb-z5zkn"
12:24:08     - name: "JENKINS_AGENT_WORKDIR"
12:24:08       value: "/home/jenkins/agent"
12:24:08     - name: "JENKINS_URL"
12:24:08       value: "http://jenkins-ui.papyrus.svc.cluster.local/papyrus/"
12:24:08     image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc"
12:24:08     imagePullPolicy: "Always"
12:24:08     name: "jnlp"
12:24:08     resources:
12:24:08       limits:
12:24:08         cpu: "2000m"
12:24:08         memory: "6144Mi"
12:24:08       requests:
12:24:08         cpu: "1000m"
12:24:08         memory: "6144Mi"
12:24:08     tty: true
12:24:08     volumeMounts:
12:24:08     - mountPath: "/home/jenkins/.m2/toolchains.xml"
12:24:08       name: "m2-dir"
12:24:08       readOnly: true
12:24:08       subPath: "toolchains.xml"
12:24:08     - mountPath: "/home/jenkins/.mavenrc"
12:24:08       name: "m2-dir"
12:24:08       readOnly: true
12:24:08       subPath: ".mavenrc"
12:24:08     - mountPath: "/opt/tools"
12:24:08       name: "volume-0"
12:24:08       readOnly: false
12:24:08     - mountPath: "/home/jenkins"
12:24:08       name: "volume-2"
12:24:08       readOnly: false
12:24:08     - mountPath: "/home/jenkins/.m2/repository"
12:24:08       name: "volume-3"
12:24:08       readOnly: false
12:24:08     - mountPath: "/home/jenkins/.m2/settings-security.xml"
12:24:08       name: "m2-secret-dir"
12:24:08       readOnly: true
12:24:08       subPath: "settings-security.xml"
12:24:08     - mountPath: "/home/jenkins/.m2/wrapper"
12:24:08       name: "volume-4"
12:24:08       readOnly: false
12:24:08     - mountPath: "/home/jenkins/.m2/settings.xml"
12:24:08       name: "m2-secret-dir"
12:24:08       readOnly: true
12:24:08       subPath: "settings.xml"
12:24:08     - mountPath: "/home/jenkins/.ssh"
12:24:08       name: "volume-1"
12:24:08       readOnly: false
12:24:08       subPath: ""
12:24:08     - mountPath: "/home/jenkins/agent"
12:24:08       name: "workspace-volume"
12:24:08       readOnly: false
12:24:08     workingDir: "/home/jenkins/agent"
12:24:08   nodeSelector:
12:24:08     kubernetes.io/os: "linux"
12:24:08   restartPolicy: "Never"
12:24:08   volumes:
12:24:08   - name: "volume-0"
12:24:08     persistentVolumeClaim:
12:24:08       claimName: "tools-claim-jiro-papyrus"
12:24:08       readOnly: true
12:24:08   - name: "m2-secret-dir"
12:24:08     secret:
12:24:08       secretName: "m2-secret-dir"
12:24:08   - emptyDir:
12:24:08       medium: ""
12:24:08     name: "volume-2"
12:24:08   - configMap:
12:24:08       name: "m2-dir"
12:24:08     name: "m2-dir"
12:24:08   - configMap:
12:24:08       name: "known-hosts"
12:24:08     name: "volume-1"
12:24:08   - emptyDir:
12:24:08       medium: ""
12:24:08     name: "workspace-volume"
12:24:08   - emptyDir:
12:24:08       medium: ""
12:24:08     name: "volume-4"
12:24:08   - emptyDir:
12:24:08       medium: ""
12:24:08     name: "volume-3"
12:24:08 
12:24:08 Building remotely on centos-7-agent-6gb-z5zkn (centos-7-6gb) in workspace /home/jenkins/agent/workspace/Papyrus-Master-Tests
12:24:08 The recommended git tool is: NONE
12:24:09 No credentials specified
12:24:09 Cloning the remote Git repository
12:24:09 Cloning repository https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git
12:24:09  > git init /home/jenkins/agent/workspace/Papyrus-Master-Tests/source # timeout=10
12:24:09 Fetching upstream changes from https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git
12:24:09  > git --version # timeout=10
12:24:09  > git --version # 'git version 2.36.6'
12:24:09  > git fetch --tags --force --progress -- https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git +refs/heads/*:refs/remotes/origin/* # timeout=10
12:27:43  > git config remote.origin.url https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git # timeout=10
12:27:43  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
12:27:43 Avoid second fetch
12:27:43  > git rev-parse origin/master^{commit} # timeout=10
12:27:43 Checking out Revision 34ea60aa61da23bfaa8fae7d2106715848f8abdb (origin/master)
12:27:43  > git config core.sparsecheckout # timeout=10
12:27:43  > git checkout -f 34ea60aa61da23bfaa8fae7d2106715848f8abdb # timeout=10
12:27:46 Commit message: "[Releng] Update targetplatforms for Eclipse 2024-06 M2"
12:27:46  > git rev-list --no-walk 34ea60aa61da23bfaa8fae7d2106715848f8abdb # timeout=10
12:27:46 Cleaning workspace
12:27:46  > git rev-parse --verify HEAD # timeout=10
12:27:46 Resetting working tree
12:27:46  > git reset --hard # timeout=10
12:27:47  > git clean -fdx # timeout=10
12:27:47 $ pkill Xvnc
12:27:47 $ pkill Xrealvnc
12:27:47 $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
12:27:48 [Papyrus-Master-Tests] $ Xvnc -help
12:27:48 Starting xvnc
12:27:48 [Papyrus-Master-Tests] $ Xvnc :79 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
12:27:48 
12:27:48 Xvnc TigerVNC 1.8.0 - built May  6 2024 15:01:46
12:27:48 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
12:27:48 See http://www.tigervnc.org for information on TigerVNC.
12:27:48 Underlying X server release 12004000, The X.Org Foundation
12:27:48 
12:27:48 
12:27:48 Mon May 13 16:27:48 2024
12:27:48  vncext:      VNC extension running!
12:27:48  vncext:      Listening for VNC connections on all interface(s), port 5979
12:27:48  vncext:      created VNC server for screen 0
12:27:48 [Papyrus-Master-Tests] $ /bin/sh -xe /tmp/jenkins7144414100919652091.sh
12:27:48 + export _JAVA_OPTIONS=-Xmx2048m
12:27:48 + _JAVA_OPTIONS=-Xmx2048m
12:27:48 [Papyrus-Master-Tests] $ /opt/tools/apache-maven/latest/bin/mvn -f source/releng/tests/pom.xml -Dpapyrus.repo.toolsmiths=https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/ -Dmaven.repo.local=repo-tst -Dpapyrus.repo.main=https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/ clean verify
12:27:48 Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
12:27:48 Maven home: /opt/tools/apache-maven/latest
12:27:48 Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
12:27:48 Default locale: en_US, platform encoding: UTF-8
12:27:48 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
12:27:49 [INFO] Scanning for projects...
12:28:02 [INFO] Tycho Version:  4.0.3 (88e4728c5da382f02c0459c918c2683048f95740)
12:28:02 [INFO] Tycho Mode:     project
12:28:02 [INFO] Tycho Builder:  maven
12:28:17 [INFO] ------------------------------------------------------------------------
12:28:17 [INFO] Reactor Build Order:
12:28:17 [INFO] 
12:28:17 [INFO] org.eclipse.papyrus.tests.releng                                   [pom]
12:28:17 [INFO] org.eclipse.papyrus.plugins.tests.releng                           [pom]
12:28:17 [INFO] org.eclipse.papyrus.infra.tests.releng                             [pom]
12:28:17 [INFO] org.eclipse.papyrus.infra.core.tests.releng                        [pom]
12:28:17 [INFO] org.eclipse.papyrus.infra.core.clipboard.tests     [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.nattable.main.test                       [pom]
12:28:17 [INFO] org.eclipse.papyrus.infra.nattable.tests           [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.editor.tests.releng                            [pom]
12:28:17 [INFO] org.eclipse.papyrus.editor.integration.tests       [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.nattable.views.tests     [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.nattable.common.tests    [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.tests.infra.nattable.feature       [eclipse-feature]
12:28:17 [INFO] org.eclipse.papyrus.uml.tests.releng                               [pom]
12:28:17 [INFO] org.eclipse.papyrus.uml.diagram.tests.releng                       [pom]
12:28:17 [INFO] org.eclipse.papyrus.uml.diagram.tests              [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.diagram.component.tests    [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.gmfdiag.tests.releng                     [pom]
12:28:17 [INFO] org.eclipse.papyrus.infra.gmfdiag.canonical.tests  [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.dynamic.profile.tests      [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.diagram.common.tests       [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.diagram.composite.tests    [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.diagram.sequence.tests     [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.diagram.deployment.tests   [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.diagram.wizards.tests      [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.diagram.profile.tests      [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.diagram.activity.tests     [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.diagram.timing.tests       [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.diagram.clazz.tests        [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.diagram.usecase.tests      [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.tests.uml.diagram.feature          [eclipse-feature]
12:28:17 [INFO] org.eclipse.papyrus.emf.facet.tests                                [pom]
12:28:17 [INFO] org.eclipse.papyrus.emf.facet.architecture.tests   [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.tests.emf.facet.feature            [eclipse-feature]
12:28:17 [INFO] org.eclipse.papyrus.toolsmiths.tests.releng                        [pom]
12:28:17 [INFO] org.eclipse.papyrus.toolsmiths.validation.common.tests [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.toolsmiths.validation.architecture.tests [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.toolsmiths.validation.properties.tests [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.toolsmiths.validation.profile.tests [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.toolsmiths.validation.newchild.tests [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.tests [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.tests.toolsmiths.feature           [eclipse-feature]
12:28:17 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.tests        [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.decoratormodel.tests.releng                [pom]
12:28:17 [INFO] org.eclipse.papyrus.uml.decoratormodel.tests       [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode.tests [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.tests.uml.decoratormodel.feature   [eclipse-feature]
12:28:17 [INFO] org.eclipse.papyrus.uml.assistants.tests.releng                    [pom]
12:28:17 [INFO] org.eclipse.papyrus.uml.profile.types.generator.tests [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.profile.assistants.generator.tests [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.tests.uml.assistants.feature       [eclipse-feature]
12:28:17 [INFO] org.eclipse.papyrus.uml.textedit.tests.releng                      [pom]
12:28:17 [INFO] org.eclipse.papyrus.uml.textedit.property.tests    [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.textedit.tests             [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.textedit.parameter.tests   [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.textedit.port.tests        [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.textedit.tests.feature         [eclipse-feature]
12:28:17 [INFO] org.eclipse.papyrus.uml.tools.tests.releng                         [pom]
12:28:17 [INFO] org.eclipse.papyrus.uml.tools.tests                [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.tools.utils.tests          [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.tests.uml.tools.feature            [eclipse-feature]
12:28:17 [INFO] org.eclipse.papyrus.infra.nattable.model.tests     [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.nattable.main.test                         [pom]
12:28:17 [INFO] org.eclipse.papyrus.uml.nattable.generic.tests     [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.nattable.clazz.config.tests [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.nattable.matrix.tests           [eclipse-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.core.tests               [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.nattable.tests             [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.tests.uml.nattable.feature         [eclipse-feature]
12:28:17 [INFO] org.eclipse.papyrus.infra.services.tests.releng                    [pom]
12:28:17 [INFO] org.eclipse.papyrus.infra.services.controlmode.tests [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.services.resourceloading.tests [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.services.edit.tests      [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.services.semantic.tests  [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.services.edit.ui.tests   [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.tests.infra.services.feature       [eclipse-feature]
12:28:17 [INFO] org.eclipse.papyrus.views.tests.releng                             [pom]
12:28:17 [INFO] org.eclipse.papyrus.views.modelexplorer.tests      [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.views.documentation.tests      [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.tests.views.feature                [eclipse-feature]
12:28:17 [INFO] org.eclipse.papyrus.uml.profile.tests.releng                       [pom]
12:28:17 [INFO] org.eclipse.papyrus.uml.profile.tests              [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.modelexplorer.tests.releng                 [pom]
12:28:17 [INFO] org.eclipse.papyrus.uml.modelexplorer.tests        [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.service.types.tests        [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.properties.tests           [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.types.core.tests           [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.modelrepair.tests          [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.profile.drafter.tests      [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.service.types.ui.tests     [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.filters.tests                   [eclipse-plugin]
12:28:17 [INFO] org.eclipse.papyrus.tests.uml.feature                  [eclipse-feature]
12:28:17 [INFO] org.eclipse.papyrus.infra.core.sasheditor.tests    [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.core.sasheditor.di.tests [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.tests.infra.core.feature           [eclipse-feature]
12:28:17 [INFO] org.eclipse.papyrus.infra.emf.tests.releng                         [pom]
12:28:17 [INFO] org.eclipse.papyrus.infra.ui.emf.tests             [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.filters.tests                 [eclipse-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests [eclipse-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.ui.tests                 [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.emf.readonly.tests       [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.tests  [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.types.tests.releng                       [pom]
12:28:17 [INFO] org.eclipse.papyrus.infra.types.tests              [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.properties.tests.releng                  [pom]
12:28:17 [INFO] org.eclipse.papyrus.infra.properties.ui.tests      [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.gmfdiag.menu.tests       [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.viewpoints.tests.releng                  [pom]
12:28:17 [INFO] org.eclipse.papyrus.infra.viewpoints.policy.tests  [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.tools.tests              [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.editor.tests.releng                      [pom]
12:28:17 [INFO] org.eclipse.papyrus.infra.editor.welcome.tests     [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.gmfdiag.welcome.tests    [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.gmfdiag.commands.tests   [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.emf.tests                [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng           [pom]
12:28:17 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests       [eclipse-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.types.ui.tests           [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.gmfdiag.common.tests     [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.emf.gmf.tests            [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.tests.infra.feature                [eclipse-feature]
12:28:17 [INFO] org.eclipse.papyrus.tests.feature                      [eclipse-feature]
12:28:17 [INFO] org.eclipse.papyrus.infra.emf.expressions.main.tests               [pom]
12:28:17 [INFO] org.eclipse.papyrus.infra.emf.expressions.tests    [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.tests.infra.emf.expressions.feature [eclipse-feature]
12:28:17 [INFO] org.eclipse.papyrus.infra.internationalization.main.test           [pom]
12:28:17 [INFO] org.eclipse.papyrus.infra.internationalization.tests [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.tests.infra.internationalization.feature [eclipse-feature]
12:28:17 [INFO] org.eclipse.papyrus.uml.expressions.tests.releng                   [pom]
12:28:17 [INFO] org.eclipse.papyrus.uml.expressions.tests          [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.tests.uml.expressions.feature      [eclipse-feature]
12:28:17 [INFO] org.eclipse.papyrus.uml.internationalization.main.test             [pom]
12:28:17 [INFO] org.eclipse.papyrus.uml.internationalization.tests [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.internationalization.controlmode.tests [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.tests.uml.internationalization.feature [eclipse-feature]
12:28:17 [INFO] org.eclipse.papyrus.uml.alf.tests                  [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.alf.tests.feature              [eclipse-feature]
12:28:17 [INFO] Papyrus Tests Features                                             [pom]
12:28:17 [INFO] org.eclipse.papyrus.developer.suite.tests          [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.bundles.tests                                  [pom]
12:28:17 [INFO] org.eclipse.papyrus.eclipse.project.editors.tests  [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.editors.suite.tests            [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.core.suite.tests         [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.nattable.suite.tests     [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.services.labelprovider.tests [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.architecture.tests       [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.ui.architecture.tests    [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.suite.tests              [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.infra.newchild.tests                [eclipse-plugin]
12:28:17 [INFO] org.eclipse.papyrus.toolsmiths.suite.tests         [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.diagram.communication.tests [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.diagram.statemachine.tests [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.diagram.interactionoverview.tests [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.diagram.suite.tests        [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.diagram.dnd.tests          [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.diagram.properties.tests   [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.nattable.stereotype.display.tests [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.nattable.suite.tests       [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.tests [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.textedit.suite.tests       [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.validation.tests.releng                    [pom]
12:28:17 [INFO] org.eclipse.papyrus.uml.validation.tests.staticprofile [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.validation.tests.genvalidation [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.validation.tests           [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.architecture.tests              [eclipse-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.suite.tests                [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.uml.alf.tests.releng                           [pom]
12:28:17 [INFO] org.eclipse.papyrus.uml.alf.backend.tests          [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.views.properties.toolsmiths.tests [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.views.suite.tests              [eclipse-test-plugin]
12:28:17 [INFO] org.eclipse.papyrus.views.documentation.tests.releng               [pom]
12:28:17 [INFO] org.eclipse.papyrus.main.tests.releng                              [pom]
12:28:17 [INFO] org.eclipse.papyrus.main.tests.targetplatform [eclipse-target-definition]
12:28:17 [INFO] 
12:28:17 [INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.tests.releng >--------
12:28:17 [INFO] Building org.eclipse.papyrus.tests.releng 0.0.1-SNAPSHOT         [1/175]
12:28:17 [INFO]   from pom.xml
12:28:17 [INFO] --------------------------------[ pom ]---------------------------------
12:28:17 [INFO] 
12:28:17 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.releng ---
12:28:17 [INFO] 
12:28:17 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.releng ---
12:28:19 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/releng/tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
12:28:19 [INFO] 
12:28:19 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.releng ---
12:28:19 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:28:19 [INFO] 
12:28:19 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.plugins.tests.releng >--
12:28:19 [INFO] Building org.eclipse.papyrus.plugins.tests.releng 0.0.1-SNAPSHOT [2/175]
12:28:19 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/pom.xml
12:28:19 [INFO] --------------------------------[ pom ]---------------------------------
12:28:19 [INFO] 
12:28:19 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.plugins.tests.releng ---
12:28:19 [INFO] 
12:28:19 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.plugins.tests.releng ---
12:28:19 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
12:28:19 [INFO] 
12:28:19 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.plugins.tests.releng ---
12:28:19 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:28:19 [INFO] 
12:28:19 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.tests.releng >--
12:28:19 [INFO] Building org.eclipse.papyrus.infra.tests.releng 0.0.1-SNAPSHOT   [3/175]
12:28:19 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/pom.xml
12:28:19 [INFO] --------------------------------[ pom ]---------------------------------
12:28:19 [INFO] 
12:28:19 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.tests.releng ---
12:28:19 [INFO] 
12:28:19 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.tests.releng ---
12:28:19 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
12:28:19 [INFO] 
12:28:19 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.tests.releng ---
12:28:19 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:28:19 [INFO] 
12:28:19 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.tests.releng >--
12:28:19 [INFO] Building org.eclipse.papyrus.infra.core.tests.releng 0.0.1-SNAPSHOT [4/175]
12:28:19 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/pom.xml
12:28:19 [INFO] --------------------------------[ pom ]---------------------------------
12:28:19 [INFO] 
12:28:19 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.tests.releng ---
12:28:19 [INFO] 
12:28:19 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.tests.releng ---
12:28:19 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
12:28:19 [INFO] 
12:28:19 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.core.tests.releng ---
12:28:19 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:28:19 [INFO] 
12:28:19 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.clipboard.tests >--
12:28:19 [INFO] Building org.eclipse.papyrus.infra.core.clipboard.tests 2.0.0-SNAPSHOT [5/175]
12:28:19 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/pom.xml
12:28:19 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:28:20 [INFO] Resolving target definition file:/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/releng/tests/main-tests/targetPlatform/org.eclipse.papyrus.main.tests.targetplatform.target for environments=[linux/gtk/x86_64, win32/win32/x86_64, macosx/cocoa/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@7ca802e3
12:28:20 [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
12:28:20 [INFO]     Cache location:         /home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/.cache/tycho
12:28:20 [INFO]     Transport mode:         online
12:28:20 [INFO]     Http Transport type:    Java11Client
12:28:20 [INFO]     Update mode:            cache first
12:28:20 [INFO]     Minimum cache duration: 60 minutes
12:28:20 [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
12:28:22 [INFO] ------------------------------------------------------------------------
12:28:22 [INFO] Reactor Summary:
12:28:22 [INFO] 
12:28:22 [INFO] org.eclipse.papyrus.tests.releng 0.0.1-SNAPSHOT .... SUCCESS [  1.999 s]
12:28:22 [INFO] org.eclipse.papyrus.plugins.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.005 s]
12:28:22 [INFO] org.eclipse.papyrus.infra.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.004 s]
12:28:22 [INFO] org.eclipse.papyrus.infra.core.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
12:28:22 [INFO] org.eclipse.papyrus.infra.core.clipboard.tests 2.0.0-SNAPSHOT FAILURE [  2.895 s]
12:28:22 [INFO] org.eclipse.papyrus.infra.nattable.main.test 1.2.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.nattable.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.editor.tests.releng 0.0.1-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.editor.integration.tests 2.1.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.nattable.views.tests 2.0.100-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.nattable.common.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.tests.infra.nattable.feature 1.4.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.tests.releng 0.0.1-SNAPSHOT  SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.diagram.tests.releng 1.2.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.diagram.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.diagram.component.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.gmfdiag.tests.releng 0.0.1-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.gmfdiag.canonical.tests 2.1.100-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.dynamic.profile.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.diagram.common.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.diagram.composite.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.diagram.sequence.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.diagram.deployment.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.diagram.wizards.tests 2.1.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.diagram.profile.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.diagram.activity.tests 2.0.100-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.diagram.timing.tests 2.0.100-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.diagram.clazz.tests 2.1.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.diagram.usecase.tests 5.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.tests.uml.diagram.feature 1.2.100-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.emf.facet.tests 0.0.1-SNAPSHOT . SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.emf.facet.architecture.tests 1.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.tests.emf.facet.feature 1.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.toolsmiths.tests.releng 0.0.1-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.toolsmiths.validation.common.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.toolsmiths.validation.architecture.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.toolsmiths.validation.properties.tests 1.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.toolsmiths.validation.profile.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.toolsmiths.validation.newchild.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.tests 1.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.tests.toolsmiths.feature 1.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.decoratormodel.tests.releng 0.0.1-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.decoratormodel.tests 2.1.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode.tests 2.1.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.tests.uml.decoratormodel.feature 1.2.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.assistants.tests.releng 0.0.1-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.profile.types.generator.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.profile.assistants.generator.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.tests.uml.assistants.feature 1.2.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.textedit.tests.releng 0.0.1-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.textedit.property.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.textedit.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.textedit.parameter.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.textedit.port.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.textedit.tests.feature 1.2.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.tools.tests.releng 0.0.1-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.tools.tests 4.1.0-SNAPSHOT . SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.tools.utils.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.tests.uml.tools.feature 1.2.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.nattable.model.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.nattable.main.test 1.2.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.nattable.generic.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.nattable.clazz.config.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.nattable.matrix.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.core.tests 4.1.0-SNAPSHOT  SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.nattable.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.tests.uml.nattable.feature 1.3.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.services.tests.releng 0.0.1-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.services.controlmode.tests 2.1.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.services.resourceloading.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.services.edit.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.services.semantic.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.services.edit.ui.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.tests.infra.services.feature 1.2.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.views.tests.releng 0.0.1-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.views.modelexplorer.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.views.documentation.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.tests.views.feature 1.2.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.profile.tests.releng 0.0.1-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.profile.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.modelexplorer.tests.releng 0.0.1-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.modelexplorer.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.service.types.tests 2.1.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.properties.tests 2.1.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.types.core.tests 1.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.modelrepair.tests 2.1.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.profile.drafter.tests 2.2.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.service.types.ui.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.filters.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.tests.uml.feature 1.2.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.core.sasheditor.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.core.sasheditor.di.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.tests.infra.core.feature 1.2.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.emf.tests.releng 0.0.1-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.ui.emf.tests 2.1.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.filters.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests 2.1.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.ui.tests 2.0.0-SNAPSHOT .. SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.emf.readonly.tests 2.1.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.tests 1.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.types.tests.releng 0.0.1-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.types.tests 4.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.properties.tests.releng 0.0.1-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.properties.ui.tests 3.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.gmfdiag.menu.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.viewpoints.tests.releng 0.0.1-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.viewpoints.policy.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.tools.tests 2.2.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.editor.tests.releng 0.0.1-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.editor.welcome.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.gmfdiag.welcome.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.gmfdiag.commands.tests 2.1.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.emf.tests 2.1.0-SNAPSHOT . SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng 0.0.1-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests 2.1.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.types.ui.tests 4.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.gmfdiag.common.tests 4.1.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.emf.gmf.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.tests.infra.feature 1.2.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.tests.feature 2.0.100-SNAPSHOT . SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.emf.expressions.main.tests 0.0.1-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.emf.expressions.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.tests.infra.emf.expressions.feature 1.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.internationalization.main.test 1.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.internationalization.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.tests.infra.internationalization.feature 1.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.expressions.tests.releng 0.0.1-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.expressions.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.tests.uml.expressions.feature 1.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.internationalization.main.test 1.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.internationalization.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.internationalization.controlmode.tests 2.1.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.tests.uml.internationalization.feature 1.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.alf.tests 2.0.100-SNAPSHOT . SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.alf.tests.feature 1.2.0-SNAPSHOT SKIPPED
12:28:22 [INFO] Papyrus Tests Features 0.0.1-SNAPSHOT .............. SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.developer.suite.tests 1.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.bundles.tests 0.0.1-SNAPSHOT ... SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.eclipse.project.editors.tests 3.1.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.editors.suite.tests 1.1.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.core.suite.tests 1.1.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.nattable.suite.tests 1.1.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.services.labelprovider.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.architecture.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.ui.architecture.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.suite.tests 1.1.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.infra.newchild.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.toolsmiths.suite.tests 1.1.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.diagram.communication.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.diagram.statemachine.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.diagram.interactionoverview.tests 2.0.100-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.diagram.suite.tests 1.1.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.diagram.dnd.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.diagram.properties.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.nattable.stereotype.display.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.nattable.suite.tests 1.1.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.textedit.suite.tests 1.1.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.validation.tests.releng 0.0.1-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.validation.tests.staticprofile 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.validation.tests.genvalidation 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.validation.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.architecture.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.suite.tests 1.1.0-SNAPSHOT . SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.alf.tests.releng 0.0.1-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.uml.alf.backend.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.views.properties.toolsmiths.tests 2.0.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.views.suite.tests 1.1.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.views.documentation.tests.releng 0.0.1-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.main.tests.releng 1.2.0-SNAPSHOT SKIPPED
12:28:22 [INFO] org.eclipse.papyrus.main.tests.targetplatform 0.0.1-SNAPSHOT SKIPPED
12:28:22 [INFO] ------------------------------------------------------------------------
12:28:22 [INFO] BUILD FAILURE
12:28:22 [INFO] ------------------------------------------------------------------------
12:28:22 [INFO] Total time:  32.400 s
12:28:22 [INFO] Finished at: 2024-05-13T16:28:22Z
12:28:22 [INFO] ------------------------------------------------------------------------
12:28:22 [ERROR] Failed to resolve target definition file:/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/releng/tests/main-tests/targetPlatform/org.eclipse.papyrus.main.tests.targetplatform.target: Could not find "com.google.guava/33.1.0.jre" in the repositories of the current location
12:28:22 [ERROR] 
12:28:22 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
12:28:22 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
12:28:23 Build step 'Invoke top-level Maven targets' marked build as failure
12:28:23 Taking screenshot.
12:28:23 [Papyrus-Master-Tests] $ echo $XAUTHORITY
12:28:23 /home/jenkins/agent/workspace/Papyrus-Master-Tests/.Xauthority-15014089375549679350
12:28:23 [Papyrus-Master-Tests] $ ls -l $XAUTHORITY
12:28:23 -rw-r--r--. 1 jenkins 1000800000 0 May 13 16:27 /home/jenkins/agent/workspace/Papyrus-Master-Tests/.Xauthority-15014089375549679350
12:28:23 [Papyrus-Master-Tests] $ import -window root -display :79 screenshot.jpg
12:28:23 Terminating xvnc.
12:28:23 Archiving artifacts
12:28:25 Sending e-mails to: patrick.tessier@cea.fr quentin.lemenez@cea.fr
12:28:25 Recording test results
12:28:25 ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
12:28:26 Finished: FAILURE