New issue
Advanced search Search tips

Issue 712582 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Apr 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug



Sign in to add a comment

tools/gn/bin/roll_gn.py wait commands fails with a 404 error

Project Member Reported by sdefresne@chromium.org, Apr 18 2017

Issue description

Trying to roll gn using tools/gn/bin/roll_gn.py script, the "wait" commands fails with a 404 error:

$ tools/gn/bin/roll_gn.py wait
Already on 'build_gn_465181'
Checking build
Traceback (most recent call last):
  File "tools/gn/bin/roll_gn.py", line 468, in <module>
    sys.exit(roller.Roll())
  File "tools/gn/bin/roll_gn.py", line 92, in Roll
    ret = self.WaitForBuildToFinish()
  File "tools/gn/bin/roll_gn.py", line 188, in WaitForBuildToFinish
    results = self.CheckBuild()
  File "tools/gn/bin/roll_gn.py", line 270, in CheckBuild
    fp = urllib2.urlopen(jsurl)
  File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib/python2.7/urllib2.py", line 410, in open
    response = meth(req, response)
  File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.7/urllib2.py", line 442, in error
    result = self._call_chain(*args)
  File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 629, in http_error_302
    return self.parent.open(new, timeout=req.timeout)
  File "/usr/lib/python2.7/urllib2.py", line 410, in open
    response = meth(req, response)
  File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.7/urllib2.py", line 448, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 404: Not Found

 
Labels: -Pri-3 Pri-2
The error occurs when the scripts tries to load the following URL:
https://build.chromium.org/p/tryserver.chromium.win/json/builders/win8_chromium_gn_upload/builds/278

It looks like the JSON end point of buildbots are no longer working (as I cannot access any of them).
Cc: hinoka@chromium.org
Whoops, sorry. Yeah, we turned down the endpoints. I posted a CL on Friday to fix the roller, and then forgot about it:

https://codereview.chromium.org/2819853003/
Owner: dpranke@chromium.org
Status: Assigned (was: Untriaged)
The above CL has landed as https://chromium.googlesource.com/chromium/src/+/53ca11c0fe7bbceeb9af4550c325e22201cbfc06

Dirk, assigning to you figure out if this is fixed or not.
Components: -Infra Infra>Client>Chrome
Status: Fixed (was: Assigned)
Yup, fixed.

Sign in to add a comment