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

Running nextest on nightly errors with unknown package ID #1350

Closed
YaronWittenstein opened this issue Mar 2, 2024 · 2 comments
Closed

Running nextest on nightly errors with unknown package ID #1350

YaronWittenstein opened this issue Mar 2, 2024 · 2 comments

Comments

@YaronWittenstein
Copy link

nightly version: v1.77.0-nightly

How to reproduce the bug?

cargo +nightly nextest run --no-fail-fast --workspace --release

Errors with

Error: 
   0: error querying package graph
   1: unknown package ID: PRIVATE_PACKAGE_NAME

However, running the same command on Stable Rust works perfectly well:
cargo +stable nextest run --no-fail-fast --workspace --release

It seems that the error has nothing to do with the test running themselves.
I get the same error message when doing: cargo +nightly nextest list (while cargo +stable nextest list works)

@sunshowers
Copy link
Member

You may have to update your nightly -- please see #1232.

@sunshowers
Copy link
Member

Going to close this -- please reopen if you still run into this afterwards. Thanks.

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

2 participants