Skip to content

Strange error in Mac OS X build #1204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nulltoken opened this issue Oct 20, 2015 · 2 comments
Closed

Strange error in Mac OS X build #1204

nulltoken opened this issue Oct 20, 2015 · 2 comments

Comments

@nulltoken
Copy link
Member

Once merged, #1202 raised this strange issue. Attached is the Travis build log.

/Users/travis/build/libgit2/libgit2sharp/CI/build.msbuild (Deploy) ->

(Test target) ->


    : error : LibGit2Sharp.Tests.CloneFixture.CanClone(url: "http://github.com/libgit2/TestGitRepository"):
LibGit2Sharp.LibGit2SharpException : curl error: Recv failure: Connection reset by peer\n
    : error :   at LibGit2Sharp.Core.Ensure.HandleError (Int32 result) [0x00000] in <filename unknown>:0 
  at LibGit2Sharp.Core.Ensure.ZeroResult (Int32 result) [0x00000] in <filename unknown>:0 
  at LibGit2Sharp.Core.Proxy.git_clone (System.String url, System.String workdir, LibGit2Sharp.Core.GitCloneOptions& opts) [0x00000] in <filename unknown>:0 
  at LibGit2Sharp.Repository.Clone (System.String sourceUrl, System.String workdirPath, LibGit2Sharp.CloneOptions options) [0x00000] in <filename unknown>:0 
  at LibGit2Sharp.Repository.Clone (System.String sourceUrl, System.String workdirPath) [0x00000] in <filename unknown>:0 
  at LibGit2Sharp.Tests.CloneFixture.CanClone (System.String url) [0x00000] in <filename unknown>:0 
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 

    : error : LibGit2Sharp.Tests.FetchFixture.CanFetchIntoAnEmptyRepository(url: "http://github.com/libgit2/TestGitRepository"): 
LibGit2Sharp.LibGit2SharpException : curl error: Recv failure: Connection reset by peer\n
    : error :   at LibGit2Sharp.Core.Ensure.HandleError (Int32 result) [0x00000] in <filename unknown>:0 
  at LibGit2Sharp.Core.Ensure.ZeroResult (Int32 result) [0x00000] in <filename unknown>:0 
  at LibGit2Sharp.Core.Proxy.git_remote_fetch (LibGit2Sharp.Core.Handles.RemoteSafeHandle remote, IEnumerable`1 refSpecs, LibGit2Sharp.Core.GitFetchOptions fetchOptions, System.String logMessage) [0x00000] in <filename unknown>:0 
  at LibGit2Sharp.Network.DoFetch (LibGit2Sharp.FetchOptions options, LibGit2Sharp.Core.Handles.RemoteSafeHandle remoteHandle, System.String logMessage, IEnumerable`1 refspecs) [0x00000] in <filename unknown>:0 
  at LibGit2Sharp.Network.DoFetch (LibGit2Sharp.Core.Handles.RepositorySafeHandle repoHandle, LibGit2Sharp.Remote remote, LibGit2Sharp.FetchOptions options, System.String logMessage, IEnumerable`1 refspecs) [0x00000] in <filename unknown>:0 
  at LibGit2Sharp.Network.Fetch (LibGit2Sharp.Remote remote, LibGit2Sharp.FetchOptions options, System.String logMessage) [0x00000] in <filename unknown>:0 
  at LibGit2Sharp.Network.Fetch (LibGit2Sharp.Remote remote, LibGit2Sharp.FetchOptions options) [0x00000] in <filename unknown>:0 
  at LibGit2Sharp.Tests.FetchFixture.CanFetchIntoAnEmptyRepository (System.String url) [0x00000] in <filename unknown>:0 
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 

1202.log.txt

/cc @ethomson @jamill @carlosmn

@carlosmn
Copy link
Member

I'm not sure what's so strange about these error messages. Servers reset connections all the time.

@nulltoken
Copy link
Member Author

ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants