Advertisement
Guest User

Libgit2sharp v0.19 build on Ubuntu

a guest
Sep 8th, 2014
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 64.37 KB | None | 0 0
  1. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.BlameFixture.CanBlameFromADifferentCommit: Assert.Throws() Failure
  2. Expected: LibGit2Sharp.LibGit2SharpException
  3. Actual: System.EntryPointNotFoundException: git_blame_file
  4. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_blame_file (LibGit2Sharp.Core.Handles.BlameSafeHandle&,LibGit2Sharp.Core.Handles.RepositorySafeHandle,LibGit2Sharp.Core.FilePath,LibGit2Sharp.Core.GitBlameOptions)
  5. at LibGit2Sharp.Core.Proxy.git_blame_file (LibGit2Sharp.Core.Handles.RepositorySafeHandle repo, LibGit2Sharp.Core.FilePath path, LibGit2Sharp.Core.GitBlameOptions options) [0x0000b] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:47
  6. at LibGit2Sharp.BlameHunkCollection..ctor (LibGit2Sharp.Repository repo, LibGit2Sharp.Core.Handles.RepositorySafeHandle repoHandle, System.String path, LibGit2Sharp.BlameOptions options) [0x0009b] in /home/chris/projects/libgit2sharp/LibGit2Sharp/BlameHunkCollection.cs:43
  7. at LibGit2Sharp.Repository.Blame (System.String path, LibGit2Sharp.BlameOptions options) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:577
  8. at LibGit2Sharp.Tests.BlameFixture+<CanBlameFromADifferentCommit>c__AnonStorey0.<>m__0 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp.Tests/BlameFixture.cs:37
  9. at Xunit.Record.Exception (Xunit.ThrowsDelegateWithReturn code) [0x00000] in <filename unknown>:0
  10. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.BlameFixture.CanStopBlame: System.EntryPointNotFoundException : git_blame_file
  11. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_blame_file (LibGit2Sharp.Core.Handles.BlameSafeHandle&,LibGit2Sharp.Core.Handles.RepositorySafeHandle,LibGit2Sharp.Core.FilePath,LibGit2Sharp.Core.GitBlameOptions)
  12. at LibGit2Sharp.Core.Proxy.git_blame_file (LibGit2Sharp.Core.Handles.RepositorySafeHandle repo, LibGit2Sharp.Core.FilePath path, LibGit2Sharp.Core.GitBlameOptions options) [0x0000b] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:47
  13. at LibGit2Sharp.BlameHunkCollection..ctor (LibGit2Sharp.Repository repo, LibGit2Sharp.Core.Handles.RepositorySafeHandle repoHandle, System.String path, LibGit2Sharp.BlameOptions options) [0x0009b] in /home/chris/projects/libgit2sharp/LibGit2Sharp/BlameHunkCollection.cs:43
  14. at LibGit2Sharp.Repository.Blame (System.String path, LibGit2Sharp.BlameOptions options) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:577
  15. at LibGit2Sharp.Tests.BlameFixture.CanStopBlame () [0x00018] in /home/chris/projects/libgit2sharp/LibGit2Sharp.Tests/BlameFixture.cs:76
  16. at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  17. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00054] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
  18. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.BlameFixture.CanBlameFromVariousTypes: System.EntryPointNotFoundException : git_blame_file
  19. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_blame_file (LibGit2Sharp.Core.Handles.BlameSafeHandle&,LibGit2Sharp.Core.Handles.RepositorySafeHandle,LibGit2Sharp.Core.FilePath,LibGit2Sharp.Core.GitBlameOptions)
  20. at LibGit2Sharp.Core.Proxy.git_blame_file (LibGit2Sharp.Core.Handles.RepositorySafeHandle repo, LibGit2Sharp.Core.FilePath path, LibGit2Sharp.Core.GitBlameOptions options) [0x0000b] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:47
  21. at LibGit2Sharp.BlameHunkCollection..ctor (LibGit2Sharp.Repository repo, LibGit2Sharp.Core.Handles.RepositorySafeHandle repoHandle, System.String path, LibGit2Sharp.BlameOptions options) [0x0009b] in /home/chris/projects/libgit2sharp/LibGit2Sharp/BlameHunkCollection.cs:43
  22. at LibGit2Sharp.Repository.Blame (System.String path, LibGit2Sharp.BlameOptions options) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:577
  23. at LibGit2Sharp.Tests.BlameFixture.CanBlameFromVariousTypes () [0x00018] in /home/chris/projects/libgit2sharp/LibGit2Sharp.Tests/BlameFixture.cs:61
  24. at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  25. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00054] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
  26. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.BlameFixture.CanBlameSimply: System.EntryPointNotFoundException : git_blame_file
  27. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_blame_file (LibGit2Sharp.Core.Handles.BlameSafeHandle&,LibGit2Sharp.Core.Handles.RepositorySafeHandle,LibGit2Sharp.Core.FilePath,LibGit2Sharp.Core.GitBlameOptions)
  28. at LibGit2Sharp.Core.Proxy.git_blame_file (LibGit2Sharp.Core.Handles.RepositorySafeHandle repo, LibGit2Sharp.Core.FilePath path, LibGit2Sharp.Core.GitBlameOptions options) [0x0000b] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:47
  29. at LibGit2Sharp.BlameHunkCollection..ctor (LibGit2Sharp.Repository repo, LibGit2Sharp.Core.Handles.RepositorySafeHandle repoHandle, System.String path, LibGit2Sharp.BlameOptions options) [0x0009b] in /home/chris/projects/libgit2sharp/LibGit2Sharp/BlameHunkCollection.cs:43
  30. at LibGit2Sharp.Repository.Blame (System.String path, LibGit2Sharp.BlameOptions options) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:577
  31. at LibGit2Sharp.Tests.BlameFixture.CanBlameSimply () [0x0000c] in /home/chris/projects/libgit2sharp/LibGit2Sharp.Tests/BlameFixture.cs:27
  32. at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  33. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00054] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
  34. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.BlameFixture.ValidatesLimits: System.EntryPointNotFoundException : git_blame_file
  35. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_blame_file (LibGit2Sharp.Core.Handles.BlameSafeHandle&,LibGit2Sharp.Core.Handles.RepositorySafeHandle,LibGit2Sharp.Core.FilePath,LibGit2Sharp.Core.GitBlameOptions)
  36. at LibGit2Sharp.Core.Proxy.git_blame_file (LibGit2Sharp.Core.Handles.RepositorySafeHandle repo, LibGit2Sharp.Core.FilePath path, LibGit2Sharp.Core.GitBlameOptions options) [0x0000b] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:47
  37. at LibGit2Sharp.BlameHunkCollection..ctor (LibGit2Sharp.Repository repo, LibGit2Sharp.Core.Handles.RepositorySafeHandle repoHandle, System.String path, LibGit2Sharp.BlameOptions options) [0x0009b] in /home/chris/projects/libgit2sharp/LibGit2Sharp/BlameHunkCollection.cs:43
  38. at LibGit2Sharp.Repository.Blame (System.String path, LibGit2Sharp.BlameOptions options) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:577
  39. at LibGit2Sharp.Tests.BlameFixture.ValidatesLimits () [0x00012] in /home/chris/projects/libgit2sharp/LibGit2Sharp.Tests/BlameFixture.cs:49
  40. at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  41. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00054] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
  42. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.ArchiveTarFixture.CanArchiveACommitWithDirectoryAsTar: System.EntryPointNotFoundException : git_buf_free
  43. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  44. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  45. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  46. at LibGit2Sharp.Core.RawContentStream.Dispose (LibGit2Sharp.Core.Handles.GitObjectSafeHandle handle, IEnumerable`1 linkedResources) [0x00020] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/RawContentStream.cs:58
  47. at LibGit2Sharp.Core.RawContentStream.Wrap[IntPtr] (LibGit2Sharp.Core.Handles.GitObjectSafeHandle handle, System.Func`2 provider, IEnumerable`1 linkedResources) [0x0000e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/RawContentStream.cs:38
  48. at LibGit2Sharp.Core.RawContentStream..ctor (LibGit2Sharp.Core.Handles.GitObjectSafeHandle handle, System.Func`2 bytePtrProvider, System.Func`2 sizeProvider, ICollection`1 linkedResources) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/RawContentStream.cs:18
  49. at (wrapper remoting-invoke-with-check) LibGit2Sharp.Core.RawContentStream:.ctor (LibGit2Sharp.Core.Handles.GitObjectSafeHandle,System.Func`2<LibGit2Sharp.Core.Handles.GitObjectSafeHandle, intptr>,System.Func`2<LibGit2Sharp.Core.Handles.GitObjectSafeHandle, long>,System.Collections.Generic.ICollection`1<System.IDisposable>)
  50. at LibGit2Sharp.Core.Proxy.git_blob_filtered_content_stream (LibGit2Sharp.Core.Handles.RepositorySafeHandle repo, LibGit2Sharp.ObjectId id, LibGit2Sharp.Core.FilePath path, Boolean check_for_binary_data) [0x0002d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:114
  51. at LibGit2Sharp.Blob.GetContentStream (LibGit2Sharp.FilteringOptions filteringOptions) [0x0000b] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Blob.cs:54
  52. at LibGit2Sharp.TarArchiver+<AddTreeEntry>c__AnonStorey0.<>m__0 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/TarArchiver.cs:55
  53. at LibGit2Sharp.TarArchiver.WriteStream (System.String path, LibGit2Sharp.TreeEntry entry, DateTimeOffset modificationTime, System.Func`1 streamer) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/TarArchiver.cs:72
  54. at LibGit2Sharp.TarArchiver.AddTreeEntry (System.String path, LibGit2Sharp.TreeEntry entry, DateTimeOffset modificationTime) [0x000d6] in /home/chris/projects/libgit2sharp/LibGit2Sharp/TarArchiver.cs:54
  55. at LibGit2Sharp.ArchiverBase.ArchiveTree (IEnumerable`1 tree, System.String path, DateTimeOffset modificationTime) [0x00013] in /home/chris/projects/libgit2sharp/LibGit2Sharp/ArchiverBase.cs:47
  56. at LibGit2Sharp.ArchiverBase.ArchiveTree (IEnumerable`1 tree, System.String path, DateTimeOffset modificationTime) [0x00037] in /home/chris/projects/libgit2sharp/LibGit2Sharp/ArchiverBase.cs:52
  57. at LibGit2Sharp.ArchiverBase.OrchestrateArchiving (LibGit2Sharp.Tree tree, LibGit2Sharp.ObjectId oid, DateTimeOffset modificationTime) [0x00009] in /home/chris/projects/libgit2sharp/LibGit2Sharp/ArchiverBase.cs:38
  58. at LibGit2Sharp.ObjectDatabase.Archive (LibGit2Sharp.Commit commit, LibGit2Sharp.ArchiverBase archiver) [0x00016] in /home/chris/projects/libgit2sharp/LibGit2Sharp/ObjectDatabase.cs:345
  59. at LibGit2Sharp.ObjectDatabaseExtensions.Archive (LibGit2Sharp.ObjectDatabase odb, LibGit2Sharp.Commit commit, System.String archivePath) [0x0000f] in /home/chris/projects/libgit2sharp/LibGit2Sharp/ObjectDatabaseExtensions.cs:36
  60. at LibGit2Sharp.Tests.ArchiveTarFixture.CanArchiveACommitWithDirectoryAsTar () [0x0008b] in /home/chris/projects/libgit2sharp/LibGit2Sharp.Tests/ArchiveTarFixture.cs:32
  61. at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  62. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00054] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System.Reflection/MonoMethod.cs:230
  63. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CanCheckoutAttachedHead: System.EntryPointNotFoundException : git_buf_free
  64. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  65. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  66. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  67. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  68. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  69. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  70. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  71. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  72. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CheckoutRetainsIgnoredChanges: System.EntryPointNotFoundException : git_buf_free
  73. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  74. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  75. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  76. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  77. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  78. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  79. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  80. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  81. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CheckingOutRemoteBranchResultsInDetachedHead(remoteBranchSpec: "origin/master"): System.EntryPointNotFoundException : git_buf_free
  82. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  83. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  84. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  85. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  86. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  87. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  88. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  89. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  90. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CheckingOutRemoteBranchResultsInDetachedHead(remoteBranchSpec: "master@{u}"): System.EntryPointNotFoundException : git_buf_free
  91. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  92. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  93. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  94. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  95. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  96. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  97. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  98. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  99. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CheckingOutRemoteBranchResultsInDetachedHead(remoteBranchSpec: "refs/remotes/origin/master"): System.EntryPointNotFoundException : git_buf_free
  100. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  101. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  102. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  103. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  104. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  105. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  106. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  107. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  108. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CanCheckoutPaths: System.EntryPointNotFoundException : git_buf_free
  109. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  110. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  111. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  112. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  113. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  114. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  115. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  116. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  117. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CheckoutRemovesExtraFilesInWorkingDirectory: System.EntryPointNotFoundException : git_buf_free
  118. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  119. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  120. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  121. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  122. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  123. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  124. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  125. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  126. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CanCheckoutPath(originalBranch: "i-do-numbers", checkoutFrom: "diff-test-cases", path: "numbers.txt", expectedStatus: Staged): System.EntryPointNotFoundException : git_buf_free
  127. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  128. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  129. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  130. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  131. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  132. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  133. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  134. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  135. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CanCheckoutPath(originalBranch: "master", checkoutFrom: "i-do-numbers", path: "super-file.txt", expectedStatus: Added): System.EntryPointNotFoundException : git_buf_free
  136. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  137. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  138. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  139. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  140. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  141. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  142. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  143. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  144. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CanCheckoutPath(originalBranch: "master", checkoutFrom: "refs/tags/lw", path: "readme.txt", expectedStatus: Added): System.EntryPointNotFoundException : git_buf_free
  145. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  146. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  147. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  148. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  149. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  150. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  151. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  152. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  153. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CanCheckoutPath(originalBranch: "master", checkoutFrom: "6dcf9bf", path: "readme.txt", expectedStatus: Added): System.EntryPointNotFoundException : git_buf_free
  154. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  155. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  156. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  157. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  158. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  159. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  160. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  161. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  162. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CheckingOutABranchDoesNotAlterBinaryFiles: System.EntryPointNotFoundException : git_buf_free
  163. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  164. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  165. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  166. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  167. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  168. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  169. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  170. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  171. LibGit2Sharp.Tests.CheckoutFixture.CheckingOutABranchWithBadParamsThrows
  172. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CanCheckoutAnExistingBranch(branchName: "diff-test-cases"): System.EntryPointNotFoundException : git_buf_free
  173. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  174. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  175. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  176. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  177. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  178. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  179. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  180. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  181. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CanCheckoutAnExistingBranch(branchName: "i-do-numbers"): System.EntryPointNotFoundException : git_buf_free
  182. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  183. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  184. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  185. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  186. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  187. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  188. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  189. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  190. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CanCheckoutAnArbitraryCommit(commitPointer: "HEAD~2", checkoutByCommitOrBranchSpec: False, expectedReflogTarget: "4c062a6361ae6959e06292c1fa5e2822d9c96345"): System.EntryPointNotFoundException : git_buf_free
  191. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  192. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  193. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  194. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  195. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  196. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  197. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  198. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  199. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CanCheckoutAnArbitraryCommit(commitPointer: "refs/tags/lw", checkoutByCommitOrBranchSpec: False, expectedReflogTarget: "e90810b8df3e80c413d903f631643c716887138d"): System.EntryPointNotFoundException : git_buf_free
  200. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  201. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  202. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  203. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  204. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  205. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  206. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  207. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  208. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CanCheckoutAnArbitraryCommit(commitPointer: "6dcf9bf", checkoutByCommitOrBranchSpec: False, expectedReflogTarget: "6dcf9bf7541ee10456529833502442f385010c3d"): System.EntryPointNotFoundException : git_buf_free
  209. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  210. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  211. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  212. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  213. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  214. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  215. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  216. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  217. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CanCheckoutAnArbitraryCommit(commitPointer: "HEAD~2", checkoutByCommitOrBranchSpec: True, expectedReflogTarget: "HEAD~2"): System.EntryPointNotFoundException : git_buf_free
  218. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  219. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  220. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  221. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  222. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  223. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  224. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  225. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  226. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CanCheckoutAnArbitraryCommit(commitPointer: "refs/tags/lw", checkoutByCommitOrBranchSpec: True, expectedReflogTarget: "refs/tags/lw"): System.EntryPointNotFoundException : git_buf_free
  227. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  228. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  229. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  230. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  231. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  232. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  233. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  234. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  235. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CanCheckoutAnArbitraryCommit(commitPointer: "6dcf9bf", checkoutByCommitOrBranchSpec: True, expectedReflogTarget: "6dcf9bf"): System.EntryPointNotFoundException : git_buf_free
  236. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  237. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  238. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  239. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  240. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  241. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  242. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  243. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  244. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CheckoutRetainsUnstagedChanges: System.EntryPointNotFoundException : git_buf_free
  245. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  246. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  247. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  248. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  249. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  250. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  251. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  252. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  253. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.ForceCheckoutRetainsIgnoredChanges: System.EntryPointNotFoundException : git_buf_free
  254. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  255. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  256. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  257. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  258. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  259. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  260. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  261. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  262. LibGit2Sharp.Tests.CheckoutFixture.CheckingOutInABareRepoThrows
  263. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CheckingOutCallsCheckoutNotify(notifyFlags: Ignored, expectedNotificationPath: "bin", isDirectory: True): System.EntryPointNotFoundException : git_buf_free
  264. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  265. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  266. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  267. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  268. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  269. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  270. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  271. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  272. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CheckingOutCallsCheckoutNotify(notifyFlags: Untracked, expectedNotificationPath: "untracked.txt", isDirectory: False): System.EntryPointNotFoundException : git_buf_free
  273. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  274. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  275. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  276. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  277. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  278. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  279. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  280. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  281. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CheckingOutCallsCheckoutNotify(notifyFlags: Updated, expectedNotificationPath: "updated.txt", isDirectory: False): System.EntryPointNotFoundException : git_buf_free
  282. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  283. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  284. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  285. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  286. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  287. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  288. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  289. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  290. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CheckingOutCallsCheckoutNotify(notifyFlags: Conflict, expectedNotificationPath: "conflict.txt", isDirectory: False): System.EntryPointNotFoundException : git_buf_free
  291. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  292. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  293. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  294. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  295. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  296. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  297. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  298. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  299. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CheckoutAddsMissingFilesInWorkingDirectory: System.EntryPointNotFoundException : git_buf_free
  300. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  301. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  302. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  303. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  304. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  305. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  306. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  307. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  308. LibGit2Sharp.Tests.CheckoutFixture.CheckoutLowerCasedHeadThrows
  309. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CheckoutRetainsStagedChanges: System.EntryPointNotFoundException : git_buf_free
  310. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  311. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  312. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  313. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  314. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  315. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  316. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  317. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  318. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.ForceCheckoutRetainsUntrackedChanges: System.EntryPointNotFoundException : git_buf_free
  319. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  320. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  321. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  322. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  323. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  324. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  325. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  326. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  327. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CheckoutBranchSnapshot: System.EntryPointNotFoundException : git_buf_free
  328. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  329. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  330. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  331. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  332. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  333. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  334. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  335. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  336. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CheckoutPreviousCheckedOutBranch: System.EntryPointNotFoundException : git_buf_free
  337. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  338. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  339. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  340. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  341. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  342. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  343. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  344. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  345. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CheckoutBranchFromDetachedHead: System.EntryPointNotFoundException : git_buf_free
  346. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  347. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  348. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  349. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  350. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  351. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  352. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  353. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  354. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.CheckoutFixture.CanForcefullyCheckoutWithConflictingStagedChanges: System.EntryPointNotFoundException : git_buf_free
  355. /home/chris/projects/libgit2sharp/CI/build.msbuild: error : at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_buf_free (LibGit2Sharp.Core.Handles.GitBuf)
  356. at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:240
  357. at LibGit2Sharp.Core.Handles.GitBuf.Dispose () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/GitBuf.cs:15
  358. at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) [0x0002e] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:3209
  359. at LibGit2Sharp.Core.Proxy.git_config_find_global () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Core/Proxy.cs:412
  360. at LibGit2Sharp.Configuration..ctor (LibGit2Sharp.Repository repository, System.String globalConfigurationFileLocation, System.String xdgConfigurationFileLocation, System.String systemConfigurationFileLocation) [0x0000d] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Configuration.cs:36
  361. at LibGit2Sharp.Repository+<Repository>c__AnonStorey1.<>m__3 () [0x00000] in /home/chris/projects/libgit2sharp/LibGit2Sharp/Repository.cs:111
  362. at System.Lazy`1[LibGit2Sharp.Configuration].InitValue () [0x0015f] in /home/chris/projects/mono-3.6.0/mcs/class/corlib/System/Lazy.cs:164
  363. Stacktrace:
  364.  
  365.  
  366. Native stacktrace:
  367.  
  368. /opt/mono/bin/mono() [0x4b8e48]
  369. /opt/mono/bin/mono() [0x5122c3]
  370. /opt/mono/bin/mono() [0x4241c2]
  371. /lib/x86_64-linux-gnu/libpthread.so.0(+0x10340) [0x7f6d7fb75340]
  372. /lib/x86_64-linux-gnu/libc.so.6(strlen+0x2a) [0x7f6d7f82893a]
  373. /home/chris/projects/libgit2sharp/libgit2/build/libgit2-69db893.so(+0x4e7e4) [0x7f6d765a97e4]
  374. /home/chris/projects/libgit2sharp/libgit2/build/libgit2-69db893.so(+0x4ef58) [0x7f6d765a9f58]
  375. /home/chris/projects/libgit2sharp/libgit2/build/libgit2-69db893.so(git_diff_index_to_workdir+0xd8) [0x7f6d765ab398]
  376. [0x41bc4755]
  377.  
  378. Debug info from gdb:
  379.  
  380. Could not attach to process. If your uid matches the uid of the target
  381. process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
  382. again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf
  383. ptrace: Operation not permitted.
  384. No threads.
  385.  
  386. =================================================================
  387. Got a SIGSEGV while executing native code. This usually indicates
  388. a fatal error in the mono runtime or one of the native libraries
  389. used by your application.
  390. =================================================================
  391.  
  392. ./build.libgit2sharp.sh: line 29: 16919 Aborted xbuild CI/build.msbuild /t:Deploy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement