Skip to content
Not built

Console Output

Push event to branch wiki-link-update
Started by GitLab push by Michael Wenz
Querying the current revision of branch wiki-link-update...
Current revision of branch wiki-link-update is dd50c989254c4a002e33ddf2962ea77eaabaa277
Obtained parent/Jenkinsfile from dd50c989254c4a002e33ddf2962ea77eaabaa277
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-8-bx1w6 is provisioned from template centos-8
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6"
    jenkins/label: "centos-latest_centos-8"
  name: "centos-8-bx1w6"
  namespace: "graphiti"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.graphiti.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-8-bx1w6"
    - 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-8-bx1w6"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.graphiti.svc.cluster.local/graphiti/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3131.vf2b_b_798b_ce99"
    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-graphiti"
      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"

Running on centos-8-bx1w6 in /home/jenkins/agent/workspace/build_wiki-link-update
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab-bot-ssh
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository git@gitlab.eclipse.org:eclipse/graphiti/graphiti.git
 > git init /home/jenkins/agent/workspace/build_wiki-link-update # timeout=10
Fetching upstream changes from git@gitlab.eclipse.org:eclipse/graphiti/graphiti.git
 > git --version # timeout=10
 > git --version # 'git version 2.41.0'
using GIT_SSH to set credentials GitLab bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/build_wiki-link-update@tmp/jenkins-gitclient-ssh17704377383159481641.key
Verifying host key using manually-configured host key entries
 > git fetch --no-tags --force --progress -- git@gitlab.eclipse.org:eclipse/graphiti/graphiti.git +refs/heads/wiki-link-update:refs/remotes/origin/wiki-link-update # timeout=10
Avoid second fetch
Checking out Revision dd50c989254c4a002e33ddf2962ea77eaabaa277 (wiki-link-update)
Commit message: "Update News & Noteworthy for Graphiti 0.19.2 and Eclipse 2023-12"
First time build. Skipping changelog.
[GitLab Pipeline Status] Notifying branch build status: RUNNING build/wiki-link-update #1: Build started...
 > git config remote.origin.url git@gitlab.eclipse.org:eclipse/graphiti/graphiti.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/wiki-link-update:refs/remotes/origin/wiki-link-update # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dd50c989254c4a002e33ddf2962ea77eaabaa277 # timeout=10
[GitLab Pipeline Status] Notified
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ date +%Y%m%d%H%M
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 50 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Display Parameters)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
BUILD_TIMESTAMP=202312050724
BUILD_TYPE=nightly
MAVEN_PROFILES=
WITH_CREDENTIALS=false
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/build_wiki-link-update/parent
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] xvnc
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[parent] $ Xvnc -help
Starting xvnc
[parent] $ Xvnc :78 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
[Pipeline] {

Xvnc TigerVNC 1.11.0 - built Jul 21 2021 11:25:16
Copyright (C) 1999-2020 TigerVNC Team and many others (see README.rst)
See https://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12011000, The X.Org Foundation


Tue Dec  5 07:24:10 2023
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5978
 vncext:      created VNC server for screen 0
[Pipeline] sh
+ mvn clean verify --no-transfer-progress -Dmaven.repo.local=/home/jenkins/agent/workspace/build_wiki-link-update/.m2/repository -Dorg.eclipse.justj.p2.manager.build.url=https://ci.eclipse.org/graphiti/job/build/job/wiki-link-update/ -Dbuild.type=nightly -Dcommit.id=dd50c989254c4a002e33ddf2962ea77eaabaa277 -Dorg.eclipse.storage.user=genie.graphiti -Dorg.eclipse.justj.p2.manager.build.url=https://ci.eclipse.org/graphiti/job/build/job/wiki-link-update/ -Dorg.eclipse.justj.p2.manager.target=graphiti
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Tycho Version:  4.0.4 (868454bf476f18ad997abdfd7ef5f88a8fa2d67f)
[INFO] Tycho Mode:     project
[INFO] Tycho Builder:  maven
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Parent                                                             [pom]
[INFO] Metamodel                                               [eclipse-plugin]
[INFO] Core                                                    [eclipse-plugin]
[INFO] UI                                                      [eclipse-plugin]
[INFO] Pattern                                                 [eclipse-plugin]
[INFO] New Project Wizard                                      [eclipse-plugin]
[INFO] SVG Export                                              [eclipse-plugin]
[INFO] Examples Common                                         [eclipse-plugin]
[INFO] Example Tutorial                                        [eclipse-plugin]
[INFO] Example Chess                                           [eclipse-plugin]
[INFO] Example Composite                                       [eclipse-plugin]
[INFO] Example Filesystem Model                                [eclipse-plugin]
[INFO] Example Filesystem Editor                               [eclipse-plugin]
[INFO] Example for Capabilities                                [eclipse-plugin]
[INFO] Documentation                                           [eclipse-plugin]
[INFO] Runtime Feature                                        [eclipse-feature]
[INFO] Examples Feature                                       [eclipse-feature]
[INFO] Tools Feature                                          [eclipse-feature]
[INFO] SDK Feature                                            [eclipse-feature]
[INFO] Export Feature                                         [eclipse-feature]
[INFO] SDK Plus Feature                                       [eclipse-feature]
[INFO] Dependencies Feature                                   [eclipse-feature]
[INFO] Update Site                                         [eclipse-repository]
[INFO] Core Unit Tests                                    [eclipse-test-plugin]
[INFO] UI Unit Tests                                      [eclipse-test-plugin]
[INFO] Testtool Ecore                                          [eclipse-plugin]
[INFO] Testtool Sketch                                         [eclipse-plugin]
[INFO] SWTBot UI Tests                                    [eclipse-test-plugin]
[INFO] 
[INFO] --------------------< org.eclipse.graphiti:parent >---------------------
[INFO] Building Parent 0.19.2-SNAPSHOT                                   [1/28]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ parent ---
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ parent ---
[INFO] 
[INFO] ------------< org.eclipse.graphiti:org.eclipse.graphiti.mm >------------
[INFO] Building Metamodel 0.19.2-SNAPSHOT                                [2/28]
[INFO]   from /home/jenkins/agent/workspace/build_wiki-link-update/plugins/org.eclipse.graphiti.mm/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/agent/workspace/build_wiki-link-update/.m2/repository/.cache/tycho
[INFO]     Transport mode:         online
[INFO]     Http Transport type:    Java11Client
[INFO]     Update mode:            cache first
[INFO]     Minimum cache duration: 60 minutes
[INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
[INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.29
[INFO] Adding repository https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/latest
[INFO] Adding repository https://download.eclipse.org/tools/gef/classic/releases/latest
[INFO] Adding repository http://download.eclipse.org/modeling/emf/emf/builds/release/latest
[INFO] Adding repository https://download.eclipse.org/modeling/emf/transaction/updates/releases
[INFO] Adding repository https://download.eclipse.org/modeling/emf/validation/updates/releases
[INFO] Adding repository https://download.eclipse.org/technology/swtbot/releases/latest
[INFO] Adding repository http://download.eclipse.org/cbi/updates/license
[INFO] Resolving dependencies of MavenProject: org.eclipse.graphiti:org.eclipse.graphiti.mm:0.19.2-SNAPSHOT @ /home/jenkins/agent/workspace/build_wiki-link-update/plugins/org.eclipse.graphiti.mm/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.graphiti.mm ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.graphiti.mm ---
[INFO] The project's OSGi version is 0.19.2.202312050724
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.graphiti.mm ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.graphiti.mm ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.graphiti.mm ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.graphiti.mm ---
[INFO] Resolving class path of Metamodel
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.graphiti.mm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_wiki-link-update/plugins/org.eclipse.graphiti.mm/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.graphiti.mm ---
[INFO] Compiling 118 source files to /home/jenkins/agent/workspace/build_wiki-link-update/plugins/org.eclipse.graphiti.mm/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.graphiti.mm ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.graphiti.mm ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.graphiti.mm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_wiki-link-update/plugins/org.eclipse.graphiti.mm/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.graphiti.mm ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.graphiti.mm ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 10 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.graphiti.mm ---
[INFO] Building jar: /home/jenkins/agent/workspace/build_wiki-link-update/plugins/org.eclipse.graphiti.mm/target/org.eclipse.graphiti.mm-0.19.2-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.graphiti.mm ---
[INFO] Building jar: /home/jenkins/agent/workspace/build_wiki-link-update/plugins/org.eclipse.graphiti.mm/target/org.eclipse.graphiti.mm-0.19.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.graphiti.mm ---
[INFO] 
[INFO] -------------< org.eclipse.graphiti:org.eclipse.graphiti >--------------
[INFO] Building Core 0.19.2-SNAPSHOT                                     [3/28]
[INFO]   from /home/jenkins/agent/workspace/build_wiki-link-update/plugins/org.eclipse.graphiti/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.graphiti:org.eclipse.graphiti:0.19.2-SNAPSHOT @ /home/jenkins/agent/workspace/build_wiki-link-update/plugins/org.eclipse.graphiti/pom.xml
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.emf.validation 1.7.0.201306111341 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.7.0.201306111341 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.7.0.201306111341 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201405281429 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201405281429 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201405281429 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201505312255 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201505312255 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201505312255 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201606071713 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201606071713 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201606071713 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201706061352 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201706061352 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201706061352 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201805030717 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201805030717 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201805030717 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201812070911 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201812070911 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201812070911 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.202008210805 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.202008210805 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.202008210805 to java.package; com.ibm.icu.util 4.0.0.]
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.emf.validation 1.7.0.201306111341 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.7.0.201306111341 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.7.0.201306111341 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201405281429 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201405281429 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201405281429 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201505312255 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201505312255 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201505312255 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201606071713 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201606071713 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201606071713 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201706061352 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201706061352 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201706061352 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201805030717 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201805030717 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201805030717 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201812070911 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201812070911 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201812070911 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.202008210805 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.202008210805 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.202008210805 to java.package; com.ibm.icu.util 4.0.0.]
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.emf.validation 1.7.0.201306111341 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.7.0.201306111341 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.7.0.201306111341 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201405281429 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201405281429 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201405281429 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201505312255 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201505312255 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201505312255 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201606071713 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201606071713 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201606071713 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201706061352 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201706061352 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201706061352 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201805030717 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201805030717 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201805030717 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201812070911 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201812070911 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201812070911 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.202008210805 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.202008210805 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.202008210805 to java.package; com.ibm.icu.util 4.0.0.]
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.graphiti ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.graphiti ---
[INFO] The project's OSGi version is 0.19.2.202312050724
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.graphiti ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.graphiti ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.graphiti ---
[INFO] 
[INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.graphiti ---
[INFO] Resolving class path of Core
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.graphiti ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_wiki-link-update/plugins/org.eclipse.graphiti/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.graphiti ---
[INFO] Compiling 304 source files to /home/jenkins/agent/workspace/build_wiki-link-update/plugins/org.eclipse.graphiti/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.graphiti ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.graphiti ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.graphiti ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_wiki-link-update/plugins/org.eclipse.graphiti/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.graphiti ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.graphiti ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 17 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.graphiti ---
[INFO] Building jar: /home/jenkins/agent/workspace/build_wiki-link-update/plugins/org.eclipse.graphiti/target/org.eclipse.graphiti-0.19.2-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.graphiti ---
[INFO] Building jar: /home/jenkins/agent/workspace/build_wiki-link-update/plugins/org.eclipse.graphiti/target/org.eclipse.graphiti-0.19.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.graphiti ---
[INFO] 
[INFO] ------------< org.eclipse.graphiti:org.eclipse.graphiti.ui >------------
[INFO] Building UI 0.19.2-SNAPSHOT                                       [4/28]
[INFO]   from /home/jenkins/agent/workspace/build_wiki-link-update/plugins/org.eclipse.graphiti.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.graphiti:org.eclipse.graphiti.ui:0.19.2-SNAPSHOT @ /home/jenkins/agent/workspace/build_wiki-link-update/plugins/org.eclipse.graphiti.ui/pom.xml
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.emf.validation 1.7.0.201306111341 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.7.0.201306111341 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.7.0.201306111341 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201405281429 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201405281429 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201405281429 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201505312255 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201505312255 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201505312255 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201606071713 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201606071713 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201606071713 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201706061352 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201706061352 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201706061352 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201805030717 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201805030717 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201805030717 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201812070911 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201812070911 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.201812070911 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.202008210805 to java.package; com.ibm.icu.text 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.202008210805 to java.package; com.ibm.icu.lang 4.0.0.; Unable to satisfy dependency from org.eclipse.emf.validation 1.8.0.202008210805 to java.package; com.ibm.icu.util 4.0.0.; Unable to satisfy dependency from org.eclipse.ui.ide 3.17.200.v20200808-0622 to osgi.bundle; org.eclipse.e4.core.commands [0.11.0,1.0.0).]
Superseded by #2
Sending interrupt signal to process
script returned exit code 143
[Pipeline] }
Terminating xvnc.

Tue Dec  5 07:24:46 2023
 ComparingUpdateTracker: 0 pixels in / 0 pixels out
 ComparingUpdateTracker: (1:-nan ratio)
[Pipeline] // xvnc
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] junit
Recording test results
No test report files were found. Configuration error?
Error when executing always post condition:
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.40.21.220/10.40.21.220:53542
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1000)
		at hudson.FilePath.act(FilePath.java:1192)
		at hudson.FilePath.act(FilePath.java:1181)
		at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:120)
		at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:160)
		at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:254)
		at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:63)
		at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:29)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
		at java.base/java.lang.Thread.run(Thread.java:839)
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 6c775d01-8c82-4525-8e12-b5223ab36c6c
hudson.AbortException: No test report files were found. Configuration error?
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:188)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3578)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:377)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:125)
	at java.base/java.lang.Thread.run(Thread.java:829)

[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 24cd202b-7f46-40ef-818f-2b7e55db124f
[GitLab Pipeline Status] Notifying branch build status: CANCELED build/wiki-link-update #1: Something is wrong with the build of this commit.
[GitLab Pipeline Status] Notified
Finished: NOT_BUILT