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

DataContractSerializerTests.DCS_MyPersonSurrogate_Stress failing in CI #35066

Open
jaredpar opened this issue Apr 16, 2020 · 5 comments
Open
Assignees
Labels
area-Serialization blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab untriaged New issue has not been triaged by the area owner

Comments

@jaredpar
Copy link
Member

jaredpar commented Apr 16, 2020

Console Log Summary

~/work/A7D90984/w/A7A60959/e ~/work/A7D90984/w/A7A60959/e
  Discovering: System.Runtime.Serialization.Xml.ReflectionOnly.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Runtime.Serialization.Xml.ReflectionOnly.Tests (found 238 test cases)
  Starting:    System.Runtime.Serialization.Xml.ReflectionOnly.Tests (parallel test collections = on, max threads = 2)
    DataContractSerializerTests.DCS_MyPersonSurrogate_Stress [FAIL]
      Assert.Equal() Failure
      Expected: Person[Name=name,Age=30]
      Actual:   Person[Name=name,Age=30]
      Stack Trace:
        /_/src/libraries/System.Runtime.Serialization.Xml/tests/DataContractSerializerStressTests.cs(62,0): at DataContractSerializerTests.DCS_MyPersonSurrogate_Stress()
        /_/src/mono/netcore/System.Private.CoreLib/src/

Error Message

Fill the error message using known issues guidance.

{
  "ErrorMessage": "DCS_MyPersonSurrogate_Stress",
  "BuildRetry": false
}

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0

Known issue validation

Build: 🔎
Result validation: ⚠️ Validation could not be done without an Azure DevOps build URL on the issue. Please add it to the "Build: 🔎" line.

@jaredpar jaredpar added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' intermittent labels Apr 16, 2020
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added area-Serialization untriaged New issue has not been triaged by the area owner labels Apr 16, 2020
@ViktorHofer
Copy link
Member

cc @StephenMolloy @HongGit

@HongGit HongGit removed the untriaged New issue has not been triaged by the area owner label Jun 25, 2020
@HongGit HongGit assigned HongGit and StephenMolloy and unassigned HongGit Jun 25, 2020
@HongGit HongGit added this to the 5.0.0 milestone Jun 25, 2020
@HongGit HongGit modified the milestones: 5.0.0, 6.0.0 Sep 2, 2020
@jaredpar
Copy link
Member Author

jaredpar commented Oct 6, 2020

Closing as no recent failures in last 14 days.

@jaredpar jaredpar closed this as completed Oct 6, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 9, 2020
@jkotas
Copy link
Member

jkotas commented Jan 14, 2023

This seems to be failing intermittently like once a month.

Failed in #80613 on checked coreclr linux_musl arm Release.

Log https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-80613-merge-5a2bc06253a74de28b/System.Runtime.Serialization.Xml.Tests/1/console.1737b439.log?helixlogtype=result

  DataContractSerializerTests.DCS_MyPersonSurrogate_Stress [FAIL]
      Assert.Equal() Failure
      Expected: Person[Name=name,Age=30]
      Actual:   Person[Name=name,Age=30]
      Stack Trace:
        /_/src/libraries/System.Runtime.Serialization.Xml/tests/DataContractSerializerStressTests.cs(62,0): at DataContractSerializerTests.DCS_MyPersonSurrogate_Stress()
           at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
        /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodInvoker.cs(59,0): at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)

@carlossanlop
Copy link
Member

Hit this again today in this 7.0 PR: #90247

@karelz karelz removed this from the 6.0.0 milestone Sep 15, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Sep 15, 2023
@carlossanlop
Copy link
Member

Here's a fresh failure in the 8.0 branch:

Output (expand)
Console log: 'System.Runtime.Serialization.Xml.Tests' from job 506395e5-1b93-4df2-970c-465117997444 workitem 759d9f47-9ee8-4a02-9910-a10d16659da4 (windows.10.amd64.open.svc) executed on machine a003VO1 running Windows-10-10.0.14393-SP0

C:\h\w\9B15083A\w\A64908F7\e>taskkill.exe /f /im corerun.exe 
ERROR: The process "corerun.exe" not found.

C:\h\w\9B15083A\w\A64908F7\e>call RunTests.cmd --runtime-path C:\h\w\9B15083A\p 
----- start Thu 10/05/2023  1:29:02.56 ===============  To repro directly: =====================================================
pushd C:\h\w\9B15083A\w\A64908F7\e\
"C:\h\w\9B15083A\p\dotnet.exe" exec --runtimeconfig System.Runtime.Serialization.Xml.Tests.runtimeconfig.json --depsfile System.Runtime.Serialization.Xml.Tests.deps.json xunit.console.dll System.Runtime.Serialization.Xml.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing 
popd
===========================================================================================================

C:\h\w\9B15083A\w\A64908F7\e>"C:\h\w\9B15083A\p\dotnet.exe" exec --runtimeconfig System.Runtime.Serialization.Xml.Tests.runtimeconfig.json --depsfile System.Runtime.Serialization.Xml.Tests.deps.json xunit.console.dll System.Runtime.Serialization.Xml.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing  
  Discovering: System.Runtime.Serialization.Xml.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Runtime.Serialization.Xml.Tests (found 281 of 282 test cases)
  Starting:    System.Runtime.Serialization.Xml.Tests (parallel test collections = on, max threads = 4)
    DataContractSerializerTests.DCS_MyPersonSurrogate_Stress [FAIL]
      Assert.Equal() Failure
      Expected: Person[Name=name,Age=30]
      Actual:   Person[Name=name,Age=30]
      Stack Trace:
        /_/src/libraries/System.Runtime.Serialization.Xml/tests/DataContractSerializerStressTests.cs(62,0): at DataContractSerializerTests.DCS_MyPersonSurrogate_Stress()
           at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
        /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs(36,0): at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
        /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs(57,0): at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
  Finished:    System.Runtime.Serialization.Xml.Tests
=== TEST EXECUTION SUMMARY ===
   System.Runtime.Serialization.Xml.Tests  Total: 343, Errors: 0, Failed: 1, Skipped: 0, Time: 34.110s
----- end Thu 10/05/2023  1:29:52.67 ----- exit code 1 ----------------------------------------------------------
2023-10-05T01:29:54.239Z	INFO   	run.py	run(48)	main	Beginning reading of test results.
2023-10-05T01:29:54.239Z	INFO   	run.py	__init__(42)	read_results	Searching 'C:\h\w\9B15083A\w\A64908F7\e' for test results files
2023-10-05T01:29:54.239Z	INFO   	run.py	__init__(48)	read_results	Found results file C:\h\w\9B15083A\w\A64908F7\e\testResults.xml with format xunit
2023-10-05T01:29:54.254Z	INFO   	run.py	__init__(42)	read_results	Searching 'C:\h\w\9B15083A\w\A64908F7\uploads' for test results files
2023-10-05T01:29:54.254Z	INFO   	run.py	packing_test_reporter(30)	report_results	Packing 343 test reports to 'C:\h\w\9B15083A\w\A64908F7\e\__test_report.json'
2023-10-05T01:29:54.254Z	INFO   	run.py	packing_test_reporter(33)	report_results	Packed 92186 bytes
ERROR: The process "corerun.exe" not found.
Did not find dumps, skipping dump docs generation.
['System.Runtime.Serialization.Xml.Tests' END OF WORK ITEM LOG: Command exited with 0]

@dotnet dotnet unlocked this conversation Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Serialization blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

8 participants