# Pastebin KQa8D9qL 11:51:25 Started by upstream project "node-test-binary-windows" build number 19297 11:51:25 originally caused by: 11:51:25 Started by upstream project "node-test-commit-windows-fanned" build number 20023 11:51:25 originally caused by: 11:51:25 Started by upstream project "node-test-commit" build number 20631 11:51:25 originally caused by: 11:51:25 Started by user Joyee Cheung 11:51:40 [EnvInject] - Loading node environment variables. 11:51:41 Building remotely on test-azure_msft-win10-x64-3 (win10-1p-vs2015 win10-vs2015 win10 win10-1p) in workspace c:\workspace\node-test-binary-windows 11:51:41 > git rev-parse --is-inside-work-tree # timeout=10 11:51:41 Fetching changes from the remote Git repository 11:51:41 > git config remote.jenkins_tmp.url binary_tmp@147.75.70.237:binary_tmp.git # timeout=10 11:51:41 Cleaning workspace 11:51:41 > git rev-parse --verify HEAD # timeout=10 11:51:41 Resetting working tree 11:51:41 > git reset --hard # timeout=10 11:51:41 ERROR: Error fetching remote repo 'jenkins_tmp' 11:51:41 hudson.plugins.git.GitException: Failed to fetch from binary_tmp@147.75.70.237:binary_tmp.git 11:51:41 at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:889) 11:51:41 at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1146) 11:51:41 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1177) 11:51:41 at hudson.scm.SCM.checkout(SCM.java:504) 11:51:41 at hudson.model.AbstractProject.checkout(AbstractProject.java:1208) 11:51:41 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574) 11:51:41 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) 11:51:41 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499) 11:51:41 at hudson.model.Run.execute(Run.java:1798) 11:51:41 at hudson.matrix.MatrixRun.run(MatrixRun.java:153) 11:51:41 at hudson.model.ResourceController.execute(ResourceController.java:97) 11:51:41 at hudson.model.Executor.run(Executor.java:429) 11:51:41 Caused by: hudson.plugins.git.GitException: Command "git reset --hard" returned status code 128: 11:51:41 stdout: 11:51:41 stderr: fatal: Unable to create 'c:/workspace/node-test-binary-windows/.git/index.lock': File exists. 11:51:41 11:51:41 Another git process seems to be running in this repository, e.g. 11:51:41 an editor opened by 'git commit'. Please make sure all processes 11:51:41 are terminated then try again. If it still fails, a git process 11:51:41 may have crashed in this repository earlier: 11:51:41 remove the file manually to continue. 11:51:41 11:51:41 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2050) 11:51:41 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2018) 11:51:41 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2014) 11:51:41 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1619) 11:51:41 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.reset(CliGitAPIImpl.java:463) 11:51:41 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:787) 11:51:41 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:802) 11:51:41 at hudson.plugins.git.GitAPI.clean(GitAPI.java:311) 11:51:41 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 11:51:41 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 11:51:41 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 11:51:41 at java.lang.reflect.Method.invoke(Unknown Source) 11:51:41 at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929) 11:51:41 at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903) 11:51:41 at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855) 11:51:41 at hudson.remoting.UserRequest.perform(UserRequest.java:212) 11:51:41 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 11:51:41 at hudson.remoting.Request$2.run(Request.java:369) 11:51:41 at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) 11:51:41 at java.util.concurrent.FutureTask.run(Unknown Source) 11:51:41 at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) 11:51:41 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) 11:51:41 at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93) 11:51:41 at java.lang.Thread.run(Unknown Source) 11:51:41 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 40.76.25.231/40.76.25.231:1344 11:51:41 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741) 11:51:41 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) 11:51:41 at hudson.remoting.Channel.call(Channel.java:955) 11:51:41 at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283) 11:51:41 at com.sun.proxy.$Proxy76.clean(Unknown Source) 11:51:41 at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:461) 11:51:41 at hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:30) 11:51:41 at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:885) 11:51:41 at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1146) 11:51:41 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1177) 11:51:41 at hudson.scm.SCM.checkout(SCM.java:504) 11:51:41 at hudson.model.AbstractProject.checkout(AbstractProject.java:1208) 11:51:41 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574) 11:51:41 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) 11:51:41 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499) 11:51:41 at hudson.model.Run.execute(Run.java:1798) 11:51:41 at hudson.matrix.MatrixRun.run(MatrixRun.java:153) 11:51:41 at hudson.model.ResourceController.execute(ResourceController.java:97) 11:51:41 at hudson.model.Executor.run(Executor.java:429) 11:51:41 ERROR: Error fetching remote repo 'jenkins_tmp' 11:51:41 TAP Reports Processing: START 11:51:41 Looking for TAP results report in workspace using pattern: *.tap 11:51:41 Saving reports... 11:51:42 Processing '/var/lib/jenkins/jobs/node-test-binary-windows/configurations/axis-COMPILED_BY/vs2017/axis-RUNNER/win10/axis-RUN_SUBSET/1/builds/19297/tap-master-files/cctest.tap' 11:51:42 Parsing TAP test result [/var/lib/jenkins/jobs/node-test-binary-windows/configurations/axis-COMPILED_BY/vs2017/axis-RUNNER/win10/axis-RUN_SUBSET/1/builds/19297/tap-master-files/cctest.tap]. 11:51:42 Processing '/var/lib/jenkins/jobs/node-test-binary-windows/configurations/axis-COMPILED_BY/vs2017/axis-RUNNER/win10/axis-RUN_SUBSET/1/builds/19297/tap-master-files/test.tap' 11:51:42 Parsing TAP test result [/var/lib/jenkins/jobs/node-test-binary-windows/configurations/axis-COMPILED_BY/vs2017/axis-RUNNER/win10/axis-RUN_SUBSET/1/builds/19297/tap-master-files/test.tap]. 11:51:42 TAP Reports Processing: FINISH 11:51:42 Checking ^not ok 11:51:42 Notifying upstream projects of job completion 11:51:42 Finished: FAILURE