Closed
Description
I ran /julia -e "Base.runtests()" to test an homebrew installation of julia on MacOS 10.10.5. I got the following the following error:
Exception running test libgit2 :
On worker 2:
LoadError: There was an error during testing
in record at ./test.jl:397
in do_test at ./test.jl:281
in #198 at /usr/local/Cellar/julia/0.5.1/share/julia/test/libgit2.jl:221
in mktempdir at ./file.jl:286
in mktempdir at ./file.jl:284
in include_string at ./loading.jl:441
in jlcall_include_string_33141 at /usr/local/Cellar/julia/0.5.1/lib/julia/sys.dylib:?
in include_from_node1 at ./loading.jl:491
in jlcall_include_from_node1_20276 at /usr/local/Cellar/julia/0.5.1/lib/julia/sys.dylib:?
in macro expansion at ./util.jl:230 [inlined]
in runtests at /usr/local/Cellar/julia/0.5.1/share/julia/test/testdefs.jl:7
in #24 at /usr/local/Cellar/julia/0.5.1/share/julia/test/runtests.jl:44
in #645 at ./multi.jl:1421
in run_work_thunk at ./multi.jl:1001
in macro expansion at ./multi.jl:1421 [inlined]
in #644 at ./event.jl:68
while loading /usr/local/Cellar/julia/0.5.1/share/julia/test/libgit2.jl, in expression starting on line 130
ERROR: LoadError: Some tests exited with errors.
in (::##19#27)() at /usr/local/Cellar/julia/0.5.1/share/julia/test/runtests.jl:72
in cd(::##19#27, ::String) at ./file.jl:59
in include_from_node1(::String) at ./loading.jl:488
in include_from_node1(::String) at /usr/local/Cellar/julia/0.5.1/lib/julia/sys.dylib:?
in process_options(::Base.JLOptions) at ./client.jl:265
in _start() at ./client.jl:321
in _start() at /usr/local/Cellar/julia/0.5.1/lib/julia/sys.dylib:?
while loading /usr/local/Cellar/julia/0.5.1/share/julia/test/runtests.jl, in expression starting on line 26
ERROR: A test has failed. Please submit a bug report (https://github.com/JuliaLang/julia/issues)
including error messages above and the output of versioninfo():
Julia Version 0.5.1
Commit 6445c82d0* (2017-03-05 13:25 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin14.5.0)
CPU: Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz
WORD_SIZE: 64
BLAS: libopenblas (DYNAMIC_ARCH NO_AFFINITY Haswell)
LAPACK: libopenblas
LIBM: libopenlibm
LLVM: libLLVM-3.7.1 (ORCJIT, haswell)
in runtests(::Array{String,1}, ::Int64) at ./interactiveutil.jl:571
in runtests() at ./interactiveutil.jl:560
in eval(::Module, ::Any) at ./boot.jl:234
in eval(::Module, ::Any) at /usr/local/Cellar/julia/0.5.1/lib/julia/sys.dylib:?
in process_options(::Base.JLOptions) at ./client.jl:242
in _start() at ./client.jl:321
in _start() at /usr/local/Cellar/julia/0.5.1/lib/julia/sys.dylib:?
Any ideas of what happened ?
Regards,
Alex