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

Rollup of 4 pull requests #70864

Closed
wants to merge 13 commits into from

Conversation

Dylan-DPC-zz
Copy link

Successful merges:

Failed merges:

r? @ghost

Thomasdezeeuw and others added 13 commits March 31, 2020 20:22
Similar to io::Write::write_all but uses io::Write::write_vectored
instead.
Also adds some more tests with different length IoSlices.
…s.rs

Co-Authored-By: varkor <github@varkor.com>
…albertodt

Add io::Write::write_all_vectored

Similar to io::Write::write_all but uses io::Write::write_vectored
instead.

Updates rust-lang#70436

/cc @cramertj @sfackler
…xt, r=eddyb

expose suggestions::InferCtxtExt for clippy

This is very useful to do good async/await diagnostic reporting, for example for rust-lang/rust-clippy#5423.
…, r=jonas-schievink

Move sanitize-inline-always test to sanitize directory
@Dylan-DPC-zz Dylan-DPC-zz deleted the rollup-z7zlity branch April 6, 2020 22:31
@rust-highfive
Copy link
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.
2020-04-06T22:35:04.1790806Z ========================== Starting Command Output ===========================
2020-04-06T22:35:04.1793177Z [command]/bin/bash --noprofile --norc /home/vsts/work/_temp/e9c8ff20-88a1-432f-b306-441f76b64397.sh
2020-04-06T22:35:04.1793381Z 
2020-04-06T22:35:04.1799877Z ##[section]Finishing: Disable git automatic line ending conversion
2020-04-06T22:35:04.1818067Z ##[section]Starting: Checkout rust-lang/rust@refs/pull/70864/merge to s
2020-04-06T22:35:04.1821338Z Task         : Get sources
2020-04-06T22:35:04.1821561Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2020-04-06T22:35:04.1821773Z Version      : 1.0.0
2020-04-06T22:35:04.1821918Z Author       : Microsoft
---
2020-04-06T22:35:05.1756274Z ##[command]git remote add origin https://github.com/rust-lang/rust
2020-04-06T22:35:05.1762537Z ##[command]git config gc.auto 0
2020-04-06T22:35:05.1768126Z ##[command]git config --get-all http.https://github.com/rust-lang/rust.extraheader
2020-04-06T22:35:05.1772177Z ##[command]git config --get-all http.proxy
2020-04-06T22:35:05.1780136Z ##[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/70864/merge:refs/remotes/pull/70864/merge
2020-04-06T22:35:05.2254155Z fatal: couldn't find remote ref refs/pull/70864/merge
2020-04-06T22:35:05.2986238Z ##[warning]Git fetch failed with exit code 128, back off 8.419 seconds before retry.
2020-04-06T22:35:13.6839988Z ##[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/70864/merge:refs/remotes/pull/70864/merge
2020-04-06T22:35:14.1185402Z fatal: couldn't find remote ref refs/pull/70864/merge
2020-04-06T22:35:14.1949657Z ##[warning]Git fetch failed with exit code 128, back off 3.602 seconds before retry.
2020-04-06T22:35:17.7490655Z ##[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/70864/merge:refs/remotes/pull/70864/merge
2020-04-06T22:35:18.1890567Z fatal: couldn't find remote ref refs/pull/70864/merge
2020-04-06T22:35:18.2420329Z ##[error]Git fetch failed with exit code: 128
2020-04-06T22:35:18.2435961Z ##[section]Finishing: Checkout rust-lang/rust@refs/pull/70864/merge to s
2020-04-06T22:35:18.2998290Z ##[section]Starting: Checkout rust-lang/rust@refs/pull/70864/merge to s
2020-04-06T22:35:18.3003748Z Task         : Get sources
2020-04-06T22:35:18.3004059Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2020-04-06T22:35:18.3004357Z Version      : 1.0.0
2020-04-06T22:35:18.3004547Z Author       : Microsoft
2020-04-06T22:35:18.3004547Z Author       : Microsoft
2020-04-06T22:35:18.3004854Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
2020-04-06T22:35:18.3005216Z ==============================================================================
2020-04-06T22:35:18.5878700Z ##[section]Finishing: Checkout rust-lang/rust@refs/pull/70864/merge to s
2020-04-06T22:35:18.5956304Z Cleaning up task key
2020-04-06T22:35:18.5957309Z Start cleaning up orphan processes.
2020-04-06T22:35:18.6078721Z ##[section]Finishing: Finalize Job
2020-04-06T22:35:18.6118611Z ##[section]Finishing: Linux x86_64-gnu-tools

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants