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

make clean testall errors #7408

Closed
catawbasam opened this issue Jun 25, 2014 · 2 comments
Closed

make clean testall errors #7408

catawbasam opened this issue Jun 25, 2014 · 2 comments

Comments

@catawbasam
Copy link
Contributor

  JULIA test/all
    From worker 6:       * core
    From worker 8:       * numbers
    From worker 7:       * keywordargs
    From worker 2:       * linalg1
    From worker 9:       * strings
    From worker 3:       * linalg2
    From worker 5:       * linalg4
    From worker 4:       * linalg3
    From worker 7:       * collections
    From worker 6:       * hashing
    From worker 9:       * remote
    From worker 9:       * iobuffer
    From worker 6:       * arrayops
    From worker 9:       * reduce
    From worker 7:       * reducedim
    From worker 9:       * simdloop
    From worker 9:       * blas
    From worker 9:       * fft
    From worker 7:       * dsp
    From worker 8:       * sparse
    From worker 9:       * bitarray
    From worker 7:       * random
    From worker 7:       * math
exception on 6: ERROR: test failed: i7197() == (2,2)
 in error at error.jl:21
 in default_handler at test.jl:19
 in do_test at test.jl:39
 in runtests at /devel/asias/keithc/julia/test/testdefs.jl:5
 in anonymous at multi.jl:847
 in run_work_thunk at multi.jl:613
 in anonymous at task.jl:847
while loading arrayops.jl, in expression starting on line 895
ERROR: test failed: i7197() == (2,2)
 in anonymous at task.jl:1350
while loading arrayops.jl, in expression starting on line 895
while loading /devel/asias/keithc/julia/test/runtests.jl, in expression starting on line 46

make[1]: *** [all] Error 1
make: *** [testall] Error 2

version_git.jl

# This file was autogenerated in base/version_git.sh
immutable GitVersionInfo
    commit::String
    commit_short::String
    branch::String
    build_number::Int
    date_string::String
    tagged_commit::Bool
    fork_master_distance::Int
    fork_master_timestamp::Float64
end

const GIT_VERSION_INFO = GitVersionInfo(
    "aca9b6e1c847fc52b1aff78c2ede62463506da06",
    "aca9b6e*",
    "master",
    3882,
    "2014-06-25 02:32 UTC",
    false,
    130,
    1403113220.
)

cat /proc/version

Linux version 2.6.32-431.3.1.el6.x86_64 ([email protected]) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC) ) #1 SMP Fri Dec 13 06:58:20 EST 2013
@quinnj
Copy link
Member

quinnj commented Jun 25, 2014

Check out the solution here.

@quinnj quinnj closed this as completed Jun 25, 2014
@catawbasam
Copy link
Contributor Author

Bingo. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants