Skip to content

Instantly share code, notes, and snippets.

@DavidKarlas
Created March 6, 2018 08:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidKarlas/bcca7471b93b6cf06a2e5d7bab4d51c2 to your computer and use it in GitHub Desktop.
Save DavidKarlas/bcca7471b93b6cf06a2e5d7bab4d51c2 to your computer and use it in GitHub Desktop.
TpTrace Information: 0 : 21057, 1, 2018/03/05, 17:54:38.463, 6944415111339, testhost.x86.exe, DefaultEngineInvoker: Using Application Configuration: '<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
<runtime>
<legacyUnhandledExceptionPolicy enabled="1"/>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="Extensions" />
<!-- Test adapters compiled against version 11-14, need to be redirected to version 15. -->
<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.TestPlatform.ObjectModel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="11.0.0.0-14.0.0.0" newVersion="15.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.TestWindow.Interfaces" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="11.0.0.0-14.0.0.0" newVersion="15.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.QualityTools.UnitTestFramework" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="10.1.0.0" newVersion="10.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.QualityTools.Resource" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="10.0.0.0-14.0.0.0" newVersion="15.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.QualityTools.ControllerObject" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="10.0.0.0-14.0.0.0" newVersion="15.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.QualityTools.ExecutionCommon" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="10.0.0.0-14.0.0.0" newVersion="15.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.QualityTools.Common" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="10.0.0.0-14.0.0.0" newVersion="15.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
<system.diagnostics>
<switches>
<add name="TpTraceLevel" value="0" />
</switches>
</system.diagnostics>
<appSettings>
<!--<add key="ExecutionThreadApartmentState" value ="MTA"/>-->
<!--<add key="TraceLogMaxFileSizeInKb" value ="10240"/>-->
<!-- MsTest Adapter Specific AppSettings -->
<add key="TestProjectRetargetTo35Allowed" value="true" />
</appSettings>
</configuration>
'
TpTrace Verbose: 0 : 21057, 1, 2018/03/05, 17:54:38.504, 6944415323579, testhost.x86.exe, CurrentDomain_AssemblyResolve: Resolving assembly 'Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'.
TpTrace Information: 0 : 21057, 1, 2018/03/05, 17:54:38.512, 6944415406953, testhost.x86.exe, DefaultEngineInvoker: Monitoring parent process with id: '21056'
TpTrace Information: 0 : 21057, 1, 2018/03/05, 17:54:38.518, 6944415466850, testhost.x86.exe, DefaultEngineInvoker: Initialize communication on endpoint address: '127.0.0.1:063091'
TpTrace Information: 0 : 21057, 1, 2018/03/05, 17:54:38.535, 6944415631201, testhost.x86.exe, Trying to connect to server on socket : 127.0.0.1:63091
TpTrace Information: 0 : 21057, 1, 2018/03/05, 17:54:38.558, 6944415868147, testhost.x86.exe, DefaultEngineInvoker: Start Request Processing.
TpTrace Information: 0 : 21057, 9, 2018/03/05, 17:54:38.561, 6944415893063, testhost.x86.exe, Connected to the server successfully
TpTrace Information: 0 : 21057, 9, 2018/03/05, 17:54:38.561, 6944415894922, testhost.x86.exe, Using the buffer size of 16384 bytes
TpTrace Information: 0 : 21057, 11, 2018/03/05, 17:54:38.725, 6944417533895, testhost.x86.exe, Discovery Session Initialize.
TpTrace Verbose: 0 : 21057, 12, 2018/03/05, 17:54:38.736, 6944417647021, testhost.x86.exe, TestExecutorService: Loading the extensions
TpTrace Verbose: 0 : 21057, 12, 2018/03/05, 17:54:38.743, 6944417712650, testhost.x86.exe, TestPluginCache: Discovering the extensions using extension path.
TpTrace Verbose: 0 : 21057, 12, 2018/03/05, 17:54:38.752, 6944417807875, testhost.x86.exe, CurrentDomain_AssemblyResolve: Resolving assembly 'Microsoft.TestPlatform.TestHostRuntimeProvider'.
TpTrace Verbose: 0 : 21057, 12, 2018/03/05, 17:54:38.753, 6944417814300, testhost.x86.exe, CurrentDomain_AssemblyResolve: Resolving assembly 'Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger'.
TpTrace Verbose: 0 : 21057, 12, 2018/03/05, 17:54:38.756, 6944417839606, testhost.x86.exe, TestPluginCache: Discovered the extensions using extension path ''.
TpTrace Verbose: 0 : 21057, 12, 2018/03/05, 17:54:38.756, 6944417845228, testhost.x86.exe, TestPluginCache: Discoverers are ''.
TpTrace Verbose: 0 : 21057, 12, 2018/03/05, 17:54:38.757, 6944417856852, testhost.x86.exe, TestPluginCache: Executors are 'executor://MSTestAdapter/v2'.
TpTrace Verbose: 0 : 21057, 12, 2018/03/05, 17:54:38.757, 6944417858276, testhost.x86.exe, TestPluginCache: Setting providers are ''.
TpTrace Verbose: 0 : 21057, 12, 2018/03/05, 17:54:38.758, 6944417859504, testhost.x86.exe, TestPluginCache: Loggers are ''.
TpTrace Information: 0 : 21057, 11, 2018/03/05, 17:54:38.758, 6944417862464, testhost.x86.exe, Execution started.
TpTrace Information: 0 : 21057, 12, 2018/03/05, 17:54:38.775, 6944418032167, testhost.x86.exe, TestPluginManager.CreateTestExtension: Attempting to load test extension: Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestExecutor
TpTrace Verbose: 0 : 21057, 12, 2018/03/05, 17:54:38.782, 6944418103560, testhost.x86.exe, TestExecutorExtensionManager: Loading executor Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestExecutor
TpTrace Verbose: 0 : 21057, 12, 2018/03/05, 17:54:38.782, 6944418104878, testhost.x86.exe, TestExecutorService: Loaded the executors
TpTrace Verbose: 0 : 21057, 12, 2018/03/05, 17:54:38.783, 6944418118001, testhost.x86.exe, TestPluginCache: Discovering the extensions using extension path.
TpTrace Verbose: 0 : 21057, 12, 2018/03/05, 17:54:38.784, 6944418124369, testhost.x86.exe, TestPluginCache: Discovered the extensions using extension path ''.
TpTrace Verbose: 0 : 21057, 12, 2018/03/05, 17:54:38.784, 6944418125204, testhost.x86.exe, TestPluginCache: Discoverers are ''.
TpTrace Verbose: 0 : 21057, 12, 2018/03/05, 17:54:38.784, 6944418125955, testhost.x86.exe, TestPluginCache: Executors are 'executor://MSTestAdapter/v2'.
TpTrace Verbose: 0 : 21057, 12, 2018/03/05, 17:54:38.785, 6944418129163, testhost.x86.exe, TestPluginCache: Setting providers are ''.
TpTrace Verbose: 0 : 21057, 12, 2018/03/05, 17:54:38.785, 6944418129855, testhost.x86.exe, TestPluginCache: Loggers are ''.
TpTrace Verbose: 0 : 21057, 12, 2018/03/05, 17:54:38.786, 6944418140509, testhost.x86.exe, TestExecutorService: Loaded the settings providers
TpTrace Information: 0 : 21057, 12, 2018/03/05, 17:54:38.786, 6944418141357, testhost.x86.exe, TestExecutorService: Loaded the extensions
TpTrace Verbose: 0 : 21057, 12, 2018/03/05, 17:54:38.904, 6944419322910, testhost.x86.exe, BaseRunTests.RunTestInternalWithExecutors: Running tests for executor://MSTestAdapter/v2
TpTrace Information: 0 : 21057, 12, 2018/03/05, 17:54:38.911, 6944419396186, testhost.x86.exe, CollectSourceInformation value Found : False
TpTrace Verbose: 0 : 21057, 12, 2018/03/05, 17:54:38.923, 6944419510561, testhost.x86.exe, CurrentDomain_AssemblyResolve: Resolving assembly 'Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources, Version=14.0.0.0, Culture=en-US, PublicKeyToken=b03f5f7f11d50a3a'.
TpTrace Verbose: 0 : 21057, 12, 2018/03/05, 17:54:38.923, 6944419513562, testhost.x86.exe, CurrentDomainAssemblyResolve: Failed to resolve assembly 'Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources, Version=14.0.0.0, Culture=en-US, PublicKeyToken=b03f5f7f11d50a3a'.
TpTrace Information: 0 : 21057, 12, 2018/03/05, 17:54:38.924, 6944419526462, testhost.x86.exe, AssemblyResolver: Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources, Version=14.0.0.0, Culture=en-US, PublicKeyToken=b03f5f7f11d50a3a: Resolving assembly.
TpTrace Verbose: 0 : 21057, 12, 2018/03/05, 17:54:38.927, 6944419553520, testhost.x86.exe, CurrentDomain_AssemblyResolve: Resolving assembly 'Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources, Version=14.0.0.0, Culture=en, PublicKeyToken=b03f5f7f11d50a3a'.
TpTrace Verbose: 0 : 21057, 12, 2018/03/05, 17:54:38.927, 6944419555052, testhost.x86.exe, CurrentDomainAssemblyResolve: Failed to resolve assembly 'Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources, Version=14.0.0.0, Culture=en, PublicKeyToken=b03f5f7f11d50a3a'.
TpTrace Information: 0 : 21057, 12, 2018/03/05, 17:54:38.927, 6944419555829, testhost.x86.exe, AssemblyResolver: Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources, Version=14.0.0.0, Culture=en, PublicKeyToken=b03f5f7f11d50a3a: Resolving assembly.
TpTrace Error: 0 : 21057, 12, 2018/03/05, 17:54:38.941, 6944419697938, testhost.x86.exe, BaseRunTests.RunTestInternalWithExecutors: An exception occurred while invoking executor executor://mstestadapter/v2. System.UnauthorizedAccessException: Access to the path "/TestResults" is denied.
at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x00057] in /Users/builder/jenkins/workspace/build-package-osx-mono/2017-12/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/Directory.cs:118
at System.IO.Directory.CreateDirectory (System.String path) [0x0008f] in /Users/builder/jenkins/workspace/build-package-osx-mono/2017-12/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/Directory.cs:85
at System.IO.DirectoryInfo.Create () [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2017-12/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/DirectoryInfo.cs:146
at (wrapper remoting-invoke-with-check) System.IO.DirectoryInfo.Create()
at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x00030] in /Users/builder/jenkins/workspace/build-package-osx-mono/2017-12/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/Directory.cs:103
at System.IO.Directory.CreateDirectory (System.String path) [0x0008f] in /Users/builder/jenkins/workspace/build-package-osx-mono/2017-12/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/Directory.cs:85
at Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.FileUtility.CreateDirectoryIfNotExists (System.String directory) [0x00008] in <eb767d13052e4248974eb304c7bebf8e>:0
at Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtility.CreateDeploymentDirectories (Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter.IRunContext runContext) [0x0002a] in <eb767d13052e4248974eb304c7bebf8e>:0
at Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestDeployment.Deploy (System.Collections.Generic.IEnumerable`1[T] tests, Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter.IRunContext runContext, Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter.IFrameworkHandle frameworkHandle) [0x00033] in <eb767d13052e4248974eb304c7bebf8e>:0
at Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestExecutionManager.RunTests (System.Collections.Generic.IEnumerable`1[T] tests, Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter.IRunContext runContext, Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter.IFrameworkHandle frameworkHandle, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.TestRunCancellationToken runCancellationToken) [0x00012] in <01aca579e0c6455eadbb9d7e8855456e>:0
at Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestExecutor.RunTests (System.Collections.Generic.IEnumerable`1[T] tests, Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter.IRunContext runContext, Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter.IFrameworkHandle frameworkHandle) [0x0006f] in <01aca579e0c6455eadbb9d7e8855456e>:0
at Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Execution.RunTestsWithTests.InvokeExecutor (Microsoft.VisualStudio.TestPlatform.Common.ExtensionFramework.Utilities.LazyExtension`2[TExtension,TMetadata] executor, System.Tuple`2[T1,T2] executorUri, Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Adapter.RunContext runContext, Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter.IFrameworkHandle frameworkHandle) [0x00015] in <b1e82a9932d5488788a8d3fa01c97936>:0
at Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Execution.BaseRunTests.RunTestInternalWithExecutors (System.Collections.Generic.IEnumerable`1[T] executorUriExtensionMap, System.Int64 totalTests) [0x0014a] in <b1e82a9932d5488788a8d3fa01c97936>:0 .
TpTrace Error: 0 : 21057, 12, 2018/03/05, 17:54:38.942, 6944419703968, testhost.x86.exe, An exception occurred while invoking executor 'executor://mstestadapter/v2': Access to the path "/TestResults" is denied.
TpTrace Information: 0 : 21057, 12, 2018/03/05, 17:54:38.947, 6944419750070, testhost.x86.exe, Sending test run complete
TpTrace Verbose: 0 : 21057, 12, 2018/03/05, 17:54:38.984, 6944420120683, testhost.x86.exe, BaseRunTests.RunTests: Run is complete.
TpTrace Information: 0 : 21057, 11, 2018/03/05, 17:54:39.036, 6944420640513, testhost.x86.exe, Session End message received from server. Closing the connection.
TpTrace Information: 0 : 21057, 11, 2018/03/05, 17:54:39.039, 6944420672351, testhost.x86.exe, Closing the connection !
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment