Kubernetes Jenkins agents fail to start
Summary
Main RCPTT build job is stuck in "Waiting for next available executor" state.
Steps to reproduce
What is the current bug behavior?
Job is stuck
What is the expected correct behavior?
Job allocates an agent node and uses it to proceed. Just like it did for previous builds
Relevant logs and/or screenshots
Started by user Vasili Gulevich
Running as Vasili Gulevich
Checking out git https://github.com/eclipse-rcptt/org.eclipse.rcptt.git into /var/jenkins/workspace/master@script/a1830863b12c8c60ab935b5ea8b6db8ec53be6f5e86d94932653a7f8c6e295b1 to read releng/nightly/Jenkinsfile
The recommended git tool is: git
No credentials specified
> git rev-parse --resolve-git-dir /var/jenkins/workspace/master@script/a1830863b12c8c60ab935b5ea8b6db8ec53be6f5e86d94932653a7f8c6e295b1/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/eclipse-rcptt/org.eclipse.rcptt.git # timeout=10
Using shallow fetch with depth 1
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/eclipse-rcptt/org.eclipse.rcptt.git
> git --version # timeout=10
> git --version # 'git version 2.48.1'
> git fetch --no-tags --force --progress --depth=1 -- https://github.com/eclipse-rcptt/org.eclipse.rcptt.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 48d0bc2694fd86a4429b20499e22ce5c40372b56 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 48d0bc2694fd86a4429b20499e22ce5c40372b56 # timeout=10
Commit message: "Separate error handling for check and get-item #101"
> git rev-list --no-walk 48d0bc2694fd86a4429b20499e22ce5c40372b56 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
(Add a link to or paste any relevant logs - please use code blocks (```) to format console output, logs, and code, as it's very hard to read otherwise.)
Priority
-
Urgent -
High -
Medium -
Low
Severity
-
Blocker -
Major -
Normal -
Low
Impact
RCPTT project is almost blocked. I will try to build locally though.