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 tokio crates to latest versions #67031

Merged
merged 1 commit into from
Dec 20, 2019
Merged

Conversation

mati865
Copy link
Contributor

@mati865 mati865 commented Dec 4, 2019

Drops few old crates from the workspace (they are only used during tests, not in Rust itself) and allows to remove even more crates during next rustc-ap-* update.

@rust-highfive
Copy link
Collaborator

r? @nikomatsakis

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

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Dec 4, 2019
@nikomatsakis
Copy link
Contributor

@bors r+

@bors
Copy link
Contributor

bors commented Dec 5, 2019

📌 Commit d358b24 has been approved by nikomatsakis

@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 5, 2019
Centril added a commit to Centril/rust that referenced this pull request Dec 8, 2019
Update tokio crates to latest versions

Drops few old crates from the workspace (they are only used during tests, not in Rust itself) and allows to remove even more crates during next `rustc-ap-*` update.
@bors
Copy link
Contributor

bors commented Dec 9, 2019

⌛ Testing commit d358b24 with merge 90fa24c77c72cee881aa78f871757ed7da1eb0d3...

@rust-highfive
Copy link
Collaborator

The job dist-i586-gnu-i586-i686-musl 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-09T14:06:10.3851678Z   local time: Mon Dec  9 14:06:10 UTC 2019
2019-12-09T14:06:10.4134719Z   network time: Mon, 09 Dec 2019 14:06:10 GMT
2019-12-09T14:06:10.4141534Z == end clock drift check ==
2019-12-09T14:06:19.4222694Z 
2019-12-09T14:06:19.4318382Z ##[error]Bash exited with code '1'.
2019-12-09T14:06:19.4355547Z ##[section]Starting: Checkout
2019-12-09T14:06:19.4357161Z ==============================================================================
2019-12-09T14:06:19.4357236Z Task         : Get sources
2019-12-09T14:06:19.4357318Z 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)

@bors
Copy link
Contributor

bors commented Dec 9, 2019

💔 Test failed - checks-azure

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

mati865 commented Dec 9, 2019

2019-12-09T14:05:58.6572622Z error: failed to write /checkout/Cargo.lock
2019-12-09T14:05:58.6572784Z
2019-12-09T14:05:58.6572857Z Caused by:
2019-12-09T14:05:58.6572999Z failed to open: /checkout/Cargo.lock
2019-12-09T14:05:58.6573048Z
2019-12-09T14:05:58.6573154Z Caused by:
2019-12-09T14:05:58.6573879Z Read-only file system (os error 30) 

@bors retry

@bors
Copy link
Contributor

bors commented Dec 9, 2019

@mati865: 🔑 Insufficient privileges: not in try users

@nikomatsakis
Copy link
Contributor

@bors retry

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

bors commented Dec 10, 2019

⌛ Testing commit d358b24 with merge c78169f3ef39019c35fc7b95276f0bde771fc06f...

@rust-highfive
Copy link
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.
2019-12-10T06:51:47.1172446Z   local time: Tue Dec 10 06:51:47 UTC 2019
2019-12-10T06:51:47.1549249Z   network time: Tue, 10 Dec 2019 06:51:47 GMT
2019-12-10T06:51:47.1554543Z == end clock drift check ==
2019-12-10T06:52:01.5200293Z 
2019-12-10T06:52:01.5300263Z ##[error]Bash exited with code '1'.
2019-12-10T06:52:01.5340394Z ##[section]Starting: Checkout
2019-12-10T06:52:01.5342326Z ==============================================================================
2019-12-10T06:52:01.5342459Z Task         : Get sources
2019-12-10T06:52:01.5342539Z 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)

@bors
Copy link
Contributor

bors commented Dec 10, 2019

💔 Test failed - checks-azure

@bors bors 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 Dec 10, 2019
@mati865 mati865 force-pushed the tokio-update branch 2 times, most recently from 71fa528 to ef07f28 Compare December 10, 2019 11:20
@mati865
Copy link
Contributor Author

mati865 commented Dec 10, 2019

1st push is the rebase, 2nd push regenerated Cargo.toml.

@nikomatsakis
Copy link
Contributor

@bors r+

@bors
Copy link
Contributor

bors commented Dec 10, 2019

📌 Commit ef07f2838ffcd76aec6038e0e619186318d3c97d has been approved by nikomatsakis

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

bors commented Dec 11, 2019

☔ The latest upstream changes (presumably #67198) 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 Dec 11, 2019
@nikomatsakis
Copy link
Contributor

@bors r+

@bors
Copy link
Contributor

bors commented Dec 17, 2019

📌 Commit 2d8d813 has been approved by nikomatsakis

@bors
Copy link
Contributor

bors commented Dec 17, 2019

🌲 The tree is currently closed for pull requests below priority 100, this pull request will be tested once the tree is reopened

@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-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Dec 17, 2019
Centril added a commit to Centril/rust that referenced this pull request Dec 20, 2019
Update tokio crates to latest versions

Drops few old crates from the workspace (they are only used during tests, not in Rust itself) and allows to remove even more crates during next `rustc-ap-*` update.
Centril added a commit to Centril/rust that referenced this pull request Dec 20, 2019
Update tokio crates to latest versions

Drops few old crates from the workspace (they are only used during tests, not in Rust itself) and allows to remove even more crates during next `rustc-ap-*` update.
bors added a commit that referenced this pull request Dec 20, 2019
Rollup of 5 pull requests

Successful merges:

 - #64588 (Add a raw "address of" operator)
 - #67031 (Update tokio crates to latest versions)
 - #67131 (Merge `TraitItem` & `ImplItem into `AssocItem`)
 - #67354 (Fix pointing at arg when cause is outside of call)
 - #67363 (Fix handling of wasm import modules and names)

Failed merges:

r? @ghost
@bors bors merged commit 2d8d813 into rust-lang:master Dec 20, 2019
@mati865 mati865 deleted the tokio-update branch December 20, 2019 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

None yet

4 participants