-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Description
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=324451
Build error leg or test failing: PayloadGroup0.WorkItemExecution
Pull request: #88167
Error Message
Fill the error message using step by step known issues guidance.
{
"ErrorMessage": "fail: Application has finished with exit code 1 but 100 was expected",
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
@jander-msft It is not clear from the error logs why it failed, but I suspect there is a missing support for iOS-like platforms in
runtime/src/tests/tracing/eventpipe/processinfo3/processinfo3.cs
Lines 280 to 294 in 3e34f7b
string expectedPortableRidOs = null; | |
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) | |
{ | |
expectedPortableRidOs = "win"; | |
} | |
else if (RuntimeInformation.IsOSPlatform(OSPlatform.OSX)) | |
{ | |
expectedPortableRidOs = "osx"; | |
} | |
else if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux)) | |
{ | |
expectedPortableRidOs = "linux"; | |
} | |
Utils.Assert(!string.IsNullOrEmpty(expectedPortableRidOs), $"Unable to calculate expected portable RID OS."); |
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=324451
Error message validated: fail: Application has finished with exit code 1 but 100 was expected
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 6/29/2023 10:37:46 AM UTC
Report
Summary
24-Hour Hit Count | 7-Day Hit Count | 1-Month Count |
---|---|---|
5 | 37 | 87 |