Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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].
- --- EXCEPTION #1/2 [RdFault]
- Message = “
- 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].
- ”
- ExceptionPath = Root.InnerException
- ClassName = JetBrains.Rd.Tasks.RdFault
- Data.ThreadLocalDebugInfo = “call `ServerSocket-<noname>.JetBrains.ReSharper.TestRunner.Abstractions.IClientEndpoint.SendMessage_proxy` (15325296026731086546)”
- HResult = COR_E_EXCEPTION=80131500
- Source = mscorlib
- StackTraceString = “
- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
- at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
- at JetBrains.ReSharper.UnitTestFramework.TestRunner.ServerMessageBroker.<SendMessage>d__2.MoveNext()
- --- End of stack trace from previous location where exception was thrown ---
- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
- at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
- at JetBrains.ReSharper.UnitTestFramework.TestRunner.TestRunnerAgentManager.TestRunnerExecutionAgent.<<RunTests>b__8_2>d.MoveNext()
- --- End of stack trace from previous location where exception was thrown ---
- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
- at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
- at JetBrains.ReSharper.UnitTestFramework.Extensions.TaskExtensions.<CancelIf>d__15.MoveNext()
- --- End of stack trace from previous location where exception was thrown ---
- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
- at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
- at JetBrains.ReSharper.UnitTestFramework.Extensions.TaskExtensions.<ToEmptyTask>d__13.MoveNext()
- --- End of stack trace from previous location where exception was thrown ---
- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
- at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
- at JetBrains.ReSharper.UnitTestFramework.Extensions.TaskExtensions.<ThrowIf>d__14`2.MoveNext()
- --- End of stack trace from previous location where exception was thrown ---
- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
- at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
- at JetBrains.ReSharper.UnitTestFramework.TestRunner.TestRunnerAgentManager.BoundTestRunnerAgent.<RunSafe>d__11.MoveNext()
- --- End of stack trace from previous location where exception was thrown ---
- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
- at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
- at JetBrains.ReSharper.UnitTestFramework.TestRunner.TestRunnerAgentManager.TestRunnerExecutionAgent.<RunTests>d__8.MoveNext()
- --- End of stack trace from previous location where exception was thrown ---
- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
- at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
- at JetBrains.ReSharper.UnitTestFramework.TestRunner.TestRunnerRunStrategy.<Run>d__16.MoveNext()
- --- End of stack trace from previous location where exception was thrown ---
- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
- at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
- at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
- at JetBrains.ReSharper.UnitTestFramework.Launch.UnitTestRun.<StartCore>d__35.MoveNext()
- --- End of stack trace from previous location where exception was thrown ---
- at JetBrains.ReSharper.UnitTestFramework.Launch.UnitTestRun.<>c.<StartCore>b__35_0(ExceptionDispatchInfo e)
- at JetBrains.Util.Special.GeneralUtil.WithNotNull[T](T item, Action`1 F)
- at JetBrains.ReSharper.UnitTestFramework.Launch.UnitTestRun.<StartCore>d__35.MoveNext()
- --- End of stack trace from previous location where exception was thrown ---
- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
- at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
- at JetBrains.ReSharper.UnitTestFramework.Launch.UnitTestRun.<Start>d__34.MoveNext()
- ”
- --- Outer ---
- --- EXCEPTION #2/2 [LoggerException]
- Message = “
- 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].
- ”
- ExceptionPath = Root
- ClassName = JetBrains.Util.LoggerException
- InnerException = “Exception #1 at Root.InnerException”
- HResult = COR_E_APPLICATION=80131600
- StackTraceString = “
- at JetBrains.Util.ILoggerEx.LogException(ILogger this, LoggingLevel level, Exception exception, ExceptionOrigin exceptionOrigin, String comment)
- at JetBrains.ReSharper.UnitTestFramework.Launch.UnitTestRun.<Start>d__34.MoveNext()
- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(Object stateMachine)
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run()
- at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(Action action, Boolean allowInlining, Task& currentTask)
- at System.Threading.Tasks.Task.FinishContinuations()
- at System.Threading.Tasks.Task.FinishStageThree()
- at System.Threading.Tasks.Task.FinishStageTwo()
- at System.Threading.Tasks.Task.Finish(Boolean bUserDelegateExecuted)
- at System.Threading.Tasks.Task`1.TrySetException(Object exceptionObject)
- at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception)
- at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetException(Exception exception)
- at JetBrains.ReSharper.UnitTestFramework.Launch.UnitTestRun.<StartCore>d__35.MoveNext()
- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(Object stateMachine)
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run()
- at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(Action action, Boolean allowInlining, Task& currentTask)
- at System.Threading.Tasks.Task.FinishContinuations()
- at System.Threading.Tasks.Task.FinishStageThree()
- at System.Threading.Tasks.Task.FinishStageTwo()
- at System.Threading.Tasks.Task.Finish(Boolean bUserDelegateExecuted)
- at System.Threading.Tasks.Task`1.TrySetException(Object exceptionObject)
- at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception)
- at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetException(Exception exception)
- at JetBrains.ReSharper.UnitTestFramework.TestRunner.TestRunnerRunStrategy.<Run>d__16.MoveNext()
- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(Object stateMachine)
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run()
- at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(Action action, Boolean allowInlining, Task& currentTask)
- at System.Threading.Tasks.Task.FinishContinuations()
- at System.Threading.Tasks.Task.FinishStageThree()
- at System.Threading.Tasks.Task.FinishStageTwo()
- at System.Threading.Tasks.Task.Finish(Boolean bUserDelegateExecuted)
- at System.Threading.Tasks.Task`1.TrySetException(Object exceptionObject)
- at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception)
- at JetBrains.ReSharper.UnitTestFramework.TestRunner.TestRunnerAgentManager.TestRunnerExecutionAgent.<RunTests>d__8.MoveNext()
- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(Object stateMachine)
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run()
- at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(Action action, Boolean allowInlining, Task& currentTask)
- at System.Threading.Tasks.Task.FinishContinuations()
- at System.Threading.Tasks.Task.FinishStageThree()
- at System.Threading.Tasks.Task.FinishStageTwo()
- at System.Threading.Tasks.Task.Finish(Boolean bUserDelegateExecuted)
- at System.Threading.Tasks.Task`1.TrySetException(Object exceptionObject)
- at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception)
- at JetBrains.ReSharper.UnitTestFramework.TestRunner.TestRunnerAgentManager.BoundTestRunnerAgent.<RunSafe>d__11.MoveNext()
- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(Object stateMachine)
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run()
- at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(Action action, Boolean allowInlining, Task& currentTask)
- at System.Threading.Tasks.Task.FinishContinuations()
- at System.Threading.Tasks.Task.FinishStageThree()
- at System.Threading.Tasks.Task.FinishStageTwo()
- at System.Threading.Tasks.Task.Finish(Boolean bUserDelegateExecuted)
- at System.Threading.Tasks.Task`1.TrySetException(Object exceptionObject)
- at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception)
- at JetBrains.ReSharper.UnitTestFramework.Extensions.TaskExtensions.<ThrowIf>d__14`2.MoveNext()
- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(Object stateMachine)
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run()
- at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(Action action, Boolean allowInlining, Task& currentTask)
- at System.Threading.Tasks.Task.FinishContinuations()
- at System.Threading.Tasks.Task.FinishStageThree()
- at System.Threading.Tasks.Task`1.TrySetResult(TResult result)
- at System.Threading.Tasks.TaskFactory.CompleteOnInvokePromise.Invoke(Task completingTask)
- at System.Threading.Tasks.Task.FinishContinuations()
- at System.Threading.Tasks.Task.FinishStageThree()
- at System.Threading.Tasks.Task.FinishStageTwo()
- at System.Threading.Tasks.Task.Finish(Boolean bUserDelegateExecuted)
- at System.Threading.Tasks.Task`1.TrySetException(Object exceptionObject)
- at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception)
- at JetBrains.ReSharper.UnitTestFramework.Extensions.TaskExtensions.<ToEmptyTask>d__13.MoveNext()
- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(Object stateMachine)
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run()
- at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(Action action, Boolean allowInlining, Task& currentTask)
- at System.Threading.Tasks.Task.FinishContinuations()
- at System.Threading.Tasks.Task.FinishStageThree()
- at System.Threading.Tasks.Task.FinishStageTwo()
- at System.Threading.Tasks.Task.Finish(Boolean bUserDelegateExecuted)
- at System.Threading.Tasks.Task`1.TrySetException(Object exceptionObject)
- at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception)
- at JetBrains.ReSharper.UnitTestFramework.Extensions.TaskExtensions.<CancelIf>d__15.MoveNext()
- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(Object stateMachine)
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run()
- at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(Action action, Boolean allowInlining, Task& currentTask)
- at System.Threading.Tasks.Task.FinishContinuations()
- at System.Threading.Tasks.Task.FinishStageThree()
- at System.Threading.Tasks.Task`1.TrySetResult(TResult result)
- at System.Threading.Tasks.TaskFactory.CompleteOnInvokePromise.Invoke(Task completingTask)
- at System.Threading.Tasks.Task.FinishContinuations()
- at System.Threading.Tasks.Task.FinishStageThree()
- at System.Threading.Tasks.Task.FinishStageTwo()
- at System.Threading.Tasks.Task.Finish(Boolean bUserDelegateExecuted)
- at System.Threading.Tasks.Task`1.TrySetException(Object exceptionObject)
- at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception)
- at JetBrains.ReSharper.UnitTestFramework.TestRunner.TestRunnerAgentManager.TestRunnerExecutionAgent.<<RunTests>b__8_2>d.MoveNext()
- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(Object stateMachine)
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run()
- at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(Action action, Boolean allowInlining, Task& currentTask)
- at System.Threading.Tasks.Task.FinishContinuations()
- at System.Threading.Tasks.Task.FinishStageThree()
- at System.Threading.Tasks.Task.FinishStageTwo()
- at System.Threading.Tasks.Task.Finish(Boolean bUserDelegateExecuted)
- at System.Threading.Tasks.Task`1.TrySetException(Object exceptionObject)
- at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception)
- at JetBrains.ReSharper.UnitTestFramework.TestRunner.ServerMessageBroker.<SendMessage>d__2.MoveNext()
- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(Object stateMachine)
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run()
- at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(Action action, Boolean allowInlining, Task& currentTask)
- at System.Threading.Tasks.Task.FinishContinuations()
- at System.Threading.Tasks.Task.FinishStageThree()
- at System.Threading.Tasks.Task.FinishStageTwo()
- at System.Threading.Tasks.Task.Finish(Boolean bUserDelegateExecuted)
- at System.Threading.Tasks.Task`1.TrySetException(Object exceptionObject)
- at System.Threading.Tasks.TaskCompletionSource`1.TrySetException(Exception exception)
- at System.Threading.Tasks.TaskCompletionSource`1.SetException(Exception exception)
- at JetBrains.Rd.Reflection.ProxyGeneratorUtil.<>c__DisplayClass0_0`1.<ToTask>b__0(RdTaskResult`1 r)
- at JetBrains.Collections.Viewable.SignalBase`1.Fire(T value)
- at JetBrains.Collections.Viewable.WriteOnceProperty`1.WriteOnceSignal.Fire(T value)
- at JetBrains.Collections.Viewable.WriteOnceProperty`1.SetIfEmpty(T newValue)
- at JetBrains.Rd.Tasks.WiredRdTask`2.CallSite.OnWireReceived(UnsafeReader reader)
- at JetBrains.Rd.Impl.MessageBroker.Execute(IRdWireable reactive, Byte[] msg)
- at JetBrains.Rd.Impl.MessageBroker.<>c__DisplayClass10_0.<Invoke>b__0()
- at JetBrains.ReSharper.UnitTestFramework.TestRunner.Activation.TestRunnerAgentServerHub.InternRootScheduler.Queue(Action action)
- at JetBrains.Rd.Impl.MessageBroker.Invoke(IRdWireable reactive, Byte[] msg, Boolean sync)
- at JetBrains.Rd.Impl.MessageBroker.Dispatch(RdId id, Byte[] msg)
- at JetBrains.Rd.WireBase.<>c__DisplayClass16_0.<Receive>b__0()
- at JetBrains.Diagnostics.LogEx.Catch(ILog log, Action action)
- at JetBrains.Rd.WireBase.Receive(Byte[] msg)
- at JetBrains.Rd.Impl.SocketWire.Base.ReadMsg()
- at JetBrains.Rd.Impl.SocketWire.Base.ReceiverProc(Socket socket)
- at JetBrains.Rd.Impl.SocketWire.Base.<>c__DisplayClass19_0.<.ctor>b__1(Socket socket)
- at JetBrains.Collections.Viewable.SignalBase`1.Fire(T value)
- at JetBrains.Collections.Viewable.ViewableProperty`1.set_Value(T value)
- at JetBrains.Rd.Impl.SocketWire.Server.<>c__DisplayClass4_0.<StartServerSocket>b__0()
- at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- ”
- 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