Started by timer Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 3cd8cb49b05b93381d7c2cde73092f5cfe28070e [Pipeline] Start of Pipeline [Pipeline] node Agent centos-8-j5k4c is provisioned from template centos-8 --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1718074922636" labels: jenkins: "slave" jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6" jenkins/label: "centos-latest_centos-8" kubernetes.jenkins.io/controller: "http___jenkins-ui_xpect_svc_cluster_local_xpectx" name: "centos-8-j5k4c" namespace: "xpect" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.xpect.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-8-j5k4c" - 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: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-8-j5k4c" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.xpect.svc.cluster.local/xpect/" image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3206.vb_15dcf73f6a_9" 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-xpect" 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-j5k4c in /home/jenkins/agent/workspace/_tjeske-tjeske_update-nightly-tp [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse/Xpect.git > git init /home/jenkins/agent/workspace/_tjeske-tjeske_update-nightly-tp # timeout=10 Fetching upstream changes from https://github.com/eclipse/Xpect.git > git --version # timeout=10 > git --version # 'git version 2.41.0' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse/Xpect.git +refs/heads/tjeske-tjeske/update-nightly-tp:refs/remotes/origin/tjeske-tjeske/update-nightly-tp # timeout=10 > git config remote.origin.url https://github.com/eclipse/Xpect.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/tjeske-tjeske/update-nightly-tp:refs/remotes/origin/tjeske-tjeske/update-nightly-tp # timeout=10 Avoid second fetch Checking out Revision 3cd8cb49b05b93381d7c2cde73092f5cfe28070e (tjeske-tjeske/update-nightly-tp) Commit message: "always bundle newer classpgraph" > git config core.sparsecheckout # timeout=10 > git checkout -f 3cd8cb49b05b93381d7c2cde73092f5cfe28070e # timeout=10 > git rev-list --no-walk 3cd8cb49b05b93381d7c2cde73092f5cfe28070e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] sh + date +%Y%m%d%H%M [Pipeline] withEnv [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] } [Pipeline] // script [Pipeline] echo BUILD_TIMESTAMP=202406110302 BUILD_TYPE=nightly ECLIPSE_SIGN=false PROMOTE=false BRANCH_NAME=tjeske-tjeske/update-nightly-tp [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test With Latest) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] xvnc $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [_tjeske-tjeske_update-nightly-tp] $ Xvnc -help Starting xvnc [_tjeske-tjeske_update-nightly-tp] $ Xvnc :76 -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 Jun 11 03:02:16 2024 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5976 vncext: created VNC server for screen 0 [Pipeline] dir Running in /home/jenkins/agent/workspace/_tjeske-tjeske_update-nightly-tp [Pipeline] { [Pipeline] sh + mvn --fail-at-end --no-transfer-progress --update-snapshots '-P!promote' -Dmaven.repo.local=xpect-local-maven-repository -Dmaven.artifact.threads=16 -Declipsesign=false -Dtycho-version=4.0.3 -Dtarget-platform=eclipse_2023_12-xtext_nightly clean integration-test Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.10+7 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Tycho Version: 4.0.3 (88e4728c5da382f02c0459c918c2683048f95740) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] org.eclipse.xpect.parent [pom] [INFO] org.eclipse.xpect.mwe2 [eclipse-plugin] [INFO] org.eclipse.xpect [eclipse-plugin] [INFO] org.eclipse.xpect.ide [eclipse-plugin] [INFO] org.eclipse.xpect.ui [eclipse-plugin] [INFO] org.eclipse.xpect.ui.junit [eclipse-plugin] [INFO] org.eclipse.xpect.xtext.lib [eclipse-plugin] [INFO] org.eclipse.xpect.xtext.xbase.lib [eclipse-plugin] [INFO] org.eclipse.xpect.xtext.lib.feature [eclipse-feature] [INFO] org.eclipse.xpect.xtext.xbase.lib.feature [eclipse-feature] [INFO] org.eclipse.xpect.sdk [eclipse-feature] [INFO] org.eclipse.xpect.repository [eclipse-repository] [INFO] org.eclipse.xpect.target.eclipse_2023_12-xtext_nightly [eclipse-target-definition] [INFO] org.eclipse.xtext.example.maven_parents.grammar_plugin [pom] [INFO] org.eclipse.xtext.example.arithmetics [eclipse-plugin] [INFO] org.eclipse.xtext.example.arithmetics.ide [eclipse-plugin] [INFO] org.eclipse.xtext.example.arithmetics.ui [eclipse-plugin] [INFO] org.eclipse.xtext.example.domainmodel [eclipse-plugin] [INFO] org.eclipse.xtext.example.domainmodel.ide [eclipse-plugin] [INFO] org.eclipse.xtext.example.domainmodel.ui [eclipse-plugin] [INFO] org.eclipse.xtext.example.arithmetics.xpect.tests [eclipse-plugin] [INFO] org.eclipse.xtext.example.domainmodel.xpect.tests [eclipse-test-plugin] [INFO] org.eclipse.xpect.test.parent [pom] [INFO] org.eclipse.xtext.example.arithmetics.tests [eclipse-plugin] [INFO] org.eclipse.xtext.example.domainmodel.tests [eclipse-test-plugin] [INFO] org.eclipse.xpect.tests [eclipse-test-plugin] [INFO] org.eclipse.xpect.xtext.lib.tests [eclipse-test-plugin] [INFO] org.eclipse.xpect.root [pom] [INFO] [INFO] -------------< org.eclipse.xpect:org.eclipse.xpect.parent >------------- [INFO] Building org.eclipse.xpect.parent 0.3.0-SNAPSHOT [1/28] [INFO] from org.eclipse.xpect.releng/maven-plugin-parent/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.xpect.parent --- [INFO] [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.xpect.parent --- [INFO] [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.xpect.parent --- [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.xpect.parent --- [INFO] [INFO] --------------< org.eclipse.xpect:org.eclipse.xpect.mwe2 >-------------- [INFO] Building org.eclipse.xpect.mwe2 0.3.0-SNAPSHOT [2/28] [INFO] from org.eclipse.xpect.mwe2/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving target definition file:/home/jenkins/agent/workspace/_tjeske-tjeske_update-nightly-tp/org.eclipse.xpect.releng/target-platforms/eclipse_2023_12-xtext_nightly/org.eclipse.xpect.target.eclipse_2023_12-xtext_nightly.target for environments=[macosx/cocoa/x86_64, win32/win32/x86_64, linux/gtk/x86_64, macosx/cocoa/aarch64], 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@1172dc2c [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /home/jenkins/agent/workspace/_tjeske-tjeske_update-nightly-tp/xpect-local-maven-repository/.cache/tycho [INFO] Transport mode: online [INFO] Http Transport type: Java11Client [INFO] Update mode: forced [INFO] Minimum cache duration: 60 minutes [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [ERROR] Cannot resolve target definition: [ERROR] Software being installed: org.eclipse.xtext.sdk.feature.group 2.36.0.v20240610-1301 [ERROR] Missing requirement for filter properties ~= $0: org.eclipse.xtext.sdk.feature.group 2.36.0.v20240610-1301 requires 'org.eclipse.equinox.p2.iu; org.eclipse.emf.mwe2.language.sdk.feature.group 2.18.0' but it could not be found [ERROR] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] org.eclipse.xpect.parent 0.3.0-SNAPSHOT ............ SUCCESS [ 0.243 s] [INFO] org.eclipse.xpect.mwe2 0.3.0-SNAPSHOT .............. FAILURE [ 6.099 s] [INFO] org.eclipse.xpect 0.3.0-SNAPSHOT ................... SKIPPED [INFO] org.eclipse.xpect.ide 0.3.0-SNAPSHOT ............... SKIPPED [INFO] org.eclipse.xpect.ui 0.3.0-SNAPSHOT ................ SKIPPED [INFO] org.eclipse.xpect.ui.junit 0.3.0-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.xpect.xtext.lib 0.3.0-SNAPSHOT ......... SKIPPED [INFO] org.eclipse.xpect.xtext.xbase.lib 0.3.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.xpect.xtext.lib.feature 0.3.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.xpect.xtext.xbase.lib.feature 0.3.0-SNAPSHOT SKIPPED [INFO] org.eclipse.xpect.sdk 0.3.0-SNAPSHOT ............... SKIPPED [INFO] org.eclipse.xpect.repository 0.3.0-SNAPSHOT ........ SKIPPED [INFO] org.eclipse.xpect.target.eclipse_2023_12-xtext_nightly 0.3.0-SNAPSHOT SKIPPED [INFO] org.eclipse.xtext.example.maven_parents.grammar_plugin 0.3.0-SNAPSHOT SKIPPED [INFO] org.eclipse.xtext.example.arithmetics 2.31.0-SNAPSHOT SKIPPED [INFO] org.eclipse.xtext.example.arithmetics.ide 2.31.0-SNAPSHOT SKIPPED [INFO] org.eclipse.xtext.example.arithmetics.ui 2.31.0-SNAPSHOT SKIPPED [INFO] org.eclipse.xtext.example.domainmodel 2.31.0-SNAPSHOT SKIPPED [INFO] org.eclipse.xtext.example.domainmodel.ide 2.31.0-SNAPSHOT SKIPPED [INFO] org.eclipse.xtext.example.domainmodel.ui 2.31.0-SNAPSHOT SKIPPED [INFO] org.eclipse.xtext.example.arithmetics.xpect.tests 0.3.0-SNAPSHOT SKIPPED [INFO] org.eclipse.xtext.example.domainmodel.xpect.tests 0.3.0-SNAPSHOT SKIPPED [INFO] org.eclipse.xpect.test.parent 0.3.0-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.xtext.example.arithmetics.tests 2.31.0-SNAPSHOT SKIPPED [INFO] org.eclipse.xtext.example.domainmodel.tests 2.31.0-SNAPSHOT SKIPPED [INFO] org.eclipse.xpect.tests 0.3.0-SNAPSHOT ............. SKIPPED [INFO] org.eclipse.xpect.xtext.lib.tests 0.3.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.xpect.root 0.3.0-SNAPSHOT .............. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 25.493 s [INFO] Finished at: 2024-06-11T03:02:43Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to resolve target definition file:/home/jenkins/agent/workspace/_tjeske-tjeske_update-nightly-tp/org.eclipse.xpect.releng/target-platforms/eclipse_2023_12-xtext_nightly/org.eclipse.xpect.target.eclipse_2023_12-xtext_nightly.target: See log for details [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [Pipeline] } [Pipeline] // dir [Pipeline] } Terminating xvnc. Tue Jun 11 03:02:49 2024 ComparingUpdateTracker: 0 pixels in / 0 pixels out ComparingUpdateTracker: (1:-nan ratio) [Pipeline] // xvnc [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build With Primary) Stage "Build With Primary" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] mail [Pipeline] archiveArtifacts Archiving artifacts No test report files were found. Configuration error? [Pipeline] deleteDir [Pipeline] echo matrix result check: curResult=FAILURE lastResult=FAILURE [Pipeline] echo matrix send message [Pipeline] matrixSendMessage Sending Matrix message {type: 'm.text', format: 'org.matrix.custom.html', body: 'FAILURE => FAILURE https://ci.eclipse.org/xpect/job/Xpect/job/tjeske-tjeske%252Fupdate-nightly-tp/241/ | Xpect/tjeske-tjeske%2Fupdate-nightly-tp#241', formattedBody: '
FAILURE => FAILURE | Xpect/tjeske-tjeske%2Fupdate-nightly-tp#241
'} to {https: true, hostname: 'matrix.eclipse.org', port: null} with access token Matrix message sent [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 GitHub has been notified of this commit’s build result Finished: FAILURE