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

Improve SpanHelpers.ClearWithReferences for arm64 #93346

Closed
wants to merge 6 commits into from

Merge branch 'main' of github.com:dotnet/runtime into opt-clear-with-ref

6063af6
Select commit
Loading
Failed to load commit list.
Closed

Improve SpanHelpers.ClearWithReferences for arm64 #93346

Merge branch 'main' of github.com:dotnet/runtime into opt-clear-with-ref
6063af6
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime succeeded Oct 13, 2023 in 1h 13m 33s

Build #20231013.59 had test failures

Details

Tests

  • Failed: 2 (0.00%)
  • Passed: 3,527,588 (98.25%)
  • Other: 62,772 (1.75%)
  • Total: 3,590,362

Annotations

Check failure on line 1 in BasicEventSourceTests.TestsManifestGeneration.Test_EventSource_EtwManifestGenerationRollover

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

BasicEventSourceTests.TestsManifestGeneration.Test_EventSource_EtwManifestGenerationRollover

Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Half-way through waiting for remote process.
Memory load: 16

Image Name                     PID Services                                    
========================= ======== ============================================
svchost.exe                    768 BrokerInfrastructure, DcomLaunch, LSM,      
                                   PlugPlay, Power, SystemEventsBroker         
svchost.exe                    828 RpcEptMapper, RpcSs                         
svchost.exe                    940 TermService                                 
svchost.exe                    948 Appinfo, CertPropSvc, DsmSvc, gpsvc,        
                                   iphlpsvc, lfsvc, ProfSvc, sacsvr, Schedule, 
                                   SENS, SessionEnv, ShellHWDetection, Themes, 
                                   UserManager, Winmgmt, WpnService, wuauserv  
svchost.exe                   1012 Dhcp, EventLog, lmhosts, TimeBrokerSvc,     
                                   vmictimesync                                
svchost.exe                    540 NcbService, PcaSvc, TrkWks, UALSVC,         
                                   UmRdpService, vmickvpexchange,              
                                   vmicshutdown, WdiSystemHost                 
svchost.exe                   1072 BFE, CoreMessagingRegistrar, DPS, MpsSvc,   
                                   pla                                         
svchost.exe                   1080 CDPSvc, EventSystem, FontCache, netprofm,   
                                   nsi, W32Time, WinHttpAutoProxySvc           
svchost.exe                   1156 vmicheartbeat                               
svchost.exe                   1452 CryptSvc, Dnscache, LanmanWorkstation,      
                                   NlaSvc, WinRM                               
svchost.exe                   1484 Wcmsvc                                      
svchost.exe                   1492 AppHostSvc                                  
svchost.exe                   1540 StateRepository, tiledatamodelsvc           
svchost.exe                   2080 DiagTrack                                   
svchost.exe                   2120 LanmanServer                                
svchost.exe                   2180 W3SVC, WAS                                  
svchost.exe                   3368 CDPUserSvc_50184, OneSyncSvc_50184          
svchost.exe                   2892 AppReadiness                                
Timed out at 10/13/2023 4:57:31 PM after 60000ms waiting for remote process.
Wrote mini dump to: C:\h\w\A95C08C7\w\AE8B0954\uploads\3692.yvuxbejb.uek.dmp
	Process ID: 3692
	Handle: 948
	Name: dotnet
	MainModule: C:\h\w\A95C08C7\p\dotnet.exe
	StartTime: 10/13/2023 4:56:31 PM
	TotalProcessorTime: 00:00:07.8125000
	Threads:
		Thread #1 (OS 0xD98)   [MTA]
			[HelperMethodFrame] (System.Threading.Thread.SleepInternal)
			System.Threading.Thread.Sleep(Int32)
			BasicEventSourceTests.TestsManifestGeneration.<Test_EventSource_EtwManifestGenerationRollover>b__3_0()
			[HelperMethodFrame_PROTECTOBJ] (System.RuntimeMethodHandle.InvokeMethod)
			System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(System.Object, IntPtr*)
			System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(System.Object, System.Reflection.BindingFlags)
			System.Reflection.RuntimeMethodInfo.Invoke(System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo)
			System.Reflection.MethodBase.Invoke(System.Object, System.Object[])
			Microsoft.DotNet.RemoteExecutor.Program.Main(System.String[])
		Thread #2 (OS 0xD24) [Finalizer] [Background] 
			[DebuggerU2MCatchHandlerFrame]
Raw output
   at Microsoft.DotNet.RemoteExecutor.RemoteInvokeHandle.Dispose(Boolean disposing) in /_/src/Microsoft.DotNet.RemoteExecutor/src/RemoteInvokeHandle.cs:line 225
   at Microsoft.DotNet.RemoteExecutor.RemoteInvokeHandle.Dispose() in /_/src/Microsoft.DotNet.RemoteExecutor/src/RemoteInvokeHandle.cs:line 55
   at BasicEventSourceTests.TestsManifestGeneration.Test_EventSource_EtwManifestGenerationRollover() in /_/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsManifestGeneration.Etw.cs:line 81
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 48

Check failure on line 1 in BasicEventSourceTests.TestsManifestGeneration.Test_EventSource_EtwManifestGeneration

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

BasicEventSourceTests.TestsManifestGeneration.Test_EventSource_EtwManifestGeneration

Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Remote process failed with an unhandled exception.
Raw output
Child exception:
  Xunit.Sdk.TrueException: Assert.True() Failure
Expected: True
Actual:   False
   at BasicEventSourceTests.TestsManifestGeneration.<Test_EventSource_EtwManifestGeneration>b__2_0() in /_/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsManifestGeneration.Etw.cs:line 73
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs:line 36
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57

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