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

verify_release_candidate.sh script fails verifying 23.0.0 rc 2 #2751

Closed
alamb opened this issue Sep 16, 2022 · 1 comment · Fixed by #2752
Closed

verify_release_candidate.sh script fails verifying 23.0.0 rc 2 #2751

alamb opened this issue Sep 16, 2022 · 1 comment · Fixed by #2752
Assignees
Labels
bug development-process Related to development process of arrow-rs

Comments

@alamb
Copy link
Contributor

alamb commented Sep 16, 2022

Describe the bug
When trying to verify the release using the verify_release_candidate.sh script from https://github.com/apache/arrow-rs/blob/master/dev/release/verify-release-candidate.sh we see an error:

...
+ cargo publish --dry-run

*    Updating* [crates.io](http://crates.io/) index

*   Packaging* arrow v23.0.0
(/private/var/folders/cl/ycxd_6916zlf50f8mpthd9qw0000gn/T/arrow-23.0.0.XXXXX.yNgAGJ0B/apache-arrow-rs-23.0.0/arrow)

*error**:* failed to prepare local package for uploading


Caused by:

  no matching package named `arrow-buffer` found

  location searched: registry `crates-io`

  required by package `arrow v23.0.0
(/private/var/folders/cl/ycxd_6916zlf50f8mpthd9qw0000gn/T/arrow-23.0.0.XXXXX.yNgAGJ0B/apache-arrow-rs-23.0.0/arrow)`

To Reproduce

./dev/release/verify-release-candidate.sh 23.0.0 2

Expected behavior
Script should pass

Additional context
Reported by @iajoiner on https://lists.apache.org/thread/df08cc4hg42rg5g5jzb804bvbf9v7jtz

@alamb alamb added bug arrow Changes to the arrow crate development-process Related to development process of arrow-rs and removed arrow Changes to the arrow crate labels Sep 16, 2022
@alamb alamb self-assigned this Sep 16, 2022
@alamb
Copy link
Contributor Author

alamb commented Sep 16, 2022

Proposed fix in #2752

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug development-process Related to development process of arrow-rs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant