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

Update rustc-guide #67096

Merged
merged 1 commit into from
Dec 9, 2019
Merged

Update rustc-guide #67096

merged 1 commit into from
Dec 9, 2019

Conversation

mark-i-m
Copy link
Member

@mark-i-m mark-i-m commented Dec 6, 2019

No description provided.

@rust-highfive
Copy link
Collaborator

r? @GuillaumeGomez

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive
Copy link
Collaborator

⚠️ Warning ⚠️

  • These commits modify submodules.

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Dec 6, 2019
@mark-i-m
Copy link
Member Author

mark-i-m commented Dec 6, 2019

no rollup please

@mark-i-m
Copy link
Member Author

mark-i-m commented Dec 6, 2019

r? @ehuss

@rust-highfive rust-highfive assigned ehuss and unassigned GuillaumeGomez Dec 6, 2019
@JohnTitor
Copy link
Member

@bors rollup=never

@rust-highfive
Copy link
Collaborator

The job x86_64-gnu-tools 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.
2019-12-06T17:27:51.5670962Z ##[command]git remote add origin https://github.com/rust-lang/rust
2019-12-06T17:27:51.5869751Z ##[command]git config gc.auto 0
2019-12-06T17:27:51.5956255Z ##[command]git config --get-all http.https://github.com/rust-lang/rust.extraheader
2019-12-06T17:27:51.6014478Z ##[command]git config --get-all http.proxy
2019-12-06T17:27:51.6179113Z ##[command]git -c http.extraheader="AUTHORIZATION: basic ***" fetch --force --tags --prune --progress --no-recurse-submodules --depth=2 origin +refs/heads/*:refs/remotes/origin/* +refs/pull/67096/merge:refs/remotes/pull/67096/merge
---
2019-12-06T19:09:51.1907814Z error: Unable to retrieve "http://www.cs.rice.edu/%7Eyguo/pubs/PID824943.pdf": http://www.cs.rice.edu/%7Eyguo/pubs/PID824943.pdf: error trying to connect: failed to lookup address information: Temporary failure in name resolution
2019-12-06T19:09:51.1909202Z 
2019-12-06T19:09:51.1910643Z     ┌── appendix/bibliography.md:27:3 ───
2019-12-06T19:09:51.1911217Z     │
2019-12-06T19:09:51.1912727Z  27 │ * [Work-first and help-first scheduling policies for async-finish task parallelism](http://www.cs.rice.edu/%7Eyguo/pubs/PID824943.pdf) - More general than fully-strict work stealing
2019-12-06T19:09:51.1913952Z     │
2019-12-06T19:09:51.1914124Z 
2019-12-06T19:09:51.1977625Z Error: One or more incorrect links
2019-12-06T19:09:51.1977884Z 
---
2019-12-06T19:53:36.0095875Z 
2019-12-06T19:53:36.0096298Z If you do intend to update 'rustc-guide', please check the error messages above and
2019-12-06T19:53:36.0096484Z commit another update.
2019-12-06T19:53:36.0096601Z 
2019-12-06T19:53:36.0096917Z If you do NOT intend to update 'rustc-guide', please ensure you did not accidentally
2019-12-06T19:53:36.0097312Z change the submodule at 'src/doc/rustc-guide'. You may ask your reviewer for the
2019-12-06T19:53:36.0097481Z proper steps.
2019-12-06T19:53:36.0097621Z   local time: Fri Dec  6 19:53:35 UTC 2019
2019-12-06T19:53:36.0097660Z   network time: Fri, 06 Dec 2019 19:53:35 GMT
2019-12-06T19:53:36.0097871Z == end clock drift check ==
2019-12-06T19:53:36.3823113Z 
2019-12-06T19:53:36.3823113Z 
2019-12-06T19:53:36.3923678Z ##[error]Bash exited with code '3'.
2019-12-06T19:53:36.3956903Z ##[section]Starting: Checkout
2019-12-06T19:53:36.3959185Z ==============================================================================
2019-12-06T19:53:36.3959265Z Task         : Get sources
2019-12-06T19:53:36.3959313Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.

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 @TimNN. (Feature Requests)

@mark-i-m
Copy link
Member Author

mark-i-m commented Dec 6, 2019

CI failure is spurious

@ehuss
Copy link
Contributor

ehuss commented Dec 6, 2019

@bors r+

@bors
Copy link
Contributor

bors commented Dec 6, 2019

📌 Commit 03222c0 has been approved by ehuss

@bors bors 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 Dec 6, 2019
@bors
Copy link
Contributor

bors commented Dec 9, 2019

⌛ Testing commit 03222c0 with merge 7de9402...

bors added a commit that referenced this pull request Dec 9, 2019
@bors
Copy link
Contributor

bors commented Dec 9, 2019

☀️ Test successful - checks-azure
Approved by: ehuss
Pushing 7de9402 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Dec 9, 2019
@bors bors merged commit 03222c0 into rust-lang:master Dec 9, 2019
@rust-highfive
Copy link
Collaborator

📣 Toolstate changed by #67096!

Tested on commit 7de9402.
Direct link to PR: #67096

🎉 rustc-guide on linux: test-fail → test-pass (cc @JohnTitor @amanjeev @spastorino @mark-i-m, @rust-lang/infra).

rust-highfive added a commit to rust-lang-nursery/rust-toolstate that referenced this pull request Dec 9, 2019
Tested on commit rust-lang/rust@7de9402.
Direct link to PR: <rust-lang/rust#67096>

🎉 rustc-guide on linux: test-fail → test-pass (cc @JohnTitor @amanjeev @spastorino @mark-i-m, @rust-lang/infra).
@mark-i-m mark-i-m deleted the fix-rustc-guide-2 branch December 11, 2019 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: 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.

6 participants