You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried Base.runtests() and got the following error. Providing the following as asked by the failed test.
Exception running test loading :
On worker 7:
LoadError: open: permission denied (EACCES)
in uv_error at libuv.jl:68 [inlined]
in open at filesystem.jl:81in touch at file.jl:189in include_string at loading.jl:441in include_from_node1 at loading.jl:491inmacro expansion at util.jl:230 [inlined]
in runtests at testdefs.jl:7in#34 at runtests.jl:44in#645 at multi.jl:1421in run_work_thunk at multi.jl:1001inmacro expansion at multi.jl:1421 [inlined]
in#644 at event.jl:68while loading /usr/local/julia-0.5.1/test/loading.jl, in expression starting on line 16
ERROR: LoadError: Some tests exited with errors.
in (::##29#37)() at runtests.jl:72incd(::##29#37, ::String) at file.jl:59ininclude_from_node1(::String) at loading.jl:488inprocess_options(::Base.JLOptions) at client.jl:265in_start() at client.jl:321while loading /usr/local/julia-0.5.1/usr/share/julia/test/runtests.jl, in expression starting on line 26------ ErrorException ------------------ Stacktrace (most recent call last)
[1] — runtests() at interactiveutil.jl:560
[2] — runtests(::Array{String,1}, ::Int64) at interactiveutil.jl:571
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 6445c82 (2017-03-0513:25 UTC)
Platform Info:
OS: Linux (x86_64-redhat-linux)
CPU:Intel(R) Xeon(R) CPU E5-4650 v3 @ 2.10GHz
WORD_SIZE:64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.7.1 (ORCJIT, haswell)
The text was updated successfully, but these errors were encountered:
Tried
Base.runtests()
and got the following error. Providing the following as asked by the failed test.The text was updated successfully, but these errors were encountered: