You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the CI Doctor runs overwrote the index.json because it did not have the defined process of working with it. This PR defines a process for updating the index.json file.
Pipeline: Windows (VS 2022, Python 3.11, Release) Failure: benchmark_app crashes with STATUS_ACCESS_VIOLATION on Windows in Samples smoke tests Automatic restart: ✅ Re-run of failed jobs requested (reason: benchmark_app crashed with Windows STATUS_ACCESS_VIOLATION (0xC0000005) after completing all 11 inference steps — intermittent teardown crash unrelated to PR changes)
Possible remedy
The re-run has been requested automatically — the failure is very likely to pass on a second attempt.
If it fails again with the same exit code (3221225477 = 0xC0000005), the issue is in benchmark_app teardown on Windows and is unrelated to this PR's changes.
No changes to this PR are needed.
What happened
test_benchmark_app_no_warmup_flag[CPU-Python] in the Samples job crashed with Windows STATUS_ACCESS_VIOLATION (exit code 3221225477 = 0xC0000005) after benchmark_app successfully completed all 11 inference steps including model loading, compilation, and statistics reporting. The crash occurred during process teardown.
This is a pre-existing flaky failure — an identical crash (test_benchmark_app_no_warmup_with_api_modes, same exit code) was observed on 2026-07-07 (run 28837974056) and 2026-06-29 (run 28260319677), both on unrelated PRs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details:
index.jsonbecause it did not have the defined process of working with it. This PR defines a process for updating theindex.jsonfile.AI Assistance: