Skip to content

Console Output

Branch indexing
06:57:18 Connecting to https://api.github.com using eclipse-releng-bot/****** (GitHub bot (username/token))
Obtained Jenkinsfile from ff50b0d5b31c842de9f3783f19996b943223a6f6
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-8-cxn0m 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-cxn0m"
  namespace: "platform"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.platform.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-8-cxn0m"
    - 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-cxn0m"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.platform.svc.cluster.local/platform/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3107.v665000b_51092"
    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-platform"
      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-cxn0m in /home/jenkins/agent/workspace/eng.aggregator_R4_26_maintenance
[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-platform/eclipse.platform.releng.aggregator.git
 > git init /home/jenkins/agent/workspace/eng.aggregator_R4_26_maintenance # timeout=10
Fetching upstream changes from https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git +refs/heads/R4_26_maintenance:refs/remotes/origin/R4_26_maintenance # timeout=10
Avoid second fetch
Checking out Revision ff50b0d5b31c842de9f3783f19996b943223a6f6 (R4_26_maintenance)
 > git config remote.origin.url https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/R4_26_maintenance:refs/remotes/origin/R4_26_maintenance # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ff50b0d5b31c842de9f3783f19996b943223a6f6 # timeout=10
Commit message: "Corrected the p2 repo url (#789)"
First time build. Skipping changelog.
 > git remote # timeout=10
 > git submodule init # timeout=10
 > git submodule sync # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git submodule init # timeout=10
 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
 > git config --get submodule.eclipse.jdt.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.jdt.path # timeout=10
 > git config --get submodule.eclipse.jdt.core.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.jdt.core.path # timeout=10
 > git config --get submodule.eclipse.jdt.core.binaries.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.jdt.core.binaries.path # timeout=10
 > git config --get submodule.eclipse.jdt.debug.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.jdt.debug.path # timeout=10
 > git config --get submodule.eclipse.jdt.ui.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.jdt.ui.path # timeout=10
 > git config --get submodule.eclipse.pde.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.pde.path # timeout=10
 > git config --get submodule.eclipse.platform.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.platform.path # timeout=10
 > git config --get submodule.eclipse.platform.common.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.platform.common.path # timeout=10
 > git config --get submodule.eclipse.platform.debug.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.platform.debug.path # timeout=10
 > git config --get submodule.eclipse.platform.releng.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.platform.releng.path # timeout=10
 > git config --get submodule.eclipse.platform.swt.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.platform.swt.path # timeout=10
 > git config --get submodule.eclipse.platform.swt.binaries.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.platform.swt.binaries.path # timeout=10
 > git config --get submodule.eclipse.platform.text.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.platform.text.path # timeout=10
 > git config --get submodule.eclipse.platform.ua.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.platform.ua.path # timeout=10
 > git config --get submodule.eclipse.platform.ui.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.platform.ui.path # timeout=10
 > git config --get submodule.rt.equinox.binaries.url # timeout=10
 > git config -f .gitmodules --get submodule.rt.equinox.binaries.path # timeout=10
 > git config --get submodule.equinox.url # timeout=10
 > git config -f .gitmodules --get submodule.equinox.path # timeout=10
 > git config --get submodule.rt.equinox.p2.url # timeout=10
 > git config -f .gitmodules --get submodule.rt.equinox.p2.path # timeout=10
 > git config --get submodule.eclipse.platform.ui.tools.url # timeout=10
 > git config -f .gitmodules --get submodule.eclipse.platform.ui.tools.path # timeout=10
 > git submodule update --init --recursive --remote eclipse.jdt # timeout=10
 > git submodule update --init --recursive --remote eclipse.jdt.core # timeout=10
 > git submodule update --init --recursive --remote eclipse.jdt.core.binaries # timeout=10
 > git submodule update --init --recursive --remote eclipse.jdt.debug # timeout=10
 > git submodule update --init --recursive --remote eclipse.jdt.ui # timeout=10
 > git submodule update --init --recursive --remote eclipse.pde # timeout=10
 > git submodule update --init --recursive --remote eclipse.platform # timeout=10
 > git submodule update --init --recursive --remote eclipse.platform.common # timeout=10
 > git submodule update --init --recursive --remote eclipse.platform.debug # timeout=10
 > git submodule update --init --recursive --remote eclipse.platform.releng # timeout=10
 > git submodule update --init --recursive --remote eclipse.platform.swt # timeout=10
 > git submodule update --init --recursive --remote eclipse.platform.swt.binaries # timeout=10
 > git submodule update --init --recursive --remote eclipse.platform.text # timeout=10
 > git submodule update --init --recursive --remote eclipse.platform.ua # timeout=10
 > git submodule update --init --recursive --remote eclipse.platform.ui # timeout=10
 > git submodule update --init --recursive --remote rt.equinox.binaries # timeout=10
 > git submodule update --init --recursive --remote equinox # timeout=10
 > git submodule update --init --recursive --remote rt.equinox.p2 # timeout=10
[Checks API] No suitable checks publisher found.
The recommended git tool is: git
using credential github-bot
The recommended git tool is: git
using credential github-bot
 > git rev-parse HEAD^{commit} # timeout=10
[GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git'
[GitCheckoutListener] Found no previous build with recorded Git commits
[GitCheckoutListener] -> Starting initial recording of commits
[GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
[GitCheckoutListener] -> Using head commit 'ff50b0d' as starting point
[GitCheckoutListener] -> Recorded 200 new commits
[GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@c31ff7d3' to render commit links
 > git submodule update --init --recursive --remote eclipse.platform.ui.tools # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 4 hr 0 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] { (initialize PGP)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $KEYRING
[Pipeline] {
[Pipeline] sh
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key B6D3AB9BCC641282: public key "Eclipse Platform Project <platform-releng-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key B6D3AB9BCC641282: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
[Pipeline] sh
++ gpg --list-keys --with-colons
++ awk -F: '/fpr:/ {print $10}'
++ sort -u
+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5
y
'
+ gpg --batch --command-fd 0 --expert --edit-key 3C91FED3922D52296888BAE9B6D3AB9BCC641282 trust
Secret subkeys are available.

pub  rsa4096/B6D3AB9BCC641282
     created: 2016-12-21  expires: 2026-12-15  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/700E4F39BC05364B
     created: 2016-12-21  expires: 2026-12-15  usage: S   
[ unknown] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>

pub  rsa4096/B6D3AB9BCC641282
     created: 2016-12-21  expires: 2026-12-15  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/700E4F39BC05364B
     created: 2016-12-21  expires: 2026-12-15  usage: S   
[ unknown] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/B6D3AB9BCC641282
     created: 2016-12-21  expires: 2026-12-15  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/700E4F39BC05364B
     created: 2016-12-21  expires: 2026-12-15  usage: S   
[ unknown] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5
y
'
+ gpg --batch --command-fd 0 --expert --edit-key 9E3044071B758EBCB7E45673700E4F39BC05364B trust
Secret subkeys are available.

gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2026-12-15
pub  rsa4096/B6D3AB9BCC641282
     created: 2016-12-21  expires: 2026-12-15  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/700E4F39BC05364B
     created: 2016-12-21  expires: 2026-12-15  usage: S   
[ultimate] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>

pub  rsa4096/B6D3AB9BCC641282
     created: 2016-12-21  expires: 2026-12-15  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/700E4F39BC05364B
     created: 2016-12-21  expires: 2026-12-15  usage: S   
[ultimate] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/B6D3AB9BCC641282
     created: 2016-12-21  expires: 2026-12-15  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/700E4F39BC05364B
     created: 2016-12-21  expires: 2026-12-15  usage: S   
[ultimate] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>

[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Use master)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ git submodule foreach 'git fetch origin master; git checkout FETCH_HEAD'
Entering 'eclipse.jdt'
From https://github.com/eclipse-jdt/eclipse.jdt
 * branch            master     -> FETCH_HEAD
HEAD is now at f422987 JDT UI workingset: exclude sampleproject (#66)
Entering 'eclipse.jdt.core'
From https://github.com/eclipse-jdt/eclipse.jdt.core
 * branch                  master     -> FETCH_HEAD
HEAD is now at 999d816250 Use instanceof-pattern
Entering 'eclipse.jdt.core.binaries'
From https://github.com/eclipse-jdt/eclipse.jdt.core.binaries
 * branch            master     -> FETCH_HEAD
HEAD is now at 6722ed2 POM and product version changes for 4.29 release
Entering 'eclipse.jdt.debug'
From https://github.com/eclipse-jdt/eclipse.jdt.debug
 * branch                master     -> FETCH_HEAD
HEAD is now at d3d56ec34 require org.eclipse.core.runtime 3.29.0
Entering 'eclipse.jdt.ui'
From https://github.com/eclipse-jdt/eclipse.jdt.ui
 * branch                  master     -> FETCH_HEAD
HEAD is now at 84d450bdfc require org.eclipse.core.runtime 3.29.0
Entering 'eclipse.pde'
From https://github.com/eclipse-pde/eclipse.pde
 * branch                  master     -> FETCH_HEAD
HEAD is now at 9b8d81e49c Fix Plug-in metadata/configuration warnings
Entering 'eclipse.platform'
From https://github.com/eclipse-platform/eclipse.platform
 * branch                  master     -> FETCH_HEAD
HEAD is now at d9dd334728 Reactivate tests #525
Entering 'eclipse.platform.common'
From https://github.com/eclipse-platform/eclipse.platform.common
 * branch                master     -> FETCH_HEAD
HEAD is now at 4cb08a492 Remove content of the repo after merge into aggregator one
Entering 'eclipse.platform.debug'
From https://github.com/eclipse-platform/eclipse.platform.debug
 * branch                master     -> FETCH_HEAD
HEAD is now at c94997e7e One more attempt to delete repo content
Entering 'eclipse.platform.releng'
From https://github.com/eclipse-platform/eclipse.platform.releng
 * branch              master     -> FETCH_HEAD
HEAD is now at a19b82b5 Remove content after merge in aggregator repo
Entering 'eclipse.platform.swt'
From https://github.com/eclipse-platform/eclipse.platform.swt
 * branch                  master     -> FETCH_HEAD
HEAD is now at 53ffe8e449 v4962r3
Entering 'eclipse.platform.swt.binaries'
From https://github.com/eclipse-platform/eclipse.platform.swt.binaries
 * branch                master     -> FETCH_HEAD
HEAD is now at adc08f653 v4962r3
Entering 'eclipse.platform.text'
From https://github.com/eclipse-platform/eclipse.platform.text
 * branch                master     -> FETCH_HEAD
HEAD is now at 0b0b029db Remove content of the repo after merge into platform.ui one.
Entering 'eclipse.platform.ua'
From https://github.com/eclipse-platform/eclipse.platform.ua
 * branch                master     -> FETCH_HEAD
HEAD is now at 1d8874570 Remove content and adjust readme
Entering 'eclipse.platform.ui'
From https://github.com/eclipse-platform/eclipse.platform.ui
 * branch                  master     -> FETCH_HEAD
HEAD is now at 1bd79e4cc5 Fixed version of org.eclipse.e4.tools.jdt.templates
Entering 'eclipse.platform.ui.tools'
From https://github.com/eclipse-platform/eclipse.platform.ui.tools
 * branch              master     -> FETCH_HEAD
HEAD is now at 0b26148d Retire content from the merged repository
Entering 'equinox'
From https://github.com/eclipse-equinox/equinox
 * branch                master     -> FETCH_HEAD
HEAD is now at 3bd3dbd42 Fix NPE when bundle is not started
Entering 'rt.equinox.binaries'
From https://github.com/eclipse-equinox/equinox.binaries
 * branch            master     -> FETCH_HEAD
HEAD is now at 1aeebe9 Recompiled binaries
Entering 'rt.equinox.p2'
From https://github.com/eclipse-equinox/p2
 * branch                master     -> FETCH_HEAD
HEAD is now at 1a8217517 require org.eclipse.core.runtime 3.29.0
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy eclipse-platform-parent pom and eclipse-sdk target)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ mvn clean deploy -f eclipse-platform-parent/pom.xml
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] The POM for org.eclipse.tycho:tycho-maven-plugin:jar:4.0.0-SNAPSHOT is missing, no dependency information available
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.eclipse.tycho:tycho-maven-plugin:jar:4.0.0-SNAPSHOT (absent): Could not find artifact org.eclipse.tycho:tycho-maven-plugin:jar:4.0.0-SNAPSHOT in tycho-snapshots (https://repo.eclipse.org/content/repositories/tycho-snapshots/) @ 
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.eclipse:eclipse-platform-parent:4.26.0-SNAPSHOT (/home/jenkins/agent/workspace/eng.aggregator_R4_26_maintenance/eclipse-platform-parent/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.eclipse.tycho:tycho-maven-plugin:jar:4.0.0-SNAPSHOT (absent): Could not find artifact org.eclipse.tycho:tycho-maven-plugin:jar:4.0.0-SNAPSHOT in tycho-snapshots (https://repo.eclipse.org/content/repositories/tycho-snapshots/) -> [Help 2]
[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.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginManagerException
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
Stage "Build" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
[Checks API] No suitable checks publisher found.

GitHub has been notified of this commit’s build result

Finished: FAILURE