Skip to content
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

LibGit2 error in CI #32186

Closed
JeffBezanson opened this issue May 30, 2019 · 1 comment · Fixed by #32219
Closed

LibGit2 error in CI #32186

JeffBezanson opened this issue May 30, 2019 · 1 comment · Fixed by #32219
Labels
ci Continuous integration libgit2 The libgit2 library or the LibGit2 stdlib module test This change adds or pertains to unit tests

Comments

@JeffBezanson
Copy link
Member

E.g. https://travis-ci.org/JuliaLang/julia/jobs/539002665

Worker 2 failed running test LibGit2/online:
Some tests did not pass: 9 passed, 1 failed, 0 errored, 0 broken.LibGit2/online: Test Failed at /private/tmp/julia/share/julia/stdlib/v1.2/LibGit2/test/online.jl:71
  Expression: ex.code == LibGit2.Error.EAUTH
   Evaluated: LibGit2.Error.ERROR == LibGit2.Error.EAUTH
Stacktrace:
 [1] record(::Test.DefaultTestSet, ::Test.Fail) at /Users/travis/build/JuliaLang/julia/usr/share/julia/stdlib/v1.2/Test/src/Test.jl:775
 [2] (::getfield(Main, Symbol("##44#50")))() at /private/tmp/julia/share/julia/test/runtests.jl:267
 [3] cd(::getfield(Main, Symbol("##44#50")), ::String) at ./file.jl:96
 [4] top-level scope at /private/tmp/julia/share/julia/test/runtests.jl:61

Does not seem to happen locally.

@JeffBezanson JeffBezanson added test This change adds or pertains to unit tests libgit2 The libgit2 library or the LibGit2 stdlib module ci Continuous integration labels May 30, 2019
@JeffBezanson
Copy link
Member Author

Ok, it looks like a github behavior might have changed here. This was testing attempts to authenticate on an unknown repo, but now it returns 404 instead of authenticating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous integration libgit2 The libgit2 library or the LibGit2 stdlib module test This change adds or pertains to unit tests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant