CI unable to fetch changes from git

I've been seeing similar messages in all the recently updated patches on gerrit, regardless of which project they belong to: *08:16:47* Fetching upstream changes from git://gerrit.ovirt.org/ovirt-engine.git*08:16:47* > git --version # timeout=10*08:16:47* > git -c core.askpass=true fetch --tags --progress git://gerrit.ovirt.org/ovirt-engine.git refs/changes/74/69074/1 --prune*08:16:47* ERROR: Error fetching remote repo 'origin'*08:16:47* hudson.plugins.git.GitException <http://stacktrace.jenkins-ci.org/search?query=hudson.plugins.git.GitException>: Failed to fetch from git://gerrit.ovirt.org/ovirt-engine.git*08:16:47* at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:766) <http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.git.GitSCM.fetchFrom&entity=method>*08:16:47* at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1022) <http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.git.GitSCM.retrieveChanges&entity=method>*08:16:47* at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1053) <http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.git.GitSCM.checkout&entity=method>*08:16:47* at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:129) <http://stacktrace.jenkins-ci.org/search/?query=org.jenkinsci.plugins.multiplescms.MultiSCM.checkout&entity=method>*08:16:47* at hudson.scm.SCM.checkout(SCM.java:485) <http://stacktrace.jenkins-ci.org/search/?query=hudson.scm.SCM.checkout&entity=method>*08:16:47* at hudson.model.AbstractProject.checkout(AbstractProject.java:1269) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractProject.checkout&entity=method>*08:16:47* at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout&entity=method>*08:16:47* at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) <http://stacktrace.jenkins-ci.org/search/?query=jenkins.scm.SCMCheckoutStrategy.checkout&entity=method>*08:16:47* at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.run&entity=method>*08:16:47* at hudson.model.Run.execute(Run.java:1738) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Run.execute&entity=method>*08:16:47* at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.FreeStyleBuild.run&entity=method>*08:16:47* at hudson.model.ResourceController.execute(ResourceController.java:98) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.ResourceController.execute&entity=method>*08:16:47* at hudson.model.Executor.run(Executor.java:410) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.run&entity=method>*08:16:47* Caused by: hudson.plugins.git.GitException <http://stacktrace.jenkins-ci.org/search?query=hudson.plugins.git.GitException>: Command "git -c core.askpass=true fetch --tags --progress git://gerrit.ovirt.org/ovirt-engine.git refs/changes/74/69074/1 --prune" returned status code 128:*08:16:47* stdout: *08:16:47* stderr: fatal: unable to connect to gerrit.ovirt.org:*08:16:47* gerrit.ovirt.org[0: 107.22.212.69]: errno=Connection refused Can someone take a look please? Thanks!

There is a problem with git daemon on Gerrit server, we're looking into it from the morning, until resolved, http/https access should work. Hopefully the issue should be fixed soon. We'll update once we have more info. On Dec 25, 2016 10:25 AM, "Allon Mureinik" <amureini@redhat.com> wrote:
I've been seeing similar messages in all the recently updated patches on gerrit, regardless of which project they belong to:
*08:16:47* Fetching upstream changes from git://gerrit.ovirt.org/ovirt-engine.git*08:16:47* > git --version # timeout=10*08:16:47* > git -c core.askpass=true fetch --tags --progress git://gerrit.ovirt.org/ovirt-engine.git refs/changes/74/69074/1 --prune*08:16:47* ERROR: Error fetching remote repo 'origin'*08:16:47* hudson.plugins.git.GitException <http://stacktrace.jenkins-ci.org/search?query=hudson.plugins.git.GitException>: Failed to fetch from git://gerrit.ovirt.org/ovirt-engine.git*08:16:47* at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:766) <http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.git.GitSCM.fetchFrom&entity=method>*08:16:47* at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1022) <http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.git.GitSCM.retrieveChanges&entity=method>*08:16:47* at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1053) <http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.git.GitSCM.checkout&entity=method>*08:16:47* at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:129) <http://stacktrace.jenkins-ci.org/search/?query=org.jenkinsci.plugins.multiplescms.MultiSCM.checkout&entity=method>*08:16:47* at hudson.scm.SCM.checkout(SCM.java:485) <http://stacktrace.jenkins-ci.org/search/?query=hudson.scm.SCM.checkout&entity=method>*08:16:47* at hudson.model.AbstractProject.checkout(AbstractProject.java:1269) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractProject.checkout&entity=method>*08:16:47* at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout&entity=method>*08:16:47* at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) <http://stacktrace.jenkins-ci.org/search/?query=jenkins.scm.SCMCheckoutStrategy.checkout&entity=method>*08:16:47* at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.run&entity=method>*08:16:47* at hudson.model.Run.execute(Run.java:1738) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Run.execute&entity=method>*08:16:47* at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.FreeStyleBuild.run&entity=method>*08:16:47* at hudson.model.ResourceController.execute(ResourceController.java:98) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.ResourceController.execute&entity=method>*08:16:47* at hudson.model.Executor.run(Executor.java:410) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.run&entity=method>*08:16:47* Caused by: hudson.plugins.git.GitException <http://stacktrace.jenkins-ci.org/search?query=hudson.plugins.git.GitException>: Command "git -c core.askpass=true fetch --tags --progress git://gerrit.ovirt.org/ovirt-engine.git refs/changes/74/69074/1 --prune" returned status code 128:*08:16:47* stdout: *08:16:47* stderr: fatal: unable to connect to gerrit.ovirt.org:*08:16:47* gerrit.ovirt.org[0: 107.22.212.69]: errno=Connection refused
Can someone take a look please?
Thanks!
_______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra

Should be fixed now. On 25 December 2016 at 10:29, Eyal Edri <eedri@redhat.com> wrote:
There is a problem with git daemon on Gerrit server, we're looking into it from the morning, until resolved, http/https access should work.
Hopefully the issue should be fixed soon.
We'll update once we have more info.
On Dec 25, 2016 10:25 AM, "Allon Mureinik" <amureini@redhat.com> wrote:
I've been seeing similar messages in all the recently updated patches on gerrit, regardless of which project they belong to:
08:16:47 Fetching upstream changes from git://gerrit.ovirt.org/ovirt-engine.git 08:16:47 > git --version # timeout=10 08:16:47 > git -c core.askpass=true fetch --tags --progress git://gerrit.ovirt.org/ovirt-engine.git refs/changes/74/69074/1 --prune 08:16:47 ERROR: Error fetching remote repo 'origin' 08:16:47 hudson.plugins.git.GitException: Failed to fetch from git://gerrit.ovirt.org/ovirt-engine.git 08:16:47 at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:766) 08:16:47 at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1022) 08:16:47 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1053) 08:16:47 at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:129) 08:16:47 at hudson.scm.SCM.checkout(SCM.java:485) 08:16:47 at hudson.model.AbstractProject.checkout(AbstractProject.java:1269) 08:16:47 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607) 08:16:47 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) 08:16:47 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529) 08:16:47 at hudson.model.Run.execute(Run.java:1738) 08:16:47 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 08:16:47 at hudson.model.ResourceController.execute(ResourceController.java:98) 08:16:47 at hudson.model.Executor.run(Executor.java:410) 08:16:47 Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true fetch --tags --progress git://gerrit.ovirt.org/ovirt-engine.git refs/changes/74/69074/1 --prune" returned status code 128: 08:16:47 stdout: 08:16:47 stderr: fatal: unable to connect to gerrit.ovirt.org: 08:16:47 gerrit.ovirt.org[0: 107.22.212.69]: errno=Connection refused
Can someone take a look please?
Thanks!
_______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
_______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
-- Barak Korren bkorren@redhat.com RHCE, RHCi, RHV-DevOps Team https://ifireball.wordpress.com/

Just retriggered a couple of failures I had this morning, will report back if they still fail. Thanks guys! On Sun, Dec 25, 2016 at 11:52 AM, Barak Korren <bkorren@redhat.com> wrote:
Should be fixed now.
There is a problem with git daemon on Gerrit server, we're looking into it from the morning, until resolved, http/https access should work.
Hopefully the issue should be fixed soon.
We'll update once we have more info.
On Dec 25, 2016 10:25 AM, "Allon Mureinik" <amureini@redhat.com> wrote:
I've been seeing similar messages in all the recently updated patches on gerrit, regardless of which project they belong to:
08:16:47 Fetching upstream changes from git://gerrit.ovirt.org/ovirt-engine.git 08:16:47 > git --version # timeout=10 08:16:47 > git -c core.askpass=true fetch --tags --progress git://gerrit.ovirt.org/ovirt-engine.git refs/changes/74/69074/1 --prune 08:16:47 ERROR: Error fetching remote repo 'origin' 08:16:47 hudson.plugins.git.GitException: Failed to fetch from git://gerrit.ovirt.org/ovirt-engine.git 08:16:47 at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:766) 08:16:47 at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:
On 25 December 2016 at 10:29, Eyal Edri <eedri@redhat.com> wrote: 1022)
08:16:47 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1053) 08:16:47 at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:129) 08:16:47 at hudson.scm.SCM.checkout(SCM.java:485) 08:16:47 at hudson.model.AbstractProject.checkout(AbstractProject.java:1269) 08:16:47 at hudson.model.AbstractBuild$AbstractBuildExecution. defaultCheckout(AbstractBuild.java:607) 08:16:47 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) 08:16:47 at hudson.model.AbstractBuild$AbstractBuildExecution.run( AbstractBuild.java:529) 08:16:47 at hudson.model.Run.execute(Run.java:1738) 08:16:47 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 08:16:47 at hudson.model.ResourceController.execute(ResourceController.java:98) 08:16:47 at hudson.model.Executor.run(Executor.java:410) 08:16:47 Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true fetch --tags --progress git://gerrit.ovirt.org/ovirt-engine.git refs/changes/74/69074/1 --prune" returned status code 128: 08:16:47 stdout: 08:16:47 stderr: fatal: unable to connect to gerrit.ovirt.org: 08:16:47 gerrit.ovirt.org[0: 107.22.212.69]: errno=Connection refused
Can someone take a look please?
Thanks!
_______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
_______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
-- Barak Korren bkorren@redhat.com RHCE, RHCi, RHV-DevOps Team https://ifireball.wordpress.com/
participants (3)
-
Allon Mureinik
-
Barak Korren
-
Eyal Edri