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

CI tests using rust nightly tests fail with "error: failed to select a version for the requirement comfy-table = "^4.0"" #838

Closed
alamb opened this issue Oct 18, 2021 · 1 comment · Fixed by #839
Labels
arrow Changes to the arrow crate bug development-process Related to development process of arrow-rs

Comments

@alamb
Copy link
Contributor

alamb commented Oct 18, 2021

Describe the bug

The tests that use nightly rust seem to fail with the following error on PRs without any relevant code changes

error: failed to select a version for the requirement `comfy-table = "^4.0"`

Here are some examples:
https://github.com/apache/arrow-rs/pull/831/checks?check_run_id=3922305286
https://github.com/apache/arrow-rs/pull/831/checks?check_run_id=3922305696
And on another PR: https://github.com/apache/arrow-rs/pull/836/checks?check_run_id=3925439991

To Reproduce
Make a new PR

Expected behavior
The CI tests should be passing

Additional context
Add any other context about the problem here.

@alamb
Copy link
Contributor Author

alamb commented Oct 18, 2021

#839 seems to have resolved the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate 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