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

Test failure on PkgEval? #114

Closed
IainNZ opened this issue Jul 9, 2015 · 3 comments
Closed

Test failure on PkgEval? #114

IainNZ opened this issue Jul 9, 2015 · 3 comments

Comments

@IainNZ
Copy link
Member

IainNZ commented Jul 9, 2015

>>> 'Pkg.test("Compat")' log
Julia Version 0.4.0-dev+5846
Commit 0503f2a (2015-07-08 02:04 UTC)
Platform Info:
  System: Linux (x86_64-unknown-linux-gnu)
  CPU: Intel(R) Xeon(R) CPU E5-2650 0 @ 2.00GHz
  WORD_SIZE: 64
  BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Nehalem)
  LAPACK: libopenblas
  LIBM: libopenlibm
  LLVM: libLLVM-3.3
INFO: Testing Compat
ERROR: LoadError: UndefVarError: MS_SYNC not defined
 in anonymous at no file:209
 in include at ./boot.jl:254
 in include_from_node1 at loading.jl:133
 in process_options at ./client.jl:306
 in _start at ./client.jl:406
while loading /home/vagrant/.julia/v0.4/Compat/test/runtests.jl, in expression starting on line 208
===============================[ ERROR: Compat ]================================

failed process: Process(`/home/vagrant/julia/bin/julia --check-bounds=yes --code-coverage=none --color=no /home/vagrant/.julia/v0.4/Compat/test/runtests.jl`, ProcessExited(1)) [1]

================================================================================
INFO: No packages to install, update or remove
ERROR: Compat had test errors
 in error at ./error.jl:21
 in test at pkg/entry.jl:746
 in anonymous at pkg/dir.jl:31
 in cd at file.jl:22
 in cd at pkg/dir.jl:31
 in test at pkg.jl:71
 in process_options at ./client.jl:282
 in _start at ./client.jl:406

>>> End of log

I can't reproduce with my local OSX build though, weirdly.

@yuyichao
Copy link
Contributor

yuyichao commented Jul 9, 2015

I can reproduce this locally with installed binary

@yuyichao
Copy link
Contributor

yuyichao commented Jul 9, 2015

I think it's caused by https://github.com/JuliaLang/julia/pull/11280/files#diff-70cf90c0020cb9b648b977ab924e3784R201 so it should be reproducible on a recently enough master.

Is this considered a breakage?

@kshyatt
Copy link

kshyatt commented Jul 9, 2015

I can reproduce this locally on OSX on latest master.

martinholters pushed a commit to martinholters/Compat.jl that referenced this issue Jul 13, 2016
Make PooledDataArray work with unordered types.
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

3 participants