Skip to content
Build Queue
No builds in the queue.

Scan Multibranch Pipeline Log

Started by timer
[Mon May 20 01:39:05 EDT 2024] Starting branch indexing...
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
 > git ls-remote --symref -- https://github.com/eclipse-emf-parsley/emf-parsley.git/ # timeout=10
 > git rev-parse --resolve-git-dir /var/jenkins/caches/git-1cd8b60863f14ea46a8ca54b0a4e2095/.git # timeout=10
ERROR: [Mon May 20 01:39:06 EDT 2024] Could not fetch branches from source 1b01ee17-6ccb-46c9-a8d2-bb6cf6ca833c
[Mon May 20 01:39:06 EDT 2024] Finished branch indexing. Indexing took 0.38 sec
FATAL: Failed to recompute children of parsley-rap-multibranch
org.eclipse.jgit.errors.LockFailedException: Cannot lock /var/jenkins/caches/git-1cd8b60863f14ea46a8ca54b0a4e2095/.git/config. Ensure that no other process has an open file handle on the lock file /var/jenkins/caches/git-1cd8b60863f14ea46a8ca54b0a4e2095/.git/config.lock, then you may delete the lock file and retry.
	at org.eclipse.jgit.storage.file.FileBasedConfig.save(FileBasedConfig.java:202)
	at jenkins.plugins.git.GitHooksConfiguration.disable(GitHooksConfiguration.java:138)
	at jenkins.plugins.git.GitHooksConfiguration.lambda$configure$2f1f6402$1(GitHooksConfiguration.java:112)
	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:28)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:83)
	at jenkins.plugins.git.GitHooksConfiguration.configure(GitHooksConfiguration.java:111)
	at jenkins.plugins.git.AbstractGitSCMSource.doRetrieve(AbstractGitSCMSource.java:378)
	at jenkins.plugins.git.AbstractGitSCMSource.doRetrieve(AbstractGitSCMSource.java:351)
	at jenkins.plugins.git.AbstractGitSCMSource.retrieve(AbstractGitSCMSource.java:591)
	at jenkins.scm.api.SCMSource._retrieve(SCMSource.java:372)
	at jenkins.scm.api.SCMSource.fetch(SCMSource.java:282)
	at jenkins.branch.MultiBranchProject.computeChildren(MultiBranchProject.java:654)
	at com.cloudbees.hudson.plugins.folder.computed.ComputedFolder.updateChildren(ComputedFolder.java:269)
	at com.cloudbees.hudson.plugins.folder.computed.FolderComputation.run(FolderComputation.java:167)
	at jenkins.branch.MultiBranchProject$BranchIndexing.run(MultiBranchProject.java:1057)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:442)
Finished: FAILURE