Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

node-test-pull-request workspace locked on test-mnx-ubuntu2204-x64-1

Abierto
#4,483 3 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
4/5
Tiempo estimado
3-5 días
Aptitud para principiantes
42/100
Tipo de issue
Error
Claridad
Bastante claro
Estado de actividad
Activo
Stack tecnológico
git

Línea de trabajo

Start with the node-test-pull-request job and build 77845 console output, then inspect the test-mnx-ubuntu2204-x64-1 workspace at /home/iojs/build/workspace/node-test-pull-request@13. Check the reported .git/index.lock and whether another Git process is active. Done means checkout succeeds and jobs can run in that workspace again.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

incident

It looks like the node-test-pull-request@13 workspace on node-test-pull-request is locked and preventing jobs from running in that workspace:

Image

e,g. https://ci.nodejs.org/job/node-test-pull-request/77845/console

18:04:01  > git checkout -f 16fcfb4de5715713b7a678fd109fed6ee817987e # timeout=10
18:04:01 hudson.plugins.git.GitException: Command "git checkout -f 16fcfb4de5715713b7a678fd109fed6ee817987e" returned status code 128:
18:04:01 stdout: 
18:04:01 stderr: fatal: Unable to create '/home/iojs/build/workspace/node-test-pull-request@13/.git/index.lock': File exists.
18:04:01 
18:04:01 Another git process seems to be running in this repository, e.g.
18:04:01 an editor opened by 'git commit'. Please make sure all processes
18:04:01 are terminated then try again. If it still fails, a git process
18:04:01 may have crashed in this repository earlier:
18:04:01 remove the file manually to continue.
18:04:01 
18:04:01 	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2852)
18:04:01 	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:3182)
18:04:01 Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 67.158.54.159/67.158.54.159:41175
18:04:01 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1916)
18:04:01 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:384)
18:04:01 		at hudson.remoting.Channel.call(Channel.java:1108)
18:04:01 		at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:155)
18:04:01 		at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
18:04:01 		at java.base/java.lang.reflect.Method.invoke(Method.java:580)
18:04:01 		at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:140)
18:04:01 		at PluginClassLoader for git-client/jdk.proxy116/jdk.proxy116.$Proxy207.execute(Unknown Source)
18:04:01 		at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1360)
18:04:01 		at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277)
18:04:01 		at hudson.scm.SCM.checkout(SCM.java:540)
18:04:01 		at hudson.model.AbstractProject.checkout(AbstractProject.java:1254)
18:04:01 		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:648)
18:04:01 		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:84)
18:04:01 		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521)
18:04:01 		at PluginClassLoader for jenkins-multijob-plugin//com.tikal.jenkins.plugins.multijob.MultiJobBuild$MultiJobRunnerImpl.run(MultiJobBuild.java:131)
18:04:01 		at hudson.model.Run.execute(Run.java:1849)
18:04:01 		at PluginClassLoader for jenkins-multijob-plugin//com.tikal.jenkins.plugins.multijob.MultiJobBuild.run(MultiJobBuild.java:61)
18:04:01 		at hudson.model.ResourceController.execute(ResourceController.java:97)
18:04:01 		at hudson.model.Executor.run(Executor.java:456)
18:04:01 Caused: hudson.plugins.git.GitLockFailedException: Could not lock repository. Please try again
18:04:01 	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:3205)
18:04:01 	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:173)
18:04:01 	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:164)
18:04:01 	at hudson.remoting.UserRequest.perform(UserRequest.java:225)
18:04:01 	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
18:04:01 	at hudson.remoting.Request$2.run(Request.java:391)
18:04:01 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:81)
18:04:01 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:328)
18:04:01 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1090)
18:04:01 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:614)
18:04:01 	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:312)
18:04:01 	at java.base/java.lang.Thread.run(Thread.java:1474)
18:04:01 Caused: java.io.IOException: Could not checkout 16fcfb4de5715713b7a678fd109fed6ee817987e
18:04:01 	at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1363)
18:04:01 	at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277)
18:04:01 	at hudson.scm.SCM.checkout(SCM.java:540)
18:04:01 	at hudson.model.AbstractProject.checkout(AbstractProject.java:1254)
18:04:01 	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:648)
18:04:01 	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:84)
18:04:01 	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521)
18:04:01 	at PluginClassLoader for jenkins-multijob-plugin//com.tikal.jenkins.plugins.multijob.MultiJobBuild$MultiJobRunnerImpl.run(MultiJobBuild.java:131)
18:04:01 	at hudson.model.Run.execute(Run.java:1849)
18:04:01 	at PluginClassLoader for jenkins-multijob-plugin//com.tikal.jenkins.plugins.multijob.MultiJobBuild.run(MultiJobBuild.java:61)
18:04:01 	at hudson.model.ResourceController.execute(ResourceController.java:97)
18:04:01 	at hudson.model.Executor.run(Executor.java:456)
18:04:01 Collecting metadata...
Lenguaje dominante
Jinja
Estrellas
541
Forks
185
Merge medio
2 d 12 h
PR fusionados (30 d)
7

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de nodejs/build

Todos los issues de nodejs/build

Issues similares

Más issues de DevOps

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.