-
Notifications
You must be signed in to change notification settings - Fork 35
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
pkg test failed #364
Comments
Looks like something external is killing the test process? |
@ranjanan I'm not sure how to interpret the error, but looks like it has something to do with the required dependency "ImageCore" not loading? I ran Pkg.test("ImageCore") and got some warnings but ultimately "Testing ImageCore tests passed". Reran Pkg.test("Circuitscape") but still received "ERROR: Package Circuitscape errored during testing (received signal: KILL)". |
Does It always error like:
Specifically, does it always say KILL? Could you be running out of memory and receiving a SIGKILL? |
So far that's all it says. I don't know whether it's running out of memory. Using a MacBook Air M1 chip with 16 GB RAM. |
I just ran tests on an M2 MacBook Pro with 16 GB RAM using Rosetta and tests passed for me. I am not sure why the OS is killing your tests. |
Do I need to install Rosetta? |
You already have Rosetta - that's how you were able to run the tests using Julia 1.7 |
OK thanks. Anything else you can think of to try? |
Yes, could you cd into your Circuitscape directory and run tests directly? So, open Julia, run: using Circuitscape
normpath(joinpath(Base.pathof(Circuitscape), "..", "..", "test")) |> cd
include("runtests.jl") and see what happens? |
|
okay, at least you didn't get the kill. One last thing. Can you run |
OK, did that, but same (?) result: julia> include("runtests.jl") julia> normpath(joinpath(Base.pathof(Circuitscape), "..", "..", "test")) |> cd julia> using Circuitscape julia> normpath(joinpath(Base.pathof(Circuitscape), "..", "..", "test")) |> cd julia> include("runtests.jl") |
@ranjanan Using this issue to discuss the Pkg test failures. It doesn't appear to be an issue with Circuitscape based on the issue Simon links to above. |
Dear all, I tried to make the Julia Circuitscape to work within a Singularity container, but always getting this error about SimpleWeightedGraphs: |
I can't imagine the Singularity container is different from running it regularly. Not sure what is causing this. |
I'm closing this since it is quite old now. Please reopen a new issue if tests still failing. I just ran everything with Julia 1.10 and works fine. |
Can anyone tell me why the circuitscape package test is failing?
The text was updated successfully, but these errors were encountered: