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

"release" GitHub action has been failing since June 28th, 2022 #13062

Closed
DorianListens opened this issue Aug 19, 2022 · 4 comments
Closed

"release" GitHub action has been failing since June 28th, 2022 #13062

DorianListens opened this issue Aug 19, 2022 · 4 comments

Comments

@DorianListens
Copy link
Contributor

Obviously r-a has been releasing successfully, but the "publish" job of the "release" GitHub action has been failing for the last couple of months.

The last successful run was https://github.com/rust-lang/rust-analyzer/actions/runs/2572925904
The first failing run was https://github.com/rust-lang/rust-analyzer/actions/runs/2579927687

The failures appear consistent, caused by an external server error encountered by the npx osvx publish step.

@Veykril
Copy link
Member

Veykril commented Aug 19, 2022

This is known, we set up everything for openvsx publishing but its still failing on their side hence the release "failure" #11080

@lnicola
Copy link
Member

lnicola commented Aug 19, 2022

Well, publish.yml also fails, but I'm not sure how to fix it:

  feature `in-rust-tree` includes `sourcegen/in-rust-tree`, but `sourcegen` is not a dependency

@Veykril
Copy link
Member

Veykril commented Aug 19, 2022

Well from the looks of it, sourcegen doesn't even need the feature? It's source doesn't make use of it at least. Aside from that I don't think cargo gives you tools for managing dev-depency features like that

@lnicola
Copy link
Member

lnicola commented Oct 3, 2022

Fixed in #13295 and #13171.

@lnicola lnicola closed this as completed Oct 3, 2022
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

3 participants