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
The PALTests MapViewOfFile/test1 fails to compile on all non-Windows platforms because FILE_FLAG_NO_BUFFERING is not declared in the PAL headers. The identifier is used at line 61 of MapViewOfFile.cpp but is not defined in the PAL's file API subset.
Filed by ci-failure-scan, which scans dnceng-public outer-loop pipelines on main and converts stable failures into KBEs and test-disable PRs. Comment here or on the workflow file to suggest changes; ci-failure-scan-feedback reads in-scope feedback daily and opens (or updates) a PR with prompt edits.
Note
🔒 Integrity filter blocked 2 items
The following items were blocked because they don't meet the GitHub integrity level.
#125436search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#56073search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
To allow these resources, lower min-integrity in your GitHub frontmatter:
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1452517
Build error leg or test failing: linux-arm64 Debug PALTests - MapViewOfFile/test1
Error Details
The PALTests
MapViewOfFile/test1fails to compile on all non-Windows platforms becauseFILE_FLAG_NO_BUFFERINGis not declared in the PAL headers. The identifier is used at line 61 ofMapViewOfFile.cppbut is not defined in the PAL's file API subset.Error Message
{ "ErrorMessage": "error: use of undeclared identifier 'FILE_FLAG_NO_BUFFERING'", "ErrorPattern": "", "BuildRetry": false, "ExcludeConsoleLog": false }Impact on platforms
First build it occurred
Duplicate search
FILE_FLAG_NO_BUFFERING PALTests label:"Known Build Error"- 0 resultsMapViewOfFile FILE_FLAG_NO_BUFFERING is:open- 0 resultsPALTests "undeclared identifier" is:open- 0 resultsPALTests MapViewOfFile is:open- 0 resultsis:pr is:open FILE_FLAG_NO_BUFFERING- 0 resultsNo existing KBE or PR matches this signature.
Filed by
ci-failure-scan, which scans dnceng-public outer-loop pipelines onmainand converts stable failures into KBEs and test-disable PRs. Comment here or on the workflow file to suggest changes;ci-failure-scan-feedbackreads in-scope feedback daily and opens (or updates) a PR with prompt edits.Note
🔒 Integrity filter blocked 2 items
The following items were blocked because they don't meet the GitHub integrity level.
search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter:Report
Summary