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

PGO: libraries test failure on x64 linux #59973

Closed
AndyAyersMS opened this issue Oct 4, 2021 · 4 comments
Closed

PGO: libraries test failure on x64 linux #59973

AndyAyersMS opened this issue Oct 4, 2021 · 4 comments
Assignees
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone

Comments

@AndyAyersMS
Copy link
Member

One more failure I see every so often:

COMPlus_ReadyToRun=0
COMPlus_TC_QuickJitForLoops=1
COMPlus_TieredCompilation=1
COMPlus_DbgMiniDumpName=/home/helixbot/dotnetbuild/dumps/coredump.%d.dmp
COMPlus_TieredPGO=1
COMPlus_DbgEnableMiniDump=1

dotnet exec --runtimeconfig System.IO.Pipelines.Tests.runtimeconfig.json --depsfile System.IO.Pipelines.Tests.deps.json xunit.console.dll System.IO.Pipelines.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing 
popd
===========================================================================================================
/datadisks/disk1/work/A57408E1/w/A14408BC/e /datadisks/disk1/work/A57408E1/w/A14408BC/e
  Discovering: System.IO.Pipelines.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.IO.Pipelines.Tests (found 388 of 393 test cases)
  Starting:    System.IO.Pipelines.Tests (parallel test collections = on, max threads = 2)
    System.IO.Pipelines.Tests.PipelineReaderWriterFacts.ReadAsync_ThrowsIfWriterCompletedWithException [FAIL]
      The collection was expected to contain a single element, but it was empty.
      Stack Trace:
        /_/src/libraries/System.IO.Pipelines/tests/PipeReaderWriterFacts.cs(232,0): at System.IO.Pipelines.Tests.PipelineReaderWriterFacts.ReadAsync_ThrowsIfWriterCompletedWithException()
        --- End of stack trace from previous location 
@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Oct 4, 2021
@AndyAyersMS AndyAyersMS added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Oct 4, 2021
@ghost
Copy link

ghost commented Oct 4, 2021

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

Issue Details

One more failure I see every so often:

COMPlus_ReadyToRun=0
COMPlus_TC_QuickJitForLoops=1
COMPlus_TieredCompilation=1
COMPlus_DbgMiniDumpName=/home/helixbot/dotnetbuild/dumps/coredump.%d.dmp
COMPlus_TieredPGO=1
COMPlus_DbgEnableMiniDump=1

dotnet exec --runtimeconfig System.IO.Pipelines.Tests.runtimeconfig.json --depsfile System.IO.Pipelines.Tests.deps.json xunit.console.dll System.IO.Pipelines.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing 
popd
===========================================================================================================
/datadisks/disk1/work/A57408E1/w/A14408BC/e /datadisks/disk1/work/A57408E1/w/A14408BC/e
  Discovering: System.IO.Pipelines.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.IO.Pipelines.Tests (found 388 of 393 test cases)
  Starting:    System.IO.Pipelines.Tests (parallel test collections = on, max threads = 2)
    System.IO.Pipelines.Tests.PipelineReaderWriterFacts.ReadAsync_ThrowsIfWriterCompletedWithException [FAIL]
      The collection was expected to contain a single element, but it was empty.
      Stack Trace:
        /_/src/libraries/System.IO.Pipelines/tests/PipeReaderWriterFacts.cs(232,0): at System.IO.Pipelines.Tests.PipelineReaderWriterFacts.ReadAsync_ThrowsIfWriterCompletedWithException()
        --- End of stack trace from previous location 
Author: AndyAyersMS
Assignees: -
Labels:

area-CodeGen-coreclr, untriaged

Milestone: -

@AndyAyersMS AndyAyersMS removed the untriaged New issue has not been triaged by the area owner label Oct 4, 2021
@AndyAyersMS AndyAyersMS added this to the 7.0.0 milestone Oct 4, 2021
@AndyAyersMS
Copy link
Member Author

cc @EgorBo

@AndyAyersMS
Copy link
Member Author

This no longer happens and we're monitoring libraries-pgo more closely now. So closing.

@ghost ghost locked as resolved and limited conversation to collaborators Jul 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
Archived in project
Development

No branches or pull requests

2 participants