Open buyaa-n opened 1 year ago
Tagging subscribers to this area: @dotnet/interop-contrib See info in area-owners.md if you want to be subscribed.
Author: | buyaa-n |
---|---|
Assignees: | - |
Labels: | `area-System.Runtime.InteropServices`, `blocking-clean-ci`, `untriaged`, `Known Build Error` |
Milestone: | - |
@lambdageek Any thoughts here?
Just to clarify, the .Unit.Tests
tests only run managed code that generates code, no native code is executed in the tests.
Please dont' create "futex-internal.c: No such file or directory"
issues. That's gdb
complaining that it can't see the source code for something inside a linux libc. it will catch literally every single unrelated Mono runtime abort.
the actual error is some kind of JIT failure in
at System.Linq.Enumerable:Where <0x000f7>
at Microsoft.CodeAnalysis.Testing.AnalyzerTest`1:VerifyDiagnosticResults <0x008c7>
at <VerifyDiagnosticsAsync>d__69:MoveNext <0x0059b>
at AsyncStateMachineBox`1:ExecutionContextCallback <0x0003b>
at System.Threading.ExecutionContext:RunFromThreadPoolDispatchLoop <0x00086>
at AsyncStateMachineBox`1:MoveNext <0x0010f>
at AsyncStateMachineBox`1:ExecuteFromThreadPool <0x00033>
at System.Threading.ThreadPoolWorkQueue:Dispatch <0x003ae>
at WorkerThread:WorkerThreadStart <0x001a3>
at System.Threading.Thread:StartCallback <0x000f0>
at System.Object:runtime_invoke_void__this__ <0x00091>
/cc @SamMonoRT
@buyaa-n - are we confident, the failure isn't introduced by the changes in your PR?
The PR only updates ConfigurationBinder
source generator and the update has nothing to do with ComInterfaceGenerator
or any other generator
We should try a before/after PR with a local run of the failing test. I don't recall seeing this failure before.
removing blocking-clean-ci has it has not failed in 30 days.
24-Hour Hit Count | 7-Day Hit Count | 1-Month Count |
---|---|---|
0 | 0 | 0 |
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=405797 Build error leg or test failing: ComInterfaceGenerator.Unit.Tests.WorkItemExecution Pull request: https://github.com/dotnet/runtime/pull/91961
Error Message
Fill the error message using step by step known issues guidance.
From log:
Known issue validation
Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=405797 Error message validated:
at System.Linq.Enumerable:Where
Result validation: :white_check_mark: Known issue matched with the provided build. Validation performed at: 9/14/2023 8:29:29 PM UTCReport
Summary