-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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/tvos] DynamicInvoke_DateTimeAndCustomConstantAttribute_DateTimeParameterWithMissingValue test failure on CI #97809
Comments
Tagging subscribers to 'os-ios': @steveisok, @akoeplinger, @kotlarmilos Issue DetailsDescriptionBoth jobs:
Are failing on
Manual build analysis
/cc: @kotlarmilos @akoeplinger since the range above includes the change of enabling IL stripping for libraries tests, I suspect it is related to the regression (even though your PR seemed to have all tests passing, some change in the meantime must started conflicting with it?) Additional findingsThe first detected failure (build ID: 545788) was incorrectly marked by BuildAnalysis as This is really problematic as ios/tvos failures get masked with an incorrect (or at least not precise enough) build issue making it really difficult to track back what the actual failure was (and when it started occurring). /cc: @matouskozak @vitek-karas
|
Thanks for reporting this. I couldn't find any relevant runtime or library change, so I believe it could be an issue related to IL stripping. However, I don't know why it didn't appear as a failure initially. |
@kotlarmilos based on #97870 should we close this issue? |
I would keep it open as it seems to be ILStrip-related issue. There is another issue related to ILStrip, so I plan to create a tracking issue. |
Description
Both jobs:
Are failing on
runtime
pipeline due to a test failure:Manual build analysis
Last green CI build was: https://dev.azure.com/dnceng-public/public/_build/results?buildId=545633&view=logs&j=7f49df26-8126-5de3-bf2f-6ac6bde01830
Against: d40c654
First detected failure: https://dev.azure.com/dnceng-public/public/_build/results?buildId=545788&view=logs&j=7f49df26-8126-5de3-bf2f-6ac6bde01830
Against: 28ad7e9
This indicates the failure happening in the following range:
d40c654...28ad7e9
/cc: @kotlarmilos @akoeplinger since the range above includes the change of enabling IL stripping for libraries tests, I suspect it is related to the regression (even though your PR seemed to have all tests passing, some change in the meantime must started conflicting with it?)
Additional findings
The first detected failure (build ID: 545788) was incorrectly marked by BuildAnalysis as
Known Build Errors
in: #82637 as the system scans only the console logs and not the device logs indicating the actual cause of failure.This is really problematic as ios/tvos failures get masked with an incorrect (or at least not precise enough) build issue making it really difficult to track back what the actual failure was (and when it started occurring).
/cc: @matouskozak @vitek-karas
Known Issue Error Message
Fill the error message using step by step known issues guidance.
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=545633
Error message validated:
[FAIL] System.Tests.DelegateTests.DynamicInvoke_DateTimeAndCustomConstantAttribute_DateTimeParameterWithMissingValue
Result validation: ❌ Known issue did not match with the provided build.
Validation performed at: 2/1/2024 11:43:50 AM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: