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

JIT: Switch SwiftSelf<T> position requirement to last #108547

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

JIT: Switch `SwiftSelf<T>` position requirement to last

4e07ee5
Select commit
Loading
Failed to load commit list.
Draft

JIT: Switch SwiftSelf<T> position requirement to last #108547

JIT: Switch `SwiftSelf<T>` position requirement to last
4e07ee5
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Oct 4, 2024 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

⚠️ The following pipeline(s) will not be analyzed as has been explicited excluded from analysis

Known Infrastructure Errors

Known test errors

Test Failures (2 tests failed)

🔹 [All failing tests from runtime]

    chrome-DebuggerTests.BreakpointTests.WorkItemExecution [Console] [Details] [Artifacts] [10.28% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
    This is a helix work item crash with status: DeadLetter. To investigate look the [Console log] / navigate to [Helix Artifacts]

    Failing Configuration

    Interop/Swift/SwiftSelfContext/SwiftSelfContext/SwiftSelfContext.cmd [Console] [Details] [Artifacts] [0.01% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    =================================================================
    	External Debugger Dump:
    =================================================================
    /private/tmp/helix/working/A0C4086A/w/AA3B08B6/e/Interop/Interop/../Swift/SwiftSelfContext/SwiftSelfContext/SwiftSelfContext.sh: line 463:  8814 Abort trap: 6           (core dumped) $LAUNCHER $ExePath "${CLRTestExecutionArguments[@]}"
    

    Return code: 1
    Raw output file: /tmp/helix/working/A0C4086A/w/AA3B08B6/uploads/Swift/SwiftSelfContext/SwiftSelfContext/output.txt
    Raw output:
    BEGIN EXECUTION
    /tmp/helix/working/A0C4086A/p/corerun -p System.Reflection.Metadata.MetadataUpdater.IsSupported=false -p System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization=true SwiftSelfContext.dll ''

    =================================================================
    Native Crash Reporting

    Got a SIGSEGV while executing native code. This usually indicates
    a fatal error in the mono runtime or one of the native libraries
    used by your application.

    =================================================================
    Native stacktrace:

    0x106e7eaff - /private/tmp/helix/working/A0C4086A/p/libcoreclr.dylib : mono&#95;dump&#95;native&#95;crash&#95;info
    0x106e1af4e - /private/tmp/helix/working/A0C4086A/p/libcoreclr.dylib : mono&#95;handle&#95;native&#95;crash
    0x106d6a9bf - /private/tmp/helix/working/A0C4086A/p/libcoreclr.dylib : mono&#95;sigsegv&#95;signal&#95;handler&#95;debug
    0x7ff819991dfd - /usr/lib/system/libsystem&#95;platform.dylib : &#95;sigtramp
    0x0 - Unknown
    0x106fd0cc8 - /private/tmp/helix/working/A0C4086A/p/libcoreclr.dylib : mono&#95;runtime&#95;invoke&#95;checked
    0x106fd878b - /private/tmp/helix/working/A0C4086A/p/libcoreclr.dylib : mono&#95;runtime&#95;exec&#95;main&#95;checked
    0x106dcf6e2 - /private/tmp/helix/working/A0C4086A/p/libcoreclr.dylib : mono&#95;jit&#95;exec
    0x106dd2cbc - /private/tmp/helix/working/A0C4086A/p/libcoreclr.dylib : mono&#95;main
    0x106e57f7d - /private/tmp/helix/working/A0C4086A/p/libcoreclr.dylib : monovm&#95;execute&#95;assembly
    0x1067e871f - /private/tmp/helix/working/A0C4086A/p/corerun : &#95;ZL3runRK13configuration
    0x1067e4aa2 - /private/tmp/helix/working/A0C4086A/p/corerun : main
    0x10a04c52e - Unknown
    

    =================================================================
    Basic Fault Address Reporting

    Memory around native instruction pointer (0x106d6d800):0x106d6d7f0 04 00 00 49 8b 45 00 48 85 c0 0f 84 be 04 00 00 ...I.E.H........
    0x106d6d800 c7 80 88 00 00 00 01 00 00 00 49 8b 75 00 4c 89 ..........I.u.L.
    0x106d6d810 e7 e8 ea cd 1d 00 48 8b 05 63 48 37 00 48 8b 00 ......H..cH7.H..
    0x106d6d820 48 3b 45 d0 0f 84 a8 04 00 00 e9 fd 03 00 00 48 H;E............H

    =================================================================
    Managed Stacktrace:

    =================================================================
    Expected: 100
    Actual: 134
    END EXECUTION - FAILED
    Test failed. Trying to see if dump file was created in /cores since 10/4/2024 12:46:15 PM
    Test Harness Exitcode is : 1
    To run the test:
    Set up CORE_ROOT and run.
    > /private/tmp/helix/working/A0C4086A/w/AA3B08B6/e/Interop/Interop/../Swift/SwiftSelfContext/SwiftSelfContext/SwiftSelfContext.sh

    CallStack
       at Xunit.Assert.True(Nullable`1 condition, String userMessage) in /_/src/Microsoft.DotNet.XUnitAssert/src/BooleanAsserts.cs:line 147
       at Xunit.Assert.True(Boolean condition, String userMessage) in /_/src/Microsoft.DotNet.XUnitAssert/src/BooleanAsserts.cs:line 128
       at TestLibrary.OutOfProcessTest.RunOutOfProcessTest(String assemblyPath, String testPathPrefix)
       at Program.<<Main>$>g__TestExecutor77|25_78(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass25_0& )

Was this helpful? Yes No