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

failing test on julia 1.6.1 #912

Closed
nico202 opened this issue May 10, 2021 · 4 comments
Closed

failing test on julia 1.6.1 #912

nico202 opened this issue May 10, 2021 · 4 comments

Comments

@nico202
Copy link

nico202 commented May 10, 2021

Hi, this test is failing for me:

Test Failed at /gnu/store/mnaky9agzsv5z22jj95y5hp7hinas36a-julia-staticarrays-1.1.3/share/julia/packages/StaticArrays/test/ambiguities.jl:19
  Expression: length(detect_ambiguities(Base, LinearAlgebra, StaticArrays)) <= allowable_ambiguities
   Evaluated: 61 <= 0
ERROR: LoadError: LoadError: There was an error during testing
in expression starting at /gnu/store/mnaky9agzsv5z22jj95y5hp7hinas36a-julia-staticarrays-1.1.3/share/julia/packages/StaticArrays/test/ambiguities.jl:13
in expression starting at /gnu/store/mnaky9agzsv5z22jj95y5hp7hinas36a-julia-staticarrays-1.1.3/share/julia/packages/StaticArrays/test/runtests.jl:38
command "julia" "--depwarn=yes" "/gnu/store/mnaky9agzsv5z22jj95y5hp7hinas36a-julia-staticarrays-1.1.3/share/julia/packages/StaticArrays/test/runtests.jl" failed with status 1
builder for `/gnu/store/25sd6lxf7kq9q1964ll1qrix6c225jd9-julia-staticarrays-1.1.3.drv' failed with exit code 1
@ build-failed /gnu/store/25sd6lxf7kq9q1964ll1qrix6c225jd9-julia-staticarrays-1.1.3.drv - 1 builder for `/gnu/store/25sd6lxf7kq9q1964ll1qrix6c225jd9-julia-staticarrays-1.1.3.drv' failed with exit code 1

versioninfo()

Julia Version 1.6.1
Commit 6aaedecc44 (2021-04-23 05:59 UTC)
Platform Info:
  OS: Linux (x86_64-unknown-linux-gnu)
  CPU: Intel(R) Core(TM)2 CPU         P8600  @ 2.40GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-11.0.0 (ORCJIT, penryn)

Every other test is working, but a few are skipped:
Skipping Base.active_repl
Skipping Base.active_repl_backend
Skipping Base.active_repl
Skipping Base.active_repl_backend

edit: I'm on StaticArrays v1.1.3

@mateuszbaran
Copy link
Collaborator

Julia 1.6 is a bit more strict about ambiguities. I think it would be nice to fix them but they don't seem particularly harmful.

@nico202
Copy link
Author

nico202 commented May 10, 2021

should we disable this test with something like

@static if VERSION >= v"1.6.0"

?

@mateuszbaran
Copy link
Collaborator

More or less, I think this should be a @test_broken on Julia >=1.6.

@thchr
Copy link
Collaborator

thchr commented Jul 2, 2021

This was changed to @test_broken in #928 and might be closed now (the ambiguities themselves remain an issue of course).

This issue was closed.
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