-
Notifications
You must be signed in to change notification settings - Fork 689
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
Random build failure due to std::time::Instant::duration_since
#5304
Comments
Oh wow, so this actually panics in Cargo during the build? I guess on our side the best person to look into this is @chefsale -- this error means that the machine we run the build on is buggy. That is, this is usually a bug in OS (which promises to return a monotonic time, but fails), or in hypervisor (which emulates a clock device which promises monotonic time, and then fails). |
I guess it would be useful (mainly for folks at rust-lang/rust) to know various low-level things here like kernel version, CPU version, hypervisor version. |
This issue has been automatically marked as stale because it has not had recent activity in the last 2 months. |
Will be fixed once we upgrade to the version of Rust which includes rust-lang/rust#89926 (currently a nightly) |
@matklad Can you take a look?
It looks like another issue with
Instant::duration_since
. It's becoming as popular as null pointer exception.https://buildkite.com/nearprotocol/nearcore/builds/7208#18658c9e-78f3-4a17-8a97-b22cbdacdf14
The text was updated successfully, but these errors were encountered: