Skip to content
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

[mono][ios] EventPipe processinfo3 test is failing on iOS-like platforms #88186

Closed
kotlarmilos opened this issue Jun 29, 2023 · 1 comment · Fixed by #88655
Closed

[mono][ios] EventPipe processinfo3 test is failing on iOS-like platforms #88186

kotlarmilos opened this issue Jun 29, 2023 · 1 comment · Fixed by #88655
Labels
area-Codegen-AOT-mono blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' os-ios Apple iOS
Milestone

Comments

@kotlarmilos
Copy link
Member

kotlarmilos commented Jun 29, 2023

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

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

Build Definition Test Pull Request
341305 dotnet/runtime PayloadGroup0.WorkItemExecution
341298 dotnet/runtime PayloadGroup0.WorkItemExecution #88723
341220 dotnet/runtime PayloadGroup0.WorkItemExecution #87847
341209 dotnet/runtime PayloadGroup0.WorkItemExecution #88163
341090 dotnet/runtime PayloadGroup0.WorkItemExecution
340960 dotnet/runtime PayloadGroup0.WorkItemExecution
340829 dotnet/runtime GC_Features.WorkItemExecution #86089
340683 dotnet/runtime PayloadGroup0.WorkItemExecution
340327 dotnet/runtime PayloadGroup0.WorkItemExecution
339815 dotnet/runtime PayloadGroup0.WorkItemExecution #88903
339497 dotnet/runtime PayloadGroup0.WorkItemExecution #88723
339468 dotnet/runtime PayloadGroup0.WorkItemExecution
339466 dotnet/runtime PayloadGroup0.WorkItemExecution #87260
338992 dotnet/runtime PayloadGroup0.WorkItemExecution
338475 dotnet/runtime PayloadGroup0.WorkItemExecution #87319
338251 dotnet/runtime PayloadGroup0.WorkItemExecution #87260
338204 dotnet/runtime PayloadGroup0.WorkItemExecution
338111 dotnet/runtime PayloadGroup0.WorkItemExecution #88811
337928 dotnet/runtime JIT/Directed/aliasing_retbuf/aliasing_retbuf/aliasing_retbuf.sh
337634 dotnet/runtime PayloadGroup0.WorkItemExecution
337208 dotnet/runtime PayloadGroup0.WorkItemExecution #88722
336837 dotnet/runtime PayloadGroup0.WorkItemExecution #87260
336838 dotnet/runtime PayloadGroup0.WorkItemExecution #87260
336542 dotnet/runtime PayloadGroup0.WorkItemExecution
336543 dotnet/runtime PayloadGroup0.WorkItemExecution #88633
336405 dotnet/runtime PayloadGroup0.WorkItemExecution #88714
334799 dotnet/runtime PayloadGroup0.WorkItemExecution #88611
336279 dotnet/runtime PayloadGroup0.WorkItemExecution #87319
335920 dotnet/runtime PayloadGroup0.WorkItemExecution
335676 dotnet/runtime PayloadGroup0.WorkItemExecution #88687
335160 dotnet/runtime PayloadGroup0.WorkItemExecution #88167
335161 dotnet/runtime PayloadGroup0.WorkItemExecution #88167
334907 dotnet/runtime PayloadGroup0.WorkItemExecution
334375 dotnet/runtime PayloadGroup0.WorkItemExecution
334160 dotnet/runtime PayloadGroup0.WorkItemExecution #79856
333900 dotnet/runtime PayloadGroup0.WorkItemExecution #88539
333413 dotnet/runtime PayloadGroup0.WorkItemExecution
333175 dotnet/runtime PayloadGroup0.WorkItemExecution
333001 dotnet/runtime PayloadGroup0.WorkItemExecution
332951 dotnet/runtime PayloadGroup0.WorkItemExecution #88548
332861 dotnet/runtime PayloadGroup0.WorkItemExecution
332635 dotnet/runtime PayloadGroup0.WorkItemExecution
332434 dotnet/runtime PayloadGroup0.WorkItemExecution
332212 dotnet/runtime PayloadGroup0.WorkItemExecution #88530
332206 dotnet/runtime PayloadGroup0.WorkItemExecution #88529
331700 dotnet/runtime PayloadGroup0.WorkItemExecution
331212 dotnet/runtime PayloadGroup0.WorkItemExecution
330527 dotnet/runtime PayloadGroup0.WorkItemExecution
329962 dotnet/runtime PayloadGroup0.WorkItemExecution
329893 dotnet/runtime PayloadGroup0.WorkItemExecution #88436
329717 dotnet/runtime PayloadGroup0.WorkItemExecution #88345
329472 dotnet/runtime PayloadGroup0.WorkItemExecution
329361 dotnet/runtime PayloadGroup0.WorkItemExecution #88345
329210 dotnet/runtime PayloadGroup0.WorkItemExecution
328828 dotnet/runtime PayloadGroup0.WorkItemExecution #88322
328822 dotnet/runtime PayloadGroup0.WorkItemExecution
328688 dotnet/runtime PayloadGroup0.WorkItemExecution #88360
328678 dotnet/runtime PayloadGroup0.WorkItemExecution #88345
328529 dotnet/runtime PayloadGroup0.WorkItemExecution
328443 dotnet/runtime PayloadGroup0.WorkItemExecution #88322
328406 dotnet/runtime PayloadGroup0.WorkItemExecution #88345
328381 dotnet/runtime PayloadGroup0.WorkItemExecution #88340
328385 dotnet/runtime PayloadGroup0.WorkItemExecution #88342
328094 dotnet/runtime PayloadGroup0.WorkItemExecution #88322
327993 dotnet/runtime PayloadGroup0.WorkItemExecution #88184
327970 dotnet/runtime PayloadGroup0.WorkItemExecution
327943 dotnet/runtime PayloadGroup0.WorkItemExecution #88184
327756 dotnet/runtime PayloadGroup0.WorkItemExecution
327594 dotnet/runtime PayloadGroup0.WorkItemExecution
327515 dotnet/runtime PayloadGroup0.WorkItemExecution
327457 dotnet/runtime PayloadGroup0.WorkItemExecution #88025
327273 dotnet/runtime PayloadGroup0.WorkItemExecution
327078 dotnet/runtime PayloadGroup0.WorkItemExecution #88163
326915 dotnet/runtime PayloadGroup0.WorkItemExecution
326636 dotnet/runtime PayloadGroup0.WorkItemExecution #88261
326402 dotnet/runtime PayloadGroup0.WorkItemExecution #87773
326189 dotnet/runtime PayloadGroup0.WorkItemExecution #88184
326087 dotnet/runtime PayloadGroup0.WorkItemExecution
326071 dotnet/runtime PayloadGroup0.WorkItemExecution #88025
325633 dotnet/runtime PayloadGroup0.WorkItemExecution #88163
325552 dotnet/runtime PayloadGroup0.WorkItemExecution
325382 dotnet/runtime PayloadGroup0.WorkItemExecution #88163
324451 dotnet/runtime PayloadGroup0.WorkItemExecution #88167
324955 dotnet/runtime PayloadGroup0.WorkItemExecution #88184
324891 dotnet/runtime PayloadGroup0.WorkItemExecution
324452 dotnet/runtime PayloadGroup0.WorkItemExecution #88167
324371 dotnet/runtime PayloadGroup0.WorkItemExecution

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
5 37 87
@kotlarmilos kotlarmilos added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' area-Codegen-AOT-mono os-ios Apple iOS Known Build Error Use this to report build issues in the .NET Helix tab labels Jun 29, 2023
@kotlarmilos kotlarmilos added this to the 8.0.0 milestone Jun 29, 2023
@ghost
Copy link

ghost commented Jun 29, 2023

Tagging subscribers to 'os-ios': @steveisok, @akoeplinger, @kotlarmilos
See info in area-owners.md if you want to be subscribed.

Issue Details

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

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.");

Author: kotlarmilos
Assignees: -
Labels:

blocking-clean-ci, area-Codegen-AOT-mono, os-ios, Known Build Error

Milestone: 8.0.0

@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Jul 11, 2023
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Jul 17, 2023
@kotlarmilos kotlarmilos removed the Known Build Error Use this to report build issues in the .NET Helix tab label Jul 17, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Aug 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Codegen-AOT-mono blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' os-ios Apple iOS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant