New issue
Advanced search Search tips

Issue 766722 link

Starred by 3 users

Issue metadata

Status: Fixed
Owner: ----
Closed: Sep 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Android , Windows , iOS , Chrome , Mac , Fuchsia
Pri: 3
Type: Bug



Sign in to add a comment

internal server errors when accessing gerrit servers

Project Member Reported by sdefresne@chromium.org, Sep 19 2017

Issue description

When trying to access gerrit server either via https://chromium-review.googlesource.com/dashboard/self or via "git cl upload" or "git map-branches -vvv",  ... then internal server errors are experienced:

$ git map-branches -vvv
WARNING:root:A transient error occurred while querying chromium-review.googlesource.com:
GET https://chromium-review.googlesource.com/a/changes/671050/detail?o=DETAILED_LABELS&o=CURRENT_REVISION&o=SUBMITTABLE&o=CURRENT_COMMIT HTTP/1.1
HTTP/1.1 500 Internal Server Error
WARNING:root:... will retry 4 more times.
origin/master            416077ee455a                           
  compile_xcassets *     ab7f4aa2bebe [ ahead 1            ]    https://chromium-review.googlesource.com/668976 (lgtm)
    ios_app_bundle       8951efc0af63 [ ahead 1            ]    https://chromium-review.googlesource.com/671050 (lgtm)
      chromium_assets    f3acd1d0b7d2 [ ahead 2 | behind 1 ]    https://chromium-review.googlesource.com/671363 (lgtm)
  owners                 c3ec2cdab7c0 [ ahead 1            ]    https://chromium-review.googlesource.com/672524 (waiting)
  xcassets               fba3b46b22b3 [ ahead 1            ]    https://chromium-review.googlesource.com/672704 (closed)

This is preventing reviewing CLs or uploading CLs, so marking as P0.
 
$ git cl upload -t Rebase
[W2017-09-19 18:38:56,422 38483 140735877874624 gerrit_util.py] A transient error occurred while querying chromium-review.googlesource.com:
GET https://chromium-review.googlesource.com/a/changes/668976/detail?o=DETAILED_ACCOUNTS&o=CURRENT_REVISION&o=CURRENT_COMMIT HTTP/1.1
HTTP/1.1 500 Internal Server Error
[W2017-09-19 18:38:56,422 38483 140735877874624 gerrit_util.py] ... will retry 4 more times.
Running presubmit upload checks ...

Presubmit checks took 2.0s to calculate.

Presubmit checks passed.
 build/toolchain/mac/compile_xcassets.py | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 58 insertions(+), 12 deletions(-)
remote: Processing changes: done            
remote: (W) 3e24e2c: commit subject >50 characters; use shorter first paragraph        
remote: (W) No changes between prior commit 99d778e and new commit 3e24e2c        
To https://chromium.googlesource.com/chromium/src.git
 ! [remote rejected]           3e24e2c3d9c5efb3b833897bec89936afab995f9 -> refs/for/refs/heads/master%notify=NONE,m=Rebase (internal server error)
error: failed to push some refs to 'https://chromium.googlesource.com/chromium/src.git'

Error after CL description prompt -- saving description to /Users/sdefresne/.git_cl_description_backup

Failed to create a change. Please examine output above for the reason of the failure.
Hint: run command below to diagnose common Git/Gerrit credential problems:
  git cl creds-check


Components: Infra
Labels: -Pri-0 Pri-3
Status: Fixed (was: Untriaged)
Looks like the server error are now resolved. Closing.

Sign in to add a comment