We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Estimated end: TimeDelta { secs: -1, nanos: 884994194 }
TimeDelta { secs: -1, nanos: 884994194 }
The text was updated successfully, but these errors were encountered:
I think this is related to #660.
Due to the completed crates being more than the total crates the calculated remaining crates are negative, which results in a negative remaining time being calculated. A negative chrono::TimeDelta can't be represented by the std Duration type so the conversion fails and it falls back to debug printing in https://github.com/rust-lang/crater/blob/master/src/server/routes/ui/experiments.rs#L134
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: