Unable to pull/push to gerrit

My fetches and pushes to ITK’s gerrit are just hanging…

$ git remote -v
gerrit	blowekamp@review.source.kitware.com:ITK (fetch)
gerrit	blowekamp@review.source.kitware.com:ITK (push)
github	git@github.com:blowekamp/ITK.git (fetch)
github	git@github.com:blowekamp/ITK.git (push)

It is going over ssh, so this is what happens with an ssh session:

$ ssh -vv blowekamp@review.source.kitware.com
OpenSSH_7.4p1, OpenSSL 1.0.2k-fips  26 Jan 2017
debug1: Reading configuration data /home/blowekamp/.ssh/config
debug1: /home/blowekamp/.ssh/config line 15: Applying options for *
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 20: Applying options for *
debug1: /etc/ssh/ssh_config line 54: Applying options for *
debug1: /etc/ssh/ssh_config line 58: Applying options for *
debug2: resolving "review.source.kitware.com" port 22
debug2: ssh_connect_direct: needpriv 0
debug1: Connecting to review.source.kitware.com [66.162.65.213] port 22.
debug1: Connection established.
debug1: identity file /home/blowekamp/.ssh/id_rsa type 1
debug1: key_load_public: No such file or directory
debug1: identity file /home/blowekamp/.ssh/id_rsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/blowekamp/.ssh/id_dsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/blowekamp/.ssh/id_dsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/blowekamp/.ssh/id_ecdsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/blowekamp/.ssh/id_ecdsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/blowekamp/.ssh/id_ed25519 type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/blowekamp/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.4

And it just hangs there. The itk.org repo seems to be fine, but not gerrit.

Any one else having problems?

Gerrit is experiencing some problems. I’ll keep you updated in this thread to let you know when it is solved.
Thanks for the report.

It should be working now (the service was restarted). Let us know if the problem comes back.

Great. I was able to fetch and push.

But now I don’t see any signs of life from the build robots…?

They are up and running, except for Marsara that I am re-starting now.