Skip to content

Strange error in Mac OS X build #1204

Closed
@nulltoken

Description

@nulltoken

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions