Skip to content

Instantly share code, notes, and snippets.

@jraczak
Created September 13, 2016 15:04
Show Gist options
  • Save jraczak/628800ffe35460330ae2f208900ec901 to your computer and use it in GitHub Desktop.
Save jraczak/628800ffe35460330ae2f208900ec901 to your computer and use it in GitHub Desktop.
justinr@justinr-mac court-counter-appium (master) $ /Users/justinr/Desktop/Appium/Test\ Cloud\ Uploader/xtc/xtc test app-debug.apk b67ca9dbcd26ec517eed5ec2b88eab87 --user [email protected] --app-name "Court Counter" --devices fbe9602a --test-parameters pipeline:appium --workspace target/upload --debug
fail: Microsoft.Xtc.Cli.Program[0]
Error while executing command test: The type initializer for 'System.Net.Http.CurlHandler' threw an exception.
dbug: Microsoft.Xtc.Cli.Program[0]
System.TypeInitializationException: The type initializer for 'System.Net.Http.CurlHandler' threw an exception. ---> System.TypeInitializationException: The type initializer for 'Http' threw an exception. ---> System.TypeInitializationException: The type initializer for 'HttpInitializer' threw an exception. ---> System.TypeInitializationException: The type initializer for 'CryptoInitializer' threw an exception. ---> System.DllNotFoundException: Unable to load DLL 'System.Security.Cryptography.Native': The specified module could not be found.
(Exception from HRESULT: 0x8007007E)
at Interop.CryptoInitializer.EnsureOpenSslInitialized()
at Interop.CryptoInitializer..cctor()
--- End of inner exception stack trace ---
at Interop.CryptoInitializer.Initialize()
at Interop.HttpInitializer..cctor()
--- End of inner exception stack trace ---
at Interop.HttpInitializer.Initialize()
at Interop.Http..cctor()
--- End of inner exception stack trace ---
at Interop.Http.GetSupportedFeatures()
at System.Net.Http.CurlHandler..cctor()
--- End of inner exception stack trace ---
at System.Net.Http.CurlHandler..ctor()
at Microsoft.Xtc.TestCloud.Services.TestCloudProxy..ctor(Uri endpointUri, ILoggerService loggerService) in /Users/Shared/Jenkins/jobs/Uploader develop/workspace/Xtc/src/Xtc.TestCloud/Services/TestCloudProxy.cs:line 40
at Microsoft.Xtc.TestCloud.Commands.UploadAppiumTestsCommandExecutor..ctor(UploadTestsCommandOptions options, ILoggerService loggerService, LogsRecorder logsRecorder) in /Users/Shared/Jenkins/jobs/Uploader develop/workspace/Xtc/src/Xtc.TestCloud/Commands/UploadAppiumTestsCommandExecutor.cs:line 51
at Microsoft.Xtc.TestCloud.Commands.UploadTestsCommand.CreateCommandExecutor(IDictionary`2 options, IServiceProvider serviceProvider) in /Users/Shared/Jenkins/jobs/Uploader develop/workspace/Xtc/src/Xtc.TestCloud/Commands/UploadTestsCommand.cs:line 52
at Microsoft.Xtc.Cli.Program.Main(String[] args) in /Users/Shared/Jenkins/jobs/Uploader develop/workspace/Xtc/src/Xtc.Cli/Program.cs:line 33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment