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

smartdns 0.6.2 failed to build against rust 1.71.0 #159

Closed
chenrui333 opened this issue Jul 23, 2023 · 3 comments
Closed

smartdns 0.6.2 failed to build against rust 1.71.0 #159

chenrui333 opened this issue Jul 23, 2023 · 3 comments

Comments

@chenrui333
Copy link

While upgrading rust to 1.71.0, we found some build failure as shown below:

error[E0277]: the trait bound `connection_provider::TokioRuntimeProvider: ConnectionProvider` is not satisfied in `dns_client::NameServer`
    --> src/dns_client.rs:1100:10
     |
1100 |     impl BootstrapResolver<NameServerGroup> {
     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ within `dns_client::NameServer`, the trait `ConnectionProvider` is not implemented for `connection_provider::TokioRuntimeProvider`
     |
     = help: the trait `ConnectionProvider` is implemented for `GenericConnector<P>`

full build log, https://github.com/Homebrew/homebrew-core/actions/runs/5594719599/job/15158499681?pr=136514

@mokeyish
Copy link
Owner

Hello, would you kindly clear the build cache? It appears that there are no issues on my end.

@chenrui333
Copy link
Author

yeah, looks like indeed flaky build issue, sorry about the confusion. Thanks!

@chenrui333
Copy link
Author

for the record, this is my verification run https://github.com/chenrui333/github-action-test/actions/runs/5686978417 :)

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

No branches or pull requests

2 participants