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

testall fails #11677

Closed
Fedster opened this issue Jun 12, 2015 · 0 comments
Closed

testall fails #11677

Fedster opened this issue Jun 12, 2015 · 0 comments
Labels
test This change adds or pertains to unit tests

Comments

@Fedster
Copy link

Fedster commented Jun 12, 2015

Julia:

Version 0.4.0-dev+5339 (2015-06-12 05:01 UTC)
Commit 190afa6* (0 days old master)
x86_64-apple-darwin14.3.0

On OS X 10.10.3

me@my_machine:/usr/local/julia$ make testall
cp /usr/local/julia/usr/lib/julia/sys.ji local.ji && /usr/local/julia/usr/bin/julia -J local.ji -e 'true' && rm local.ji
JULIA test/all
From worker 5: * linalg4 in 12.25 seconds
From worker 8: * linalg/tridiag in 14.67 seconds
From worker 6: * linalg/lapack in 20.40 seconds
From worker 6: * linalg/givens in 3.74 seconds
From worker 8: * linalg/pinv in 12.89 seconds
From worker 9: * linalg/bidiag in 32.02 seconds
From worker 4: * linalg3 in 36.22 seconds
From worker 5: * linalg/diagonal in 27.46 seconds
From worker 3: * linalg2 in 48.91 seconds
From worker 3: * keywordargs in 1.50 seconds
From worker 4: * linalg/arnoldi in 16.44 seconds
From worker 9: * linalg/symmetric in 20.81 seconds
From worker 5: * core in 16.39 seconds
exception on 5: ERROR: LoadError: invalid redefinition of constant f
in anonymous at no file:253
in include at ./boot.jl:254
in runtests at /usr/local/julia/test/testdefs.jl:197
in anonymous at multi.jl:822
in run_work_thunk at multi.jl:575
in anonymous at task.jl:822
while loading /usr/local/julia/test/dict.jl, in expression starting on line 238
From worker 4: * strings in 17.67 seconds
From worker 6: * linalg/cholesky in 52.52 seconds
From worker 8: * linalg/lu in 52.11 seconds
From worker 9: * dates in 39.06 seconds
From worker 2: * linalg1 in 92.85 seconds
From worker 3: * numbers in 43.97 seconds
From worker 7: * linalg/triangular in 106.75 seconds
ERROR: LoadError: LoadError: invalid redefinition of constant f
in anonymous at task.jl:1378
while loading /usr/local/julia/test/dict.jl, in expression starting on line 238
while loading /usr/local/julia/test/runtests.jl, in expression starting on line 5

From worker 5:       * dict                make[1]: *** [all] Error 1

make: *** [testall] Error 2

@tkelman tkelman added the test This change adds or pertains to unit tests label Jun 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test This change adds or pertains to unit tests
Projects
None yet
Development

No branches or pull requests

2 participants