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 to rustc-guide that passes toolstate #63334

Merged
merged 2 commits into from
Aug 8, 2019
Merged

Conversation

mark-i-m
Copy link
Member

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

r? @ehuss

Sorry for the trouble. I've been somewhat hard to reach lately. Thanks for your help!

@rust-highfive
Copy link
Contributor

⚠️ 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 Aug 6, 2019
@rust-highfive
Copy link
Contributor

The job x86_64-gnu-llvm-6.0 of your PR failed (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-08-06T18:55:23.6964053Z ##[command]git remote add origin https://github.com/rust-lang/rust
2019-08-06T18:55:23.7149173Z ##[command]git config gc.auto 0
2019-08-06T18:55:23.7223487Z ##[command]git config --get-all http.https://github.com/rust-lang/rust.extraheader
2019-08-06T18:55:24.3503187Z ##[command]git config --get-all http.proxy
2019-08-06T18:55:24.3509907Z ##[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/63334/merge:refs/remotes/pull/63334/merge
---
2019-08-06T18:55:57.9712704Z do so (now or later) by using -b with the checkout command again. Example:
2019-08-06T18:55:57.9712763Z 
2019-08-06T18:55:57.9712984Z   git checkout -b <new-branch-name>
2019-08-06T18:55:57.9713013Z 
2019-08-06T18:55:57.9713075Z HEAD is now at fffd62603 Merge 70374c95f9f0a723f2560b8c8aee3b94d99ac36b into 188ab5c976a5696ac710b7ba78849ef5dcf0235a
2019-08-06T18:55:57.9877779Z ##[section]Starting: Collect CPU-usage statistics in the background
2019-08-06T18:55:57.9880296Z ==============================================================================
2019-08-06T18:55:57.9880466Z Task         : Bash
2019-08-06T18:55:57.9880506Z Description  : Run a Bash script on macOS, Linux, or Windows
---
2019-08-06T19:01:51.2982197Z    Compiling serde_json v1.0.40
2019-08-06T19:01:55.7707783Z    Compiling tidy v0.1.0 (/checkout/src/tools/tidy)
2019-08-06T19:02:04.5991545Z     Finished release [optimized] target(s) in 1m 30s
2019-08-06T19:02:04.6056109Z tidy check
2019-08-06T19:02:05.4931359Z tidy error: /checkout/src/doc/rustc-guide/ci/build-ignore-timeouts.sh: leading newline
2019-08-06T19:02:06.6232104Z some tidy checks failed
2019-08-06T19:02:06.6237217Z 
2019-08-06T19:02:06.6237217Z 
2019-08-06T19:02:06.6239299Z command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/tidy" "/checkout/src" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "--no-vendor"
2019-08-06T19:02:06.6239953Z 
2019-08-06T19:02:06.6240147Z 
2019-08-06T19:02:06.6244374Z failed to run: /checkout/obj/build/bootstrap/debug/bootstrap test src/tools/tidy
2019-08-06T19:02:06.6244646Z Build completed unsuccessfully in 0:01:34
2019-08-06T19:02:06.6244646Z Build completed unsuccessfully in 0:01:34
2019-08-06T19:02:08.1747437Z ##[error]Bash exited with code '1'.
2019-08-06T19:02:08.1776067Z ##[section]Starting: Checkout
2019-08-06T19:02:08.1777539Z ==============================================================================
2019-08-06T19:02:08.1777598Z Task         : Get sources
2019-08-06T19:02:08.1777634Z 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)

@ehuss
Copy link
Contributor

ehuss commented Aug 7, 2019

No worries!

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Aug 7, 2019

📌 Commit a411eaf 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 Aug 7, 2019
Centril added a commit to Centril/rust that referenced this pull request Aug 7, 2019
Update to rustc-guide that passes toolstate

r? @ehuss

Sorry for the trouble. I've been somewhat hard to reach lately. Thanks for your help!
pietroalbini added a commit to pietroalbini/rust that referenced this pull request Aug 7, 2019
Update to rustc-guide that passes toolstate

r? @ehuss

Sorry for the trouble. I've been somewhat hard to reach lately. Thanks for your help!
Centril added a commit to Centril/rust that referenced this pull request Aug 8, 2019
Update to rustc-guide that passes toolstate

r? @ehuss

Sorry for the trouble. I've been somewhat hard to reach lately. Thanks for your help!
Centril added a commit to Centril/rust that referenced this pull request Aug 8, 2019
Update to rustc-guide that passes toolstate

r? @ehuss

Sorry for the trouble. I've been somewhat hard to reach lately. Thanks for your help!
bors added a commit that referenced this pull request Aug 8, 2019
Rollup of 7 pull requests

Successful merges:

 - #62994 (Add test for #43398)
 - #63259 (Add tests for some issues)
 - #63327 (doc: Reword deprecation message of MetadataExt::as_raw_stat)
 - #63331 (Test conditional initialization validation in async fns)
 - #63334 (Update to rustc-guide that passes toolstate)
 - #63353 (Update books)
 - #63360 (Use consistent capitalization in -C/-Z help)

Failed merges:

r? @ghost
@bors bors merged commit a411eaf into rust-lang:master Aug 8, 2019
@bors
Copy link
Collaborator

bors commented Aug 8, 2019

☔ The latest upstream changes (presumably #63371) made this pull request unmergeable. Please resolve the merge conflicts.

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Aug 8, 2019
@mark-i-m mark-i-m deleted the fix-guide 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
S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants