Hello, l...@gnu.org (Ludovic Courtès) skribis:
> Error in testset linalg/arnoldi: > Test Failed > Expression: sort((eigs(A, B, nev=k, sigma=1.0))[1]) ≈ sort((eigvals(A, > B))[1:k]) > Evaluated: [0.022743, 0.165356, 2.892] ≈ [0.022743, 2.892, 1.0574e15] > ERROR: LoadError: Test run finished with errors > while loading /tmp/guix-build-julia-0.6.0.drv-0/julia-0.6.0/test/runtests.jl, > in expression starting on line 29 > make[1]: *** [Makefile:18: all] Error 1 Commit c0edb5b5430a5278a3ebc9aeea9d3c8ae9a2e1f1 fixes this one. Now for other test failures: --8<---------------cut here---------------start------------->8--- Error in testset distributed: Error During Test Got an exception of type LoadError outside of a @test LoadError: Distributed test failed, cmd : `/tmp/guix-build-julia-0.6.0.drv-0/julia-0.6.0/usr/bin/julia --check-bounds=yes --startup-file=no --depwarn=error distributed_exec.jl` while loading /tmp/guix-build-julia-0.6.0.drv-0/julia-0.6.0/test/distributed.jl, in expression starting on line 9 ERROR: LoadError: Test run finished with errors while loading /tmp/guix-build-julia-0.6.0.drv-0/julia-0.6.0/test/runtests.jl, in expression starting on line 29 make[1]: *** [Makefile:18: all] Error 1 --8<---------------cut here---------------end--------------->8--- Help welcome! Ludo’.