Failure Details
- Pipeline: runtime-coreclr crossgen2-composite
- Build: 1354390
- Configuration: osx x64, windows x86 / checked (Composite mode, non-LargeVersionBubble)
- Error Category: test-failure
Scope of Failure
9 out of 18 jobs failed in the crossgen2-composite pipeline. Beyond the known TypeMap/Interop failures (dotnet/runtime#125941) and Composite_LargeVersionBubble failures (#16), the following work items fail in standard Composite mode:
| Job |
Failed Work Items (excluding known Interop) |
| Composite osx x64 checked |
Regression_NoOptimize_d, Regression_ro_2 |
| Composite windows x86 checked |
jit64_3 |
| Composite windows x64 checked |
(Helix details truncated) |
| Composite linux x64 checked |
(Helix details truncated) |
Error Output
Error details
Helix console logs are not accessible without authentication.
Representative Helix references:
https://helix.dot.net/api/2019-06-17/jobs/8f766be1-8cfc-4ca8-b84a-136c76f6bdae/workitems/Regression_NoOptimize_d/console
https://helix.dot.net/api/2019-06-17/jobs/8f766be1-8cfc-4ca8-b84a-136c76f6bdae/workitems/Regression_ro_2/console
https://helix.dot.net/api/2019-06-17/jobs/8f766be1-8cfc-4ca8-b84a-136c76f6bdae/workitems/jit64_3/console
https://helix.dot.net/api/2019-06-17/jobs/eafad6db-2df7-4ca6-8760-bc511d8ec734/workitems/jit64_3/console
Analysis
The jit64_3 work item fails on both osx x64 and windows x86 Composite mode. Regression_NoOptimize_d and Regression_ro_2 fail on osx x64 Composite mode. These are standard (non-LargeVersionBubble) composite test runs, suggesting the regression affects both LVB and standard composite modes.
This may be related to #16 (Composite_LargeVersionBubble failures) and #12 (R2R_CG2 failures), potentially sharing a common crossgen2 codegen root cause.
Recommended Action
This failure requires deeper investigation:
- Examine Helix logs (requires auth) for specific test-level failures in jit64_3 and Regression work items
- Check if the same tests pass in non-composite R2R mode (R2R_CG2) — if they do, the issue is composite-specific
- Look for recent changes to composite image generation in crossgen2
- Coordinate with
#16 and #12 investigations
Failure Details
Scope of Failure
9 out of 18 jobs failed in the crossgen2-composite pipeline. Beyond the known TypeMap/Interop failures (
dotnet/runtime#125941) and Composite_LargeVersionBubble failures (#16), the following work items fail in standard Composite mode:Error Output
Error details
Helix console logs are not accessible without authentication.
Representative Helix references:
https://helix.dot.net/api/2019-06-17/jobs/8f766be1-8cfc-4ca8-b84a-136c76f6bdae/workitems/Regression_NoOptimize_d/consolehttps://helix.dot.net/api/2019-06-17/jobs/8f766be1-8cfc-4ca8-b84a-136c76f6bdae/workitems/Regression_ro_2/consolehttps://helix.dot.net/api/2019-06-17/jobs/8f766be1-8cfc-4ca8-b84a-136c76f6bdae/workitems/jit64_3/consolehttps://helix.dot.net/api/2019-06-17/jobs/eafad6db-2df7-4ca6-8760-bc511d8ec734/workitems/jit64_3/consoleAnalysis
The
jit64_3work item fails on both osx x64 and windows x86 Composite mode.Regression_NoOptimize_dandRegression_ro_2fail on osx x64 Composite mode. These are standard (non-LargeVersionBubble) composite test runs, suggesting the regression affects both LVB and standard composite modes.This may be related to
#16(Composite_LargeVersionBubble failures) and#12(R2R_CG2 failures), potentially sharing a common crossgen2 codegen root cause.Recommended Action
This failure requires deeper investigation:
#16and#12investigations