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

Test failure: BasicEventSourceTests.TestsManifestGeneration.Test_EventSource_EtwManifestGenerationRollover #41954

Closed
v-haren opened this issue Sep 8, 2020 · 7 comments · Fixed by #46928
Assignees
Labels
area-System.Diagnostics.Tracing JitStress CLR JIT issues involving JIT internal stress modes
Milestone

Comments

@v-haren
Copy link

v-haren commented Sep 8, 2020

failed in job: runtime-coreclr libraries-jitstress 20200907.1

net5.0-Windows_NT-Release-x86-CoreCLR_checked-zapdisable-Windows.10.Amd64.Open

Error message

Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Remote process failed with an unhandled exception.


Stack trace

Child exception:
  Xunit.Sdk.TrueException: Assert.True() Failure
Expected: True
Actual:   False
   at BasicEventSourceTests.TestsManifestGeneration.<Test_EventSource_EtwManifestGenerationRollover>b__6_0() in /_/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsManifestGeneration.Etw.cs:line 97

Child process:
  System.Diagnostics.Tracing.Tests, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 BasicEventSourceTests.TestsManifestGeneration Void <Test_EventSource_EtwManifestGenerationRollover>b__6_0()
@v-haren v-haren added the JitStress CLR JIT issues involving JIT internal stress modes label Sep 8, 2020
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added area-System.Diagnostics.Tracing untriaged New issue has not been triaged by the area owner labels Sep 8, 2020
@ghost
Copy link

ghost commented Sep 8, 2020

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

@tarekgh
Copy link
Member

tarekgh commented Sep 8, 2020

CC @noahfalk

@tommcdon tommcdon added this to the 6.0.0 milestone Sep 9, 2020
@tommcdon tommcdon removed the untriaged New issue has not been triaged by the area owner label Sep 9, 2020
@tommcdon
Copy link
Member

tommcdon commented Sep 9, 2020

@josalem @sywhang

@v-haren
Copy link
Author

v-haren commented Sep 16, 2020

failed again in job: runtime-coreclr libraries-jitstress 20200915.1

failed test: BasicEventSourceTests.TestsManifestGeneration.Test_EventSource_EtwManifestGeneration

net5.0-Windows_NT-Release-x86-CoreCLR_checked-zapdisable-Windows.10.Amd64.Open

Error message

Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Remote process failed with an unhandled exception.


Stack trace

Child exception:
  Xunit.Sdk.TrueException: Assert.True() Failure
Expected: True
Actual:   False
   at BasicEventSourceTests.TestsManifestGeneration.<Test_EventSource_EtwManifestGeneration>b__5_0() in /_/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsManifestGeneration.Etw.cs:line 58

Child process:
  System.Diagnostics.Tracing.Tests, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 BasicEventSourceTests.TestsManifestGeneration Void <Test_EventSource_EtwManifestGeneration>b__5_0()

@v-haren
Copy link
Author

v-haren commented Oct 30, 2020

failed again in job: runtime-coreclr libraries-jitstress 20201029.1

failed test: BasicEventSourceTests.TestNotSupported.TestBasicOperations_IsSupported_False

net6.0-Windows_NT-Release-x86-CoreCLR_checked-no_tiered_compilation-Windows.10.Amd64.Open

Error message

Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Remote process failed with an unhandled exception.


Stack trace

Child exception:
  Xunit.Sdk.EmptyException: Assert.Empty() Failure
Collection: [EventSource(Microsoft-Windows-DotNETRuntime, 5e5bb766-bbfc-5662-0548-1d44fad9bb56), EventSource(System.Runtime, 49592c0f-5a05-516d-aa4b-a64e02026c89), EventSource(System.Diagnostics.Eventing.FrameworkEventSource, 8e9f5090-2d75-4d03-8a81-e5afbf85daf1), EventSource(Microsoft-Windows-DotNETRuntime, e13c0d23-ccbc-4e12-931b-d9cc2eee27e4), EventSource(EventSourceTest, 69e2aa3e-083b-5014-cad4-3e511a0b94cf)]
   at BasicEventSourceTests.TestNotSupported.<>c.<TestBasicOperations_IsSupported_False>b__0_0() in /_/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestNotSupported.cs:line 35

Child process:
  System.Diagnostics.Tracing.Tests, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 BasicEventSourceTests.TestNotSupported+<>c Void <TestBasicOperations_IsSupported_False>b__0_0()

@tarekgh
Copy link
Member

tarekgh commented Nov 17, 2020

Looks happening here too https://dev.azure.com/dnceng/public/_build/results?buildId=889393&view=logs&j=d5c01a48-52b8-51d9-fe3a-6804ba4b63f8&t=215202f9-e149-511e-645c-558c2532aa74&l=93

C:\h\w\B406097F\w\ADD90937\e>"C:\h\w\B406097F\p\dotnet.exe" exec --runtimeconfig System.Diagnostics.Tracing.Tests.runtimeconfig.json --depsfile System.Diagnostics.Tracing.Tests.deps.json xunit.console.dll System.Diagnostics.Tracing.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing  
  Discovering: System.Diagnostics.Tracing.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Diagnostics.Tracing.Tests (found 39 of 43 test cases)
  Starting:    System.Diagnostics.Tracing.Tests (parallel test collections = on, max threads = 2)

Unhandled Exception:
Xunit.Sdk.TrueException: Assert.True() Failure

Expected: True

Actual:   False

   at Xunit.Assert.True(Nullable`1 condition, String userMessage) in C:\Dev\xunit\xunit\src\xunit.assert\Asserts\BooleanAsserts.cs:line 96

   at Xunit.Assert.True(Boolean condition) in C:\Dev\xunit\xunit\src\xunit.assert\Asserts\BooleanAsserts.cs:line 62

   at BasicEventSourceTests.TestsManifestGeneration.<Test_EventSource_EtwManifestGeneration>b__5_0() in /_/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsManifestGeneration.Etw.cs:line 60

   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) in /_/src/mono/netcore/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs:line 384

--- End of stack trace from previous location ---

   at Microsoft.DotNet.RemoteExecutor.Program.Main(String[] args) in /_/src/Microsoft.DotNet.RemoteExecutor/src/Program.cs:line 94
[ERROR] FATAL UNHANDLED EXCEPTION: Xunit.Sdk.TrueException: Assert.True() Failure

Expected: True

Actual:   False

   at Xunit.Assert.True(Nullable`1 condition, String userMessage) in C:\Dev\xunit\xunit\src\xunit.assert\Asserts\BooleanAsserts.cs:line 96

   at Xunit.Assert.True(Boolean condition) in C:\Dev\xunit\xunit\src\xunit.assert\Asserts\BooleanAsserts.cs:line 62

   at BasicEventSourceTests.TestsManifestGeneration.<Test_EventSource_EtwManifestGeneration>b__5_0() in /_/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsManifestGeneration.Etw.cs:line 60

   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) in /_/src/mono/netcore/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs:line 384

--- End of stack trace from previous location ---

   at Microsoft.DotNet.RemoteExecutor.Program.Main(String[] args) in /_/src/Microsoft.DotNet.RemoteExecutor/src/Program.cs:line 94
    BasicEventSourceTests.TestsManifestGeneration.Test_EventSource_EtwManifestGeneration [FAIL]
      Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Remote process failed with an unhandled exception.
      Stack Trace:
        
        Child exception:
          Xunit.Sdk.TrueException: Assert.True() Failure
        Expected: True
        Actual:   False
        /_/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsManifestGeneration.Etw.cs(60,0): at BasicEventSourceTests.TestsManifestGeneration.<Test_EventSource_EtwManifestGeneration>b__5_0()
        /_/src/mono/netcore/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs(384,0): at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
        
        Child process:
          System.Diagnostics.Tracing.Tests, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 BasicEventSourceTests.TestsManifestGeneration Void <Test_EventSource_EtwManifestGeneration>b__5_0()
        
        
  Finished:    System.Diagnostics.Tracing.Tests

@VincentBu
Copy link
Contributor

Failed again in job runtime-coreclr libraries-jitstress 20210111.1

Failed test : BasicEventSourceTests.TestsManifestGeneration.Test_EventSource_EtwManifestGenerationRollover

net6.0-windows-Release-x86-CoreCLR_checked-jitminopts-Windows.10.Amd64.Open

Error message:

Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Remote process failed with an unhandled exception.


Stack trace

Child exception:
  Xunit.Sdk.TrueException: Assert.True() Failure
Expected: True
Actual:   False
   at BasicEventSourceTests.TestsManifestGeneration.<Test_EventSource_EtwManifestGenerationRollover>b__6_0() in /_/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsManifestGeneration.Etw.cs:line 109

Child process:
  System.Diagnostics.Tracing.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 BasicEventSourceTests.TestsManifestGeneration Void <Test_EventSource_EtwManifestGenerationRollover>b__6_0()

@sywhang sywhang assigned sywhang and unassigned josalem Jan 13, 2021
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Jan 13, 2021
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Jan 14, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Feb 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Diagnostics.Tracing JitStress CLR JIT issues involving JIT internal stress modes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants