-
Notifications
You must be signed in to change notification settings - Fork 151
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
massive benchmark panics: thread 'main' panicked at 'couldn't read string_data file: Os { code: 2, kind: NotFound, message: "No such file or directory" } #1075
Comments
2 issues actually:
|
ok, checked the collector -- our cargo install was failing because the collector had an old nightly; I'm updating that now and going to manually delete results for the two failed commits so we can rerun them.
|
OK, should be recovering now. |
Queue looks not empty https://perf.rust-lang.org/status.html
but |
Should be fixed now. |
Closing as fixed, we're tracking the bad error reporting in #1062. |
A lot of benches failed, as can be seen at https://perf.rust-lang.org/status.html (at least now) with errors like:
But perf run didn't have any warning about that fail in report at PR rust-lang/rust#90067 or compare page https://perf.rust-lang.org/compare.html?start=1af55d19c7a9189374d89472f97dc119659bb67e&end=42983a28ab3c70728da7a9b932b667c978dd898d, it simply silently skips failed benches.
The text was updated successfully, but these errors were encountered: