dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.04k stars 4.68k forks source link

System.Data.Common.Tests Assert failure on Linx x64 CI test run #108070

Open buyaa-n opened 1 week ago

buyaa-n commented 1 week ago

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=813631 Build error leg or test failing: System.Data.Common.Tests.WorkItemExecution Pull request: https://github.com/dotnet/runtime/pull/108043

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "Assertion failed '!\"Inconsistent profile data\"'",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

From log:

  Starting:    System.Data.Common.Tests (parallel test collections = on [2 threads], stop on fail = off)
    System.Data.SqlTypes.Tests.SqlStringSortingTest.SqlStringValidComparisonTest(cultureName: "ja-JP", localeId: 1041) [SKIP]
      PlatformDetection.IsIcuGlobalization and cultureName == ja-JP

Assert failure(PID 218855 [0x000356e7], Thread: 218867 [0x356f3]): Assertion failed '!"Inconsistent profile data"' in 'System.Data.BinaryNode:ResultType(int,int,ubyte,ubyte,int):int' during 'Recognize Switch' (IL size 304; hash 0xac12938f; Tier1)

    File: /__w/1/s/src/coreclr/jit/fgprofile.cpp:4842
    Image: /datadisks/disk1/work/BC5A0A88/p/dotnet

[createdump] Gathering state for process 218855 dotnet
[createdump] Crashing thread 356f3 signal 6 (0006)
[createdump] Writing crash report to file /home/helixbot/dotnetbuild/dumps/coredump.218855.dmp.crashreport.json
[createdump] Crash report successfully written
[createdump] Writing minidump with heap to file /home/helixbot/dotnetbuild/dumps/coredump.218855.dmp
[createdump] Written 287731712 bytes (70247 pages) to core file
[createdump] Target process is alive
[createdump] Dump successfully written in 609ms
waitpid() returned successfully (wstatus 00000000) WEXITSTATUS 0 WTERMSIG 0
./RunTests.sh: line 178: 218855 Aborted                 (core dumped) "$RUNTIME_PATH/dotnet" exec --runtimeconfig System.Data.Common.Tests.runtimeconfig.json --depsfile System.Data.Common.Tests.deps.json xunit.console.dll System.Data.Common.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing $RSP_FILE
/datadisks/disk1/work/BC5A0A88/w/C14C0A1D/e

Known issue validation

Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=813631 Error message validated: [Assertion failed '!"Inconsistent profile data"'] Result validation: :white_check_mark: Known issue matched with the provided build. Validation performed at: 9/20/2024 4:29:45 PM UTC

Report

Build Definition Test Pull Request
816588 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#107648
814128 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#108062
813673 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#107639
813631 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#108043

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 1 4
dotnet-policy-service[bot] commented 1 week ago

Tagging subscribers to this area: @roji, @ajcvickers See info in area-owners.md if you want to be subscribed.