Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master builder on GHA is failing #71195

Closed
pietroalbini opened this issue Apr 16, 2020 · 3 comments
Closed

Master builder on GHA is failing #71195

pietroalbini opened this issue Apr 16, 2020 · 3 comments
Labels
A-github-actions Area: GitHub Actions (GHA) C-bug Category: This is a bug. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.

Comments

@pietroalbini
Copy link
Member

The master builder on GHA is failing with:

  File "/home/runner/work/rust/rust/src/tools/publish_toolstate.py", line 334, in <module>
    'Content-Type': 'application/json',
  File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python2.7/urllib2.py", line 435, in open
    response = meth(req, response)
  File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.7/urllib2.py", line 473, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 404: Not Found

I haven't investigated yet why that's failing.

@pietroalbini pietroalbini added T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. C-bug Category: This is a bug. A-github-actions Area: GitHub Actions (GHA) labels Apr 16, 2020
@Mark-Simulacrum
Copy link
Member

The TOOLSTATE_ISSUES_API_URL env variable is getting set to https://api.github.com/repos/rust-lang/rust/issues on azure but just https://api.github.com/repos/pietroalbini/rust-toolstate/issues on GHA.

That won't work as we concatenate /{}/comments onto that URL where {} is replaced with the PR number (and you don't have ~71k issues on your toolstate repo)

@camelid
Copy link
Member

camelid commented Oct 18, 2020

Is this still failing?

@pietroalbini
Copy link
Member Author

Nope.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-github-actions Area: GitHub Actions (GHA) C-bug Category: This is a bug. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

3 participants