Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

node-test-commit-arm-fanned failing

オープン
#4,481 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
活発
技術スタック
git, shell

調査の方向性

The issue is a Jenkins CI failure on the 'node-test-commit-arm-fanned' job due to a git lock file conflict. Start by examining the Jenkins job configuration and logs linked in the issue. Check for concurrent git processes or stale lock files on the build agent. Understanding Jenkins pipeline and git operations on the specific Ubuntu runner is needed to diagnose and clean up the state.

索引モデルが issue の本文から書いたものです。

説明

incident platform:arm

Builds on test-mnx-ubuntu2204-x64-1 from (and including) https://ci.nodejs.org/job/node-test-commit-arm-fanned/50177/console are failing:

15:36:51  > git reset --hard # timeout=10
15:36:51 ERROR: Error fetching remote repo 'origin'
15:36:51 hudson.plugins.git.GitException: Failed to fetch from git@github.com:nodejs/node.git
15:36:51 	at PluginClassLoader for git//hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:998)
15:36:51 	at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1239)
15:36:51 	at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1310)
15:36:51 	at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277)
15:36:51 	at hudson.scm.SCM.checkout(SCM.java:540)
15:36:51 	at hudson.model.AbstractProject.checkout(AbstractProject.java:1254)
15:36:51 	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:648)
15:36:51 	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:84)
15:36:51 	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521)
15:36:51 	at PluginClassLoader for jenkins-multijob-plugin//com.tikal.jenkins.plugins.multijob.MultiJobBuild$MultiJobRunnerImpl.run(MultiJobBuild.java:131)
15:36:51 	at hudson.model.Run.execute(Run.java:1849)
15:36:51 	at PluginClassLoader for jenkins-multijob-plugin//com.tikal.jenkins.plugins.multijob.MultiJobBuild.run(MultiJobBuild.java:61)
15:36:51 	at hudson.model.ResourceController.execute(ResourceController.java:97)
15:36:51 	at hudson.model.Executor.run(Executor.java:456)
15:36:51 Caused by: hudson.plugins.git.GitException: Command "git reset --hard" returned status code 128:
15:36:51 stdout: 
15:36:51 stderr: fatal: Unable to create '/home/iojs/build/workspace/node-test-commit-arm-fanned/.git/index.lock': File exists.
15:36:51 
15:36:51 Another git process seems to be running in this repository, e.g.
15:36:51 an editor opened by 'git commit'. Please make sure all processes
15:36:51 are terminated then try again. If it still fails, a git process
15:36:51 may have crashed in this repository earlier:
15:36:51 remove the file manually to continue.

The first failing build was slightly different: https://ci.nodejs.org/job/node-test-commit-arm-fanned/50176/console

15:02:46  > git reset --hard # timeout=10
15:02:52 ERROR: Error fetching remote repo 'origin'
15:02:52 hudson.plugins.git.GitException: Failed to fetch from git@github.com:nodejs/node.git
15:02:52 	at PluginClassLoader for git//hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:998)
15:02:52 	at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1239)
15:02:52 	at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1310)
15:02:52 	at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277)
15:02:52 	at hudson.scm.SCM.checkout(SCM.java:540)
15:02:52 	at hudson.model.AbstractProject.checkout(AbstractProject.java:1254)
15:02:52 	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:648)
15:02:52 	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:84)
15:02:52 	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521)
15:02:52 	at PluginClassLoader for jenkins-multijob-plugin//com.tikal.jenkins.plugins.multijob.MultiJobBuild$MultiJobRunnerImpl.run(MultiJobBuild.java:131)
15:02:52 	at hudson.model.Run.execute(Run.java:1849)
15:02:52 	at PluginClassLoader for jenkins-multijob-plugin//com.tikal.jenkins.plugins.multijob.MultiJobBuild.run(MultiJobBuild.java:61)
15:02:52 	at hudson.model.ResourceController.execute(ResourceController.java:97)
15:02:52 	at hudson.model.Executor.run(Executor.java:456)
15:02:52 Caused by: hudson.plugins.git.GitException: Command "git reset --hard" returned status code 135:
15:02:52 stdout: 
15:02:52 stderr: 
15:02:52 	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2852)
15:02:52 	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2777)
15:02:52 	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2772)
15:02:52 	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:2055)
15:02:52 	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.reset(CliGitAPIImpl.java:711)
15:02:52 	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:1098)
15:02:52 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
15:02:52 	at java.base/java.lang.reflect.Method.invoke(Method.java:565)
15:02:52 	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:986)
15:02:52 	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:961)
15:02:52 	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:907)
15:02:52 	at hudson.remoting.UserRequest.perform(UserRequest.java:225)
15:02:52 	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
15:02:52 	at hudson.remoting.Request$2.run(Request.java:391)
15:02:52 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:81)
15:02:52 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:328)
15:02:52 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1090)
15:02:52 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:614)
15:02:52 	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:312)
15:02:52 	at java.base/java.lang.Thread.run(Thread.java:1474)
15:02:52 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 67.158.54.159/67.158.54.159:41175
15:02:52 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1916)
15:02:52 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:384)
15:02:52 		at hudson.remoting.Channel.call(Channel.java:1108)
15:02:52 		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:306)
15:02:52 		at PluginClassLoader for git-client/jdk.proxy116/jdk.proxy116.$Proxy200.clean(Unknown Source)
15:02:52 		at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:535)
15:02:52 		at PluginClassLoader for git//hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:46)
15:02:52 		at PluginClassLoader for git//hudson.plugins.git.extensions.GitSCMExtension.decorateFetchCommand(GitSCMExtension.java:296)
15:02:52 		at PluginClassLoader for git//hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:994)
15:02:52 		at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1239)
15:02:52 		at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1310)
15:02:52 		at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277)
15:02:52 		at hudson.scm.SCM.checkout(SCM.java:540)
15:02:52 		at hudson.model.AbstractProject.checkout(AbstractProject.java:1254)
15:02:52 		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:648)
15:02:52 		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:84)
15:02:52 		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521)
15:02:52 		at PluginClassLoader for jenkins-multijob-plugin//com.tikal.jenkins.plugins.multijob.MultiJobBuild$MultiJobRunnerImpl.run(MultiJobBuild.java:131)
15:02:52 		at hudson.model.Run.execute(Run.java:1849)
15:02:52 		at PluginClassLoader for jenkins-multijob-plugin//com.tikal.jenkins.plugins.multijob.MultiJobBuild.run(MultiJobBuild.java:61)
15:02:52 		at hudson.model.ResourceController.execute(ResourceController.java:97)
15:02:52 		at hudson.model.Executor.run(Executor.java:456)
15:02:52 ERROR: Error fetching remote repo 'origin'
主要言語
Jinja
スター
541
フォーク
185
平均マージ
2日 18時間
マージ済み PR(30日)
6

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

nodejs/build のほかの issue

nodejs/build の issue をすべて見る

似ている issue

DevOps の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。