john_1726

Untitled

Aug 17th, 2021
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.92 KB | None | 0 0
  1. 2021.08.17 13:36:04.206 ERROR Could not load file or assembly 'Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter' or one of its dependencies. The system cannot find the file specified., reason: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter' or one of its dependencies. The system cannot find the file specified. File name: 'Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter' Server stack trace: at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection) at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) at System.Reflection.Assembly.Load(String assemblyString) at JetBrains.ReSharper.TestRunner.Adapters.MsTest.Discoverer.ReportAll(TestRequest request) in C:\BuildAgent\work\1b668fe37ef92293\ReSharperTestRunner\src\Adapters\TestRunner.Adapters.MsTest\Discoverer.cs:line 93 at JetBrains.ReSharper.TestRunner.Adapters.MsTest.MsTestRunner.RunTests(TestRunRequest request, ITestDiscoverySink discoverySink, ITestExecutionSink executionSink) in C:\BuildAgent\work\1b668fe37ef92293\ReSharperTestRunner\src\Adapters\TestRunner.Adapters.MsTest\MsTestRunner.cs:line 45 at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at JetBrains.ReSharper.TestRunner.Abstractions.ITestExecutor.RunTests(TestRunRequest request, ITestDiscoverySink discoverySink, ITestExecutionSink executionSink) at JetBrains.ReSharper.TestRunner.Implementation.UnitTestRemoteAgent.Execute(TestRunRequest request) in C:\BuildAgent\work\1b668fe37ef92293\ReSharperTestRunner\src\TestRunner.Merged\Implementation\UnitTestRemoteAgent.cs:line 89 at JetBrains.ReSharper.TestRunner.Implementation.ClientEndpoint.<>c__DisplayClass4_1.<TryRegisterHandler>b__1() in C:\BuildAgent\work\1b668fe37ef92293\ReSharperTestRunner\src\TestRunner.Core\Implementation\ClientEndpoint.cs:line 56 at System.Threading.Tasks.Task`1.InnerInvoke() at System.Threading.Tasks.Task.Execute() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at JetBrains.ReSharper.TestRunner.Implementation.ClientEndpoint.<RunAndLog>d__10.MoveNext() in C:\BuildAgent\work\1b668fe37ef92293\ReSharperTestRunner\src\TestRunner.Core\Implementation\ClientEndpoint.cs:line 140 WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
  2.  
  3. --- EXCEPTION #1/2 [RdFault]
  4. Message = “
  5. Could not load file or assembly 'Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter' or one of its dependencies. The system cannot find the file specified., reason: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter' or one of its dependencies. The system cannot find the file specified.
  6. File name: 'Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter'
  7.  
  8. Server stack trace:
  9. at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
  10. at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
  11. at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection)
  12. at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
  13. at System.Reflection.Assembly.Load(String assemblyString)
  14. at JetBrains.ReSharper.TestRunner.Adapters.MsTest.Discoverer.ReportAll(TestRequest request) in C:\BuildAgent\work\1b668fe37ef92293\ReSharperTestRunner\src\Adapters\TestRunner.Adapters.MsTest\Discoverer.cs:line 93
  15. at JetBrains.ReSharper.TestRunner.Adapters.MsTest.MsTestRunner.RunTests(TestRunRequest request, ITestDiscoverySink discoverySink, ITestExecutionSink executionSink) in C:\BuildAgent\work\1b668fe37ef92293\ReSharperTestRunner\src\Adapters\TestRunner.Adapters.MsTest\MsTestRunner.cs:line 45
  16. at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
  17. at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)
  18.  
  19. Exception rethrown at [0]:
  20. at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
  21. at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
  22. at JetBrains.ReSharper.TestRunner.Abstractions.ITestExecutor.RunTests(TestRunRequest request, ITestDiscoverySink discoverySink, ITestExecutionSink executionSink)
  23. at JetBrains.ReSharper.TestRunner.Implementation.UnitTestRemoteAgent.Execute(TestRunRequest request) in C:\BuildAgent\work\1b668fe37ef92293\ReSharperTestRunner\src\TestRunner.Merged\Implementation\UnitTestRemoteAgent.cs:line 89
  24. at JetBrains.ReSharper.TestRunner.Implementation.ClientEndpoint.<>c__DisplayClass4_1.<TryRegisterHandler>b__1() in C:\BuildAgent\work\1b668fe37ef92293\ReSharperTestRunner\src\TestRunner.Core\Implementation\ClientEndpoint.cs:line 56
  25. at System.Threading.Tasks.Task`1.InnerInvoke()
  26. at System.Threading.Tasks.Task.Execute()
  27. --- End of stack trace from previous location where exception was thrown ---
  28. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  29. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  30. at JetBrains.ReSharper.TestRunner.Implementation.ClientEndpoint.<RunAndLog>d__10.MoveNext() in C:\BuildAgent\work\1b668fe37ef92293\ReSharperTestRunner\src\TestRunner.Core\Implementation\ClientEndpoint.cs:line 140
  31.  
  32. WRN: Assembly binding logging is turned OFF.
  33. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
  34. Note: There is some performance penalty associated with assembly bind failure logging.
  35. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
  36. ExceptionPath = Root.InnerException
  37. ClassName = JetBrains.Rd.Tasks.RdFault
  38. Data.ThreadLocalDebugInfo = “call `ServerSocket-<noname>.JetBrains.ReSharper.TestRunner.Abstractions.IClientEndpoint.SendMessage_proxy` (15325296026731086546)”
  39. HResult = COR_E_EXCEPTION=80131500
  40. Source = mscorlib
  41. StackTraceString = “
  42. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  43. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  44. at JetBrains.ReSharper.UnitTestFramework.TestRunner.ServerMessageBroker.<SendMessage>d__2.MoveNext()
  45. --- End of stack trace from previous location where exception was thrown ---
  46. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  47. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  48. at JetBrains.ReSharper.UnitTestFramework.TestRunner.TestRunnerAgentManager.TestRunnerExecutionAgent.<<RunTests>b__8_2>d.MoveNext()
  49. --- End of stack trace from previous location where exception was thrown ---
  50. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  51. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  52. at JetBrains.ReSharper.UnitTestFramework.Extensions.TaskExtensions.<CancelIf>d__15.MoveNext()
  53. --- End of stack trace from previous location where exception was thrown ---
  54. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  55. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  56. at JetBrains.ReSharper.UnitTestFramework.Extensions.TaskExtensions.<ToEmptyTask>d__13.MoveNext()
  57. --- End of stack trace from previous location where exception was thrown ---
  58. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  59. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  60. at JetBrains.ReSharper.UnitTestFramework.Extensions.TaskExtensions.<ThrowIf>d__14`2.MoveNext()
  61. --- End of stack trace from previous location where exception was thrown ---
  62. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  63. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  64. at JetBrains.ReSharper.UnitTestFramework.TestRunner.TestRunnerAgentManager.BoundTestRunnerAgent.<RunSafe>d__11.MoveNext()
  65. --- End of stack trace from previous location where exception was thrown ---
  66. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  67. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  68. at JetBrains.ReSharper.UnitTestFramework.TestRunner.TestRunnerAgentManager.TestRunnerExecutionAgent.<RunTests>d__8.MoveNext()
  69. --- End of stack trace from previous location where exception was thrown ---
  70. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  71. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  72. at JetBrains.ReSharper.UnitTestFramework.TestRunner.TestRunnerRunStrategy.<Run>d__16.MoveNext()
  73. --- End of stack trace from previous location where exception was thrown ---
  74. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  75. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  76. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  77. at JetBrains.ReSharper.UnitTestFramework.Launch.UnitTestRun.<StartCore>d__35.MoveNext()
  78. --- End of stack trace from previous location where exception was thrown ---
  79. at JetBrains.ReSharper.UnitTestFramework.Launch.UnitTestRun.<>c.<StartCore>b__35_0(ExceptionDispatchInfo e)
  80. at JetBrains.Util.Special.GeneralUtil.WithNotNull[T](T item, Action`1 F)
  81. at JetBrains.ReSharper.UnitTestFramework.Launch.UnitTestRun.<StartCore>d__35.MoveNext()
  82. --- End of stack trace from previous location where exception was thrown ---
  83. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  84. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  85. at JetBrains.ReSharper.UnitTestFramework.Launch.UnitTestRun.<Start>d__34.MoveNext()
  86.  
  87. --- Outer ---
  88.  
  89. --- EXCEPTION #2/2 [LoggerException]
  90. Message = “
  91. Could not load file or assembly 'Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter' or one of its dependencies. The system cannot find the file specified., reason: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter' or one of its dependencies. The system cannot find the file specified.
  92. File name: 'Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter'
  93.  
  94. Server stack trace:
  95. at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
  96. at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
  97. at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection)
  98. at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
  99. at System.Reflection.Assembly.Load(String assemblyString)
  100. at JetBrains.ReSharper.TestRunner.Adapters.MsTest.Discoverer.ReportAll(TestRequest request) in C:\BuildAgent\work\1b668fe37ef92293\ReSharperTestRunner\src\Adapters\TestRunner.Adapters.MsTest\Discoverer.cs:line 93
  101. at JetBrains.ReSharper.TestRunner.Adapters.MsTest.MsTestRunner.RunTests(TestRunRequest request, ITestDiscoverySink discoverySink, ITestExecutionSink executionSink) in C:\BuildAgent\work\1b668fe37ef92293\ReSharperTestRunner\src\Adapters\TestRunner.Adapters.MsTest\MsTestRunner.cs:line 45
  102. at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
  103. at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)
  104.  
  105. Exception rethrown at [0]:
  106. at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
  107. at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
  108. at JetBrains.ReSharper.TestRunner.Abstractions.ITestExecutor.RunTests(TestRunRequest request, ITestDiscoverySink discoverySink, ITestExecutionSink executionSink)
  109. at JetBrains.ReSharper.TestRunner.Implementation.UnitTestRemoteAgent.Execute(TestRunRequest request) in C:\BuildAgent\work\1b668fe37ef92293\ReSharperTestRunner\src\TestRunner.Merged\Implementation\UnitTestRemoteAgent.cs:line 89
  110. at JetBrains.ReSharper.TestRunner.Implementation.ClientEndpoint.<>c__DisplayClass4_1.<TryRegisterHandler>b__1() in C:\BuildAgent\work\1b668fe37ef92293\ReSharperTestRunner\src\TestRunner.Core\Implementation\ClientEndpoint.cs:line 56
  111. at System.Threading.Tasks.Task`1.InnerInvoke()
  112. at System.Threading.Tasks.Task.Execute()
  113. --- End of stack trace from previous location where exception was thrown ---
  114. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  115. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  116. at JetBrains.ReSharper.TestRunner.Implementation.ClientEndpoint.<RunAndLog>d__10.MoveNext() in C:\BuildAgent\work\1b668fe37ef92293\ReSharperTestRunner\src\TestRunner.Core\Implementation\ClientEndpoint.cs:line 140
  117.  
  118. WRN: Assembly binding logging is turned OFF.
  119. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
  120. Note: There is some performance penalty associated with assembly bind failure logging.
  121. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
  122. ExceptionPath = Root
  123. ClassName = JetBrains.Util.LoggerException
  124. InnerException = “Exception #1 at Root.InnerException”
  125. HResult = COR_E_APPLICATION=80131600
  126. StackTraceString = “
  127. at JetBrains.Util.ILoggerEx.LogException(ILogger this, LoggingLevel level, Exception exception, ExceptionOrigin exceptionOrigin, String comment)
  128. at JetBrains.ReSharper.UnitTestFramework.Launch.UnitTestRun.<Start>d__34.MoveNext()
  129. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(Object stateMachine)
  130. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  131. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  132. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run()
  133. at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(Action action, Boolean allowInlining, Task& currentTask)
  134. at System.Threading.Tasks.Task.FinishContinuations()
  135. at System.Threading.Tasks.Task.FinishStageThree()
  136. at System.Threading.Tasks.Task.FinishStageTwo()
  137. at System.Threading.Tasks.Task.Finish(Boolean bUserDelegateExecuted)
  138. at System.Threading.Tasks.Task`1.TrySetException(Object exceptionObject)
  139. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception)
  140. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetException(Exception exception)
  141. at JetBrains.ReSharper.UnitTestFramework.Launch.UnitTestRun.<StartCore>d__35.MoveNext()
  142. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(Object stateMachine)
  143. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  144. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  145. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run()
  146. at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(Action action, Boolean allowInlining, Task& currentTask)
  147. at System.Threading.Tasks.Task.FinishContinuations()
  148. at System.Threading.Tasks.Task.FinishStageThree()
  149. at System.Threading.Tasks.Task.FinishStageTwo()
  150. at System.Threading.Tasks.Task.Finish(Boolean bUserDelegateExecuted)
  151. at System.Threading.Tasks.Task`1.TrySetException(Object exceptionObject)
  152. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception)
  153. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetException(Exception exception)
  154. at JetBrains.ReSharper.UnitTestFramework.TestRunner.TestRunnerRunStrategy.<Run>d__16.MoveNext()
  155. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(Object stateMachine)
  156. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  157. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  158. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run()
  159. at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(Action action, Boolean allowInlining, Task& currentTask)
  160. at System.Threading.Tasks.Task.FinishContinuations()
  161. at System.Threading.Tasks.Task.FinishStageThree()
  162. at System.Threading.Tasks.Task.FinishStageTwo()
  163. at System.Threading.Tasks.Task.Finish(Boolean bUserDelegateExecuted)
  164. at System.Threading.Tasks.Task`1.TrySetException(Object exceptionObject)
  165. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception)
  166. at JetBrains.ReSharper.UnitTestFramework.TestRunner.TestRunnerAgentManager.TestRunnerExecutionAgent.<RunTests>d__8.MoveNext()
  167. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(Object stateMachine)
  168. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  169. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  170. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run()
  171. at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(Action action, Boolean allowInlining, Task& currentTask)
  172. at System.Threading.Tasks.Task.FinishContinuations()
  173. at System.Threading.Tasks.Task.FinishStageThree()
  174. at System.Threading.Tasks.Task.FinishStageTwo()
  175. at System.Threading.Tasks.Task.Finish(Boolean bUserDelegateExecuted)
  176. at System.Threading.Tasks.Task`1.TrySetException(Object exceptionObject)
  177. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception)
  178. at JetBrains.ReSharper.UnitTestFramework.TestRunner.TestRunnerAgentManager.BoundTestRunnerAgent.<RunSafe>d__11.MoveNext()
  179. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(Object stateMachine)
  180. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  181. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  182. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run()
  183. at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(Action action, Boolean allowInlining, Task& currentTask)
  184. at System.Threading.Tasks.Task.FinishContinuations()
  185. at System.Threading.Tasks.Task.FinishStageThree()
  186. at System.Threading.Tasks.Task.FinishStageTwo()
  187. at System.Threading.Tasks.Task.Finish(Boolean bUserDelegateExecuted)
  188. at System.Threading.Tasks.Task`1.TrySetException(Object exceptionObject)
  189. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception)
  190. at JetBrains.ReSharper.UnitTestFramework.Extensions.TaskExtensions.<ThrowIf>d__14`2.MoveNext()
  191. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(Object stateMachine)
  192. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  193. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  194. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run()
  195. at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(Action action, Boolean allowInlining, Task& currentTask)
  196. at System.Threading.Tasks.Task.FinishContinuations()
  197. at System.Threading.Tasks.Task.FinishStageThree()
  198. at System.Threading.Tasks.Task`1.TrySetResult(TResult result)
  199. at System.Threading.Tasks.TaskFactory.CompleteOnInvokePromise.Invoke(Task completingTask)
  200. at System.Threading.Tasks.Task.FinishContinuations()
  201. at System.Threading.Tasks.Task.FinishStageThree()
  202. at System.Threading.Tasks.Task.FinishStageTwo()
  203. at System.Threading.Tasks.Task.Finish(Boolean bUserDelegateExecuted)
  204. at System.Threading.Tasks.Task`1.TrySetException(Object exceptionObject)
  205. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception)
  206. at JetBrains.ReSharper.UnitTestFramework.Extensions.TaskExtensions.<ToEmptyTask>d__13.MoveNext()
  207. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(Object stateMachine)
  208. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  209. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  210. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run()
  211. at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(Action action, Boolean allowInlining, Task& currentTask)
  212. at System.Threading.Tasks.Task.FinishContinuations()
  213. at System.Threading.Tasks.Task.FinishStageThree()
  214. at System.Threading.Tasks.Task.FinishStageTwo()
  215. at System.Threading.Tasks.Task.Finish(Boolean bUserDelegateExecuted)
  216. at System.Threading.Tasks.Task`1.TrySetException(Object exceptionObject)
  217. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception)
  218. at JetBrains.ReSharper.UnitTestFramework.Extensions.TaskExtensions.<CancelIf>d__15.MoveNext()
  219. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(Object stateMachine)
  220. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  221. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  222. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run()
  223. at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(Action action, Boolean allowInlining, Task& currentTask)
  224. at System.Threading.Tasks.Task.FinishContinuations()
  225. at System.Threading.Tasks.Task.FinishStageThree()
  226. at System.Threading.Tasks.Task`1.TrySetResult(TResult result)
  227. at System.Threading.Tasks.TaskFactory.CompleteOnInvokePromise.Invoke(Task completingTask)
  228. at System.Threading.Tasks.Task.FinishContinuations()
  229. at System.Threading.Tasks.Task.FinishStageThree()
  230. at System.Threading.Tasks.Task.FinishStageTwo()
  231. at System.Threading.Tasks.Task.Finish(Boolean bUserDelegateExecuted)
  232. at System.Threading.Tasks.Task`1.TrySetException(Object exceptionObject)
  233. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception)
  234. at JetBrains.ReSharper.UnitTestFramework.TestRunner.TestRunnerAgentManager.TestRunnerExecutionAgent.<<RunTests>b__8_2>d.MoveNext()
  235. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(Object stateMachine)
  236. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  237. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  238. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run()
  239. at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(Action action, Boolean allowInlining, Task& currentTask)
  240. at System.Threading.Tasks.Task.FinishContinuations()
  241. at System.Threading.Tasks.Task.FinishStageThree()
  242. at System.Threading.Tasks.Task.FinishStageTwo()
  243. at System.Threading.Tasks.Task.Finish(Boolean bUserDelegateExecuted)
  244. at System.Threading.Tasks.Task`1.TrySetException(Object exceptionObject)
  245. at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception)
  246. at JetBrains.ReSharper.UnitTestFramework.TestRunner.ServerMessageBroker.<SendMessage>d__2.MoveNext()
  247. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(Object stateMachine)
  248. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  249. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  250. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run()
  251. at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(Action action, Boolean allowInlining, Task& currentTask)
  252. at System.Threading.Tasks.Task.FinishContinuations()
  253. at System.Threading.Tasks.Task.FinishStageThree()
  254. at System.Threading.Tasks.Task.FinishStageTwo()
  255. at System.Threading.Tasks.Task.Finish(Boolean bUserDelegateExecuted)
  256. at System.Threading.Tasks.Task`1.TrySetException(Object exceptionObject)
  257. at System.Threading.Tasks.TaskCompletionSource`1.TrySetException(Exception exception)
  258. at System.Threading.Tasks.TaskCompletionSource`1.SetException(Exception exception)
  259. at JetBrains.Rd.Reflection.ProxyGeneratorUtil.<>c__DisplayClass0_0`1.<ToTask>b__0(RdTaskResult`1 r)
  260. at JetBrains.Collections.Viewable.SignalBase`1.Fire(T value)
  261. at JetBrains.Collections.Viewable.WriteOnceProperty`1.WriteOnceSignal.Fire(T value)
  262. at JetBrains.Collections.Viewable.WriteOnceProperty`1.SetIfEmpty(T newValue)
  263. at JetBrains.Rd.Tasks.WiredRdTask`2.CallSite.OnWireReceived(UnsafeReader reader)
  264. at JetBrains.Rd.Impl.MessageBroker.Execute(IRdWireable reactive, Byte[] msg)
  265. at JetBrains.Rd.Impl.MessageBroker.<>c__DisplayClass10_0.<Invoke>b__0()
  266. at JetBrains.ReSharper.UnitTestFramework.TestRunner.Activation.TestRunnerAgentServerHub.InternRootScheduler.Queue(Action action)
  267. at JetBrains.Rd.Impl.MessageBroker.Invoke(IRdWireable reactive, Byte[] msg, Boolean sync)
  268. at JetBrains.Rd.Impl.MessageBroker.Dispatch(RdId id, Byte[] msg)
  269. at JetBrains.Rd.WireBase.<>c__DisplayClass16_0.<Receive>b__0()
  270. at JetBrains.Diagnostics.LogEx.Catch(ILog log, Action action)
  271. at JetBrains.Rd.WireBase.Receive(Byte[] msg)
  272. at JetBrains.Rd.Impl.SocketWire.Base.ReadMsg()
  273. at JetBrains.Rd.Impl.SocketWire.Base.ReceiverProc(Socket socket)
  274. at JetBrains.Rd.Impl.SocketWire.Base.<>c__DisplayClass19_0.<.ctor>b__1(Socket socket)
  275. at JetBrains.Collections.Viewable.SignalBase`1.Fire(T value)
  276. at JetBrains.Collections.Viewable.ViewableProperty`1.set_Value(T value)
  277. at JetBrains.Rd.Impl.SocketWire.Server.<>c__DisplayClass4_0.<StartServerSocket>b__0()
  278. at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  279. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  280. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  281. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  282. at System.Threading.ThreadHelper.ThreadStart()
  283.  
  284. 2021.08.17 13:36:04.808 WARN Element GeoLib.Tests.ManagerTests.test_zip_code_retrieval was left pending after its run completion.
Add Comment
Please, Sign In to add comment