Skip to content

Conversation

@lewing
Copy link
Member

@lewing lewing commented Jul 31, 2021

No description provided.

@ghost ghost added the area-System.Xml label Jul 31, 2021
@ghost
Copy link

ghost commented Jul 31, 2021

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

Issue Details
Author: lewing
Assignees: -
Labels:

area-System.Xml

Milestone: -

@lewing lewing requested review from radical and thaystg July 31, 2021 21:12
@lewing
Copy link
Member Author

lewing commented Jul 31, 2021

runtime (Libraries Test Run release coreclr windows x86 Debug) looks odd

Console log: 'System.Threading.Tasks.Tests' from job 4636d40e-70de-46ce-b151-491d7a15fa44 workitem dff23ceb-f62b-4c42-953e-1cf1bce7931d (windows.7.amd64.open.rt) executed on machine a0012L5

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

C:\h\w\A874093F\w\C1DF0A34\e>call RunTests.cmd --runtime-path C:\h\w\A874093F\p 
----- start Sat 07/31/2021 21:17:38.81 ===============  To repro directly: ===================================================== 
pushd C:\h\w\A874093F\w\C1DF0A34\e\
"C:\h\w\A874093F\p\dotnet.exe" exec --runtimeconfig System.Threading.Tasks.Tests.runtimeconfig.json --depsfile System.Threading.Tasks.Tests.deps.json xunit.console.dll System.Threading.Tasks.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing 
popd
===========================================================================================================

C:\h\w\A874093F\w\C1DF0A34\e>"C:\h\w\A874093F\p\dotnet.exe" exec --runtimeconfig System.Threading.Tasks.Tests.runtimeconfig.json --depsfile System.Threading.Tasks.Tests.deps.json xunit.console.dll System.Threading.Tasks.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing  
  Discovering: System.Threading.Tasks.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Threading.Tasks.Tests (found 574 of 752 test cases)
  Starting:    System.Threading.Tasks.Tests (parallel test collections = on, max threads = 2)
    System.Threading.Tasks.Tests.TaskSchedulerTests.GetTaskSchedulersForDebugger_DebuggerAttached_ReturnsAllSchedulers [SKIP]
      Condition(s) not met: "DebuggerIsAttached"
    System.Threading.Tasks.Tests.TaskSchedulerTests.GetScheduledTasksForDebugger_DebuggerAttached_ReturnsTasksFromCustomSchedulers [SKIP]
      Condition(s) not met: "DebuggerIsAttached"
Process terminated. Look at the created dump
   at System.Environment.FailFast(System.String)
   at System.Threading.Tasks.Tests.AsyncTaskMethodBuilderTests+<AsyncMethodsDropsStateMachineAndExecutionContextUponCompletion>d__32.MoveNext()
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].ExecutionContextCallback(System.Object)
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(System.Threading.Thread, System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext(System.Threading.Thread)
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1+AsyncStateMachineBox`1[[System.Threading.Tasks.VoidTaskResult, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].ExecuteFromThreadPool(System.Threading.Thread)
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart()
   at System.Threading.Thread+StartHelper.RunWorker()
   at System.Threading.Thread+StartHelper.Run()
   at System.Threading.Thread.StartCallback()
----- end Sat 07/31/2021 21:17:57.78 ----- exit code -2146232797 ----------------------------------------------------------
 Sat 07/31/2021-21:17:57.79
 Sat 07/31/2021-21:17:58.06
2021-07-31 21:17:58,455: INFO: 2904: run(141): main: Main thread starting 10 workers
Searching 'C:\h\w\A874093F\w\C1DF0A34\e\..' for log files
Found log 'C:\h\w\A874093F\w\C1DF0A34\e\..\console.402da31a.log'
Uri 'https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-56673-merge-4636d40e70de46ceb1/System.Threading.Tasks.Tests/console.402da31a.log?sv=2019-07-07&se=2021-08-20T21%3A11%3A46Z&sr=c&sp=rl&sig=2QX7vQ2QKAkOwYAlmmpERrfQ9nGtMFdgf7%2FZQBzoqaE%3D'
Generated log list: console.402da31a.log:
  https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-56673-merge-4636d40e70de46ceb1/System.Threading.Tasks.Tests/console.402da31a.log?sv=2019-07-07&se=2021-08-20T21%3A11%3A46Z&sr=c&sp=rl&sig=2QX7vQ2QKAkOwYAlmmpERrfQ9nGtMFdgf7%2FZQBzoqaE%3D

Searching 'C:\h\w\A874093F\w\C1DF0A34\e' for test results files
Searching 'C:\h\w\A874093F\w\C1DF0A34\uploads' for test results files
No results file found in any of the following formats: xunit, junit, trx
 Sat 07/31/2021-21:18:03.47
read file: C:\h\w\A874093F\p\debug-dump-template.md
writing output file: C:\h\w\A874093F\w\C1DF0A34\uploads\how-to-debug-dump.md
done writing debug dump information

but definitely not related to the change.

@lewing lewing requested a review from steveisok July 31, 2021 22:06
@lewing
Copy link
Member Author

lewing commented Jul 31, 2021

@stephentoub the failure looks fairly similar to #30122

@stephentoub
Copy link
Member

the failure looks fairly similar to #30122

Ugh, yes, it annoyingly does 😦

@lewing lewing merged commit ea4a3b6 into dotnet:main Aug 1, 2021
@lewing lewing deleted the remove-active-51911 branch August 1, 2021 01:39
@ghost ghost locked as resolved and limited conversation to collaborators Aug 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

No open projects

Development

Successfully merging this pull request may close these issues.

3 participants