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

Crates new versions for stable2409-1 haven't been published yet #493

Closed
pandres95 opened this issue Oct 23, 2024 · 4 comments
Closed

Crates new versions for stable2409-1 haven't been published yet #493

pandres95 opened this issue Oct 23, 2024 · 4 comments

Comments

@pandres95
Copy link
Contributor

Just that. Here's a sample error I'm having when trying to update to stable2409-1 using psvm:

    Updating crates.io index
error: failed to select a version for the requirement `emulated-integration-tests-common = "^14.1.0"`
candidate versions found which didn't match: 14.0.0, 13.0.0, 11.0.0, ...
location searched: crates.io index
required by package `asset-hub-kusama-emulated-chain v1.0.0 (/Users/pandres95/Documents/Virto/Development/Fellowship/runtimes/integration-tests/emulated/chains/parachains/assets/asset-hub-kusama)`

It's the same error with every single crate that was updated in stable2409-1

@bkchr
Copy link
Contributor

bkchr commented Oct 23, 2024

Sounds like a psvm error?

@pandres95
Copy link
Contributor Author

pandres95 commented Oct 23, 2024

Not sure about that @bkchr. Or maybe? I ran the update using this command:

psvm --version stable2409-1

Then, it bumped versions to some crates (need to check again which ones, but there are at least 6 or 7 of them). After that, I started getting those cargo errors, just to find out that those versions didn't exist at all on crates.io. 😅

At least when trying to update to stable2409, it worked out perfectly fine (see runtimes#490). But failed when trying to update to stable2409-1 (here).

@xlc
Copy link
Contributor

xlc commented Oct 23, 2024

The patch versions are not released because the release process for polkadot-sdk is broken. We have to fix it.

Essentially it is possible for example in stable2407, a crate is published with version 1.2.3 and someone made a minor change on master to bump it to 1.2.4. Then when stable2409 is published, 1.2.4 will be published.
Now we want to backport a change back to stable2407 and release stable2407-1. What version is it going to be? it can't be 1.2.4 because that's already published. now what? and people decided to ignore the issue 💁‍♂️

@pandres95
Copy link
Contributor Author

I just figured out I raised the issue in the wrong repository :')

Closed in favour of polkadot-sdk#6206

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