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 LLVM #68435

Conversation

tmandry
Copy link
Member

@tmandry tmandry commented Jan 21, 2020

@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 Jan 21, 2020
@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Jan 21, 2020

📌 Commit 13a91a8 has been approved by alexcrichton

@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 Jan 21, 2020
@Centril
Copy link
Contributor

Centril commented Jan 21, 2020

@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.
2020-01-21T23:13:00.6781944Z ========================== Starting Command Output ===========================
2020-01-21T23:13:00.6784613Z [command]/bin/bash --noprofile --norc /home/vsts/work/_temp/b1444f29-6151-4d61-a6de-7ea54d19284b.sh
2020-01-21T23:13:00.6784650Z 
2020-01-21T23:13:00.6788411Z ##[section]Finishing: Disable git automatic line ending conversion
2020-01-21T23:13:00.6793449Z ##[section]Starting: Checkout rust-lang/rust@refs/pull/68435/merge to s
2020-01-21T23:13:00.6795331Z Task         : Get sources
2020-01-21T23:13:00.6795885Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2020-01-21T23:13:00.6795921Z Version      : 1.0.0
2020-01-21T23:13:00.6795953Z Author       : Microsoft
---
2020-01-21T23:13:01.5752891Z ##[command]git remote add origin https://github.com/rust-lang/rust
2020-01-21T23:13:01.5842508Z ##[command]git config gc.auto 0
2020-01-21T23:13:01.5917367Z ##[command]git config --get-all http.https://github.com/rust-lang/rust.extraheader
2020-01-21T23:13:01.5989092Z ##[command]git config --get-all http.proxy
2020-01-21T23:13:01.6133925Z ##[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/68435/merge:refs/remotes/pull/68435/merge
---
2020-01-22T01:45:50.4752445Z Verifying status of clippy-driver...
2020-01-22T01:45:50.4752796Z Verifying status of miri...
2020-01-22T01:45:50.4753291Z Verifying status of embedded-book...
2020-01-22T01:45:50.4753666Z Verifying status of rustc-guide...
2020-01-22T01:45:50.4754224Z error: Tool `clippy-driver` should be test-pass but is build-fail during beta week.
2020-01-22T01:45:50.4758493Z Build completed unsuccessfully in 0:00:01
2020-01-22T01:45:50.4813279Z == clock drift check ==
2020-01-22T01:45:50.4825862Z   local time: Wed Jan 22 01:45:50 UTC 2020
2020-01-22T01:45:51.0399637Z   network time: Wed, 22 Jan 2020 01:45:51 GMT
2020-01-22T01:45:51.0399637Z   network time: Wed, 22 Jan 2020 01:45:51 GMT
2020-01-22T01:45:51.0402218Z == end clock drift check ==
2020-01-22T01:45:51.3743772Z 
2020-01-22T01:45:51.3852176Z ##[error]Bash exited with code '1'.
2020-01-22T01:45:51.3864377Z ##[section]Finishing: Run build
2020-01-22T01:45:51.3885127Z ##[section]Starting: Checkout rust-lang/rust@refs/pull/68435/merge to s
2020-01-22T01:45:51.3887757Z Task         : Get sources
2020-01-22T01:45:51.3887805Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2020-01-22T01:45:51.3887852Z Version      : 1.0.0
2020-01-22T01:45:51.3887915Z Author       : Microsoft
2020-01-22T01:45:51.3887915Z Author       : Microsoft
2020-01-22T01:45:51.3887962Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
2020-01-22T01:45:51.3888012Z ==============================================================================
2020-01-22T01:45:51.8335128Z Cleaning any cached credential from repository: rust-lang/rust (GitHub)
2020-01-22T01:45:51.8380559Z ##[section]Finishing: Checkout rust-lang/rust@refs/pull/68435/merge to s
2020-01-22T01:45:51.8506520Z Cleaning up task key
2020-01-22T01:45:51.8507869Z Start cleaning up orphan processes.
2020-01-22T01:45:51.8630264Z Terminate orphan process: pid (4095) (python)
2020-01-22T01:45:51.8898310Z ##[section]Finishing: Finalize Job

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)

@bors
Copy link
Contributor

bors commented Jan 23, 2020

⌛ Testing commit 13a91a8 with merge e0bbe79...

bors added a commit that referenced this pull request Jan 23, 2020
@bors
Copy link
Contributor

bors commented Jan 23, 2020

☀️ Test successful - checks-azure
Approved by: alexcrichton
Pushing e0bbe79 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Jan 23, 2020
@bors bors merged commit 13a91a8 into rust-lang:master Jan 23, 2020
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
6 participants