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

wasmcloud-host failed nightly build, succeeds stable build #1348

Closed
brooksmtownsend opened this issue Apr 13, 2021 · 7 comments
Closed

wasmcloud-host failed nightly build, succeeds stable build #1348

brooksmtownsend opened this issue Apr 13, 2021 · 7 comments
Labels
C-build-failure Category: This is a crate that failed to build

Comments

@brooksmtownsend
Copy link

Crate name: wasmcloud-host
Build failure link: https://docs.rs/crate/wasmcloud-host/0.17.0/builds/375602

Additional details:
Our crate, wasmcloud-host, builds successfully on the latest stable version of Rust 1.51.1. We're not entirely sure why docs.rs is using this nightly build, but it appears to cause issues and fail to build our project. Could we retry this docs.rs build with a stable version of Rust?

Thank you!

@jyn514
Copy link
Member

jyn514 commented Apr 13, 2021

We're not entirely sure why docs.rs is using this nightly build, but it appears to cause issues and fail to build our project.

Because some crates only build on nightly, so building with stable will break them instead.

Could we retry this docs.rs build with a stable version of Rust?

Unfortunately not: #506. I did build clang-sys 0.29.3 locally without issues, so not sure what's breaking. Looking into it now.

@brooksmtownsend
Copy link
Author

Makes sense @jyn514, thanks for looking into it

@Nemo157
Copy link
Member

Nemo157 commented Apr 13, 2021

It's a nightly regression rust-lang/rust#84162

@jyn514 jyn514 added the C-build-failure Category: This is a crate that failed to build label Apr 13, 2021
@autodidaddict
Copy link

Does that mean this docs build can be re-queued once the regression is over?

@jyn514
Copy link
Member

jyn514 commented Apr 13, 2021

@autodidaddict yes, I can queue a build once it's fixed.

@jyn514
Copy link
Member

jyn514 commented Apr 15, 2021

Queued and rebuilt: https://docs.rs/wasmcloud-host/0.17.0/wasmcloud_host/

@jyn514 jyn514 closed this as completed Apr 15, 2021
@brooksmtownsend
Copy link
Author

Thanks @jyn514 🔥

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-build-failure Category: This is a crate that failed to build
Projects
None yet
Development

No branches or pull requests

4 participants