Skip to content

⬆️ rust-analyzer - #76155

Merged
bors merged 1 commit into
rust-lang:masterfrom
matklad:rust-analyzer-2020-08-31
Sep 1, 2020
Merged

⬆️ rust-analyzer#76155
bors merged 1 commit into
rust-lang:masterfrom
matklad:rust-analyzer-2020-08-31

Conversation

@matklad

Copy link
Copy Markdown
Contributor

@matklad

Copy link
Copy Markdown
ContributorAuthor

@bors r+ iffy

@bors

bors commented Aug 31, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 3fb490a has been approved by matklad

@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Aug 31, 2020
@Dylan-DPC-zz

Copy link
Copy Markdown

@bors rollup=never (submodule change so better to merge it individually)

@bors

bors commented Sep 1, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 3fb490a with merge a7d0ac727be2458e6214574c53fc983a72d652f7...

@tmandry

Copy link
Copy Markdown
Member

Yielding to rollup
@bors retry

@bors

bors commented Sep 1, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 3fb490a with merge 28d4495e55f31ed73a0d8bb6e19ea85824db3ddd...

@tmandry

Copy link
Copy Markdown
Member

@bors retry

@bors

bors commented Sep 1, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 3fb490a with merge 087b0f8e554e29aa6701b887a068fbaff6748a6a...

@rust-log-analyzer

Copy link
Copy Markdown
Collaborator

The job mingw-check of your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.
Build completed successfully in 0:01:32
+ /scripts/validate-toolstate.sh
Cloning into 'rust-toolstate'...
<Nothing changed>
HTTPError: HTTP Error 403: Forbidden
b'{"message":"API rate limit exceeded for user ID 7378925.","documentation_url":"https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"}'
Traceback (most recent call last):
File "../../src/tools/publish_toolstate.py", line 288, in <module>
validate_maintainers(repo, github_token)
File "../../src/tools/publish_toolstate.py", line 84, in validate_maintainers
'Accept': 'application/vnd.github.hellcat-preview+json',
File "/usr/lib/python3.6/urllib/request.py", line 223, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python3.6/urllib/request.py", line 532, in open
response = meth(req, response)
File "/usr/lib/python3.6/urllib/request.py", line 642, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python3.6/urllib/request.py", line 570, in error
return self._call_chain(*args)
File "/usr/lib/python3.6/urllib/request.py", line 504, in _call_chain
result = func(*args)
File "/usr/lib/python3.6/urllib/request.py", line 650, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden
local time: Tue Sep 1 05:27:00 UTC 2020
network time: Tue, 01 Sep 2020 05:27:00 GMT
== end clock drift check ==
== end clock drift check ==
##[error]Process completed with exit code 1.
Terminate orphan process: pid (7321) (node)
Terminate orphan process: pid (7330) (python)

I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact @rust-lang/infra. (Feature Requests)

@bors

bors commented Sep 1, 2020

Copy link
Copy Markdown
Collaborator

💔 Test failed - checks-actions

@borsbors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Sep 1, 2020
@matklad

Copy link
Copy Markdown
ContributorAuthor

spurious

@bors r+

@Dylan-DPC rust-analyzer specifically is fine to rollup: it doesn’t depend on nightly features (so it is unlikely to fail the build) and it is not a critical part of infra yet (unlike cargo).

@bors

bors commented Sep 1, 2020

Copy link
Copy Markdown
Collaborator

💡 This pull request was already approved, no need to approve it again.

@bors

bors commented Sep 1, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 3fb490a has been approved by matklad

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Sep 1, 2020
@bors

bors commented Sep 1, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 3fb490a with merge dcdb1f6048b0dc1b855a07368d1680c5cb9708fe...

@bors

bors commented Sep 1, 2020

Copy link
Copy Markdown
Collaborator

💔 Test failed - checks-azure

@borsbors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Sep 1, 2020
@rust-log-analyzer

Copy link
Copy Markdown
Collaborator

Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.
##[group]Run exit 1
exit 1
shell: /bin/bash --noprofile --norc -e -o pipefail {0}
##[endgroup]
##[error]Process completed with exit code 1.

I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact @rust-lang/infra. (Feature Requests)

@matklad

Copy link
Copy Markdown
ContributorAuthor

logs look like the CI didn't really run, and UI says that the build was cancelled by alexcrichton, so I assume this is spurious/yield as well

@bors retry

@borsbors removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 1, 2020
@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Sep 1, 2020
@mati865

Copy link
Copy Markdown
Member

Clang could not be downloaded like in couple other PRs: https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/Installing.20Clang.20on.20CI.20fails

@bors

bors commented Sep 1, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 3fb490a with merge e88e908...

@bors

bors commented Sep 1, 2020

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-actions, checks-azure
Approved by: matklad
Pushing e88e908 to master...

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Sep 1, 2020
@bors
bors merged commit e88e908 into rust-lang:masterSep 1, 2020
@cuvipercuviper added this to the 1.48.0 milestone Nov 17, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merged-by-borsThis PR was explicitly merged by bors.S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@matklad@bors@Dylan-DPC-zz@tmandry@rust-log-analyzer@mati865@cuviper