[ https://issues.apache.org/jira/browse/BUILDS-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gavin reassigned BUILDS-32: --------------------------- Assignee: Gavin > Jenkins cannot reach git.apache.org > ----------------------------------- > > Key: BUILDS-32 > URL: https://issues.apache.org/jira/browse/BUILDS-32 > Project: Infra Build Platform > Issue Type: Bug > Components: Jenkins > Environment: H11 > Reporter: Mike Drob > Assignee: Gavin > Labels: git > > It looks like Jenkins cannot build Accumulo because it cannot reach git.a.o > https://builds.apache.org/job/Accumulo-Master/1249/console > {noformat} > Started by an SCM change > Building remotely on H11 (Ubuntu ubuntu) in workspace > /home/jenkins/jenkins-slave/workspace/Accumulo-Master > Wiping out workspace first. > Cloning the remote Git repository > Cloning repository git://git.apache.org/accumulo.git > > git init /home/jenkins/jenkins-slave/workspace/Accumulo-Master > Fetching upstream changes from git://git.apache.org/accumulo.git > > git --version > > git fetch --tags --progress git://git.apache.org/accumulo.git > +refs/heads/*:refs/remotes/origin/* > ERROR: Error cloning remote repo 'origin' > hudson.plugins.git.GitException: Command "git fetch --tags --progress > git://git.apache.org/accumulo.git +refs/heads/*:refs/remotes/origin/*" > returned status code 128: > stdout: > stderr: fatal: Could not read from remote repository. > Please make sure you have the correct access rights > and the repository exists. > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1301) > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1163) > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:87) > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:257) > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:413) > at > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153) > at > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146) > 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.run(FutureTask.java:262) > 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:745) > ERROR: null > Retrying after 10 seconds > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)