I get this result from polling sometimes. This is a multiple SCMs 
configuration. I don't believe I see this with single SCM setups. I see that it 
cannot find the temporary credential path, but how is that even supposed to be 
created?


Started on Feb 12, 2015 9:26:36 AM
Polling SCM changes on u64internal
Using strategy: Default
[poll] Last Built Revision: Revision 36abd7ba96ef8631377aad256931a4140ea2bcbc 
(origin/feature/TH-3052-implement-xsd-parser-to-determine)
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repositories
 > /usr/bin/git config remote.origin.url https://xxx.com/stash/scm/th/those.git 
 > # timeout=10
Fetching upstream changes from https://xxx.com/stash/scm/th/those.git
 > /usr/bin/git --version # timeout=10
using .gitcredentials to set credentials
 > /usr/bin/git config --local credential.helper store 
 > --file=/tmp/git5332354415487210485.credentials # timeout=10
 > /usr/bin/git -c core.askpass=true fetch --tags --progress 
 > https://xxx.com/stash/scm/th/those.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git config --local --remove-section credential # timeout=10
FATAL: hudson.plugins.git.GitException: Failed to fetch from 
https://xxx.com/stash/scm/th/those.git
hudson.util.IOException2: hudson.plugins.git.GitException: Failed to fetch from 
https://xxx.com/stash/scm/th/those.git
        at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:496)
        at hudson.scm.SCM._compareRemoteRevisionWith(SCM.java:356)
        at hudson.scm.SCM.poll(SCM.java:373)
        at 
org.jenkinsci.plugins.multiplescms.MultiSCM.compareRemoteRevisionWith(MultiSCM.java:92)
        at hudson.scm.SCM._compareRemoteRevisionWith(SCM.java:356)
        at hudson.scm.SCM.poll(SCM.java:373)
        at 
hudson.model.AbstractProject.pollWithWorkspace(AbstractProject.java:1605)
        at hudson.model.AbstractProject._poll(AbstractProject.java:1575)
        at hudson.model.AbstractProject.poll(AbstractProject.java:1493)
        at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:462)
        at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:491)
        at 
hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
        at java.util.concurrent.FutureTask.run(FutureTask.java:166)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:722)
Caused by: hudson.plugins.git.GitException: Failed to fetch from 
https://xxx.com/stash/scm/th/those.git
        at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:668)
        at 
hudson.plugins.git.GitSCM.compareRemoteRevisionWithImpl(GitSCM.java:575)
        at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:494)
        ... 17 more
Caused by: hudson.plugins.git.GitException: Command "/usr/bin/git -c 
core.askpass=true fetch --tags --progress 
https://xxx.com/stash/scm/th/those.git +refs/heads/*:refs/remotes/origin/*" 
returned status code 128:
stdout: 
stderr: error: cannot run git credential-store 
--file=/tmp/git5332354415487210485.credentials get: No such file or directory
error: cannot run git credential-store 
--file=/tmp/git5332354415487210485.credentials erase: No such file or directory
fatal: Authentication failed

        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1591)
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1379)
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:86)
        at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:324)
        at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
        at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
        at hudson.remoting.UserRequest.perform(UserRequest.java:118)
        at hudson.remoting.UserRequest.perform(UserRequest.java:48)
        at hudson.remoting.Request$2.run(Request.java:328)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
        at java.util.concurrent.FutureTask.run(FutureTask.java:166)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:701)
Done. Took 1.5 sec
No changes

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/4741828a-30a7-4dde-987b-050204a32df4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to